fusion-cloud-native
fusion-cloud-native copied to clipboard
modify so that the kubernetes cli binary name can be different than kubectl
Right now kubectl
is hard coded.
But you may have a custom Kubernetes CLI binary name. For example, openshift uses oc
.
We should make this a parameter that defaults to kubectl
.