Operator
Create Kubemq Operator
Create command installs kubemq operator into specific namespace
kubemqctl create operator [flags]
# Install Kubemq operator into "kubemq" namespace
kubemqctl create operator
# Install Kubemq operator into specified namespace
kubemqctl create operator --namespace my-namespace
-h, --help help for operator
--namespace string namespace name (default "kubemq")
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml")
Last modified 3yr ago