supertubes zookeeper install 🔗︎
Install Zookeeper
Synopsis 🔗︎
Installs Zookeeper cluster using zookeeper-operator.
supertubes zookeeper install [flags]
Examples 🔗︎
# Default install.
$ supertubes zookeeper install
# Install Zookeeper cluster into a non-default namespace.
$ supertubes zookeeper install --namespace my-namespace
# Install Zookeeper cluster consisting of 5 servers
$ supertubes zookeeper install --ensemble-size=5
Options 🔗︎
--ensemble-size uint Number of replicas the ZK cluster will use (default 3)
-h, --help help for install
Options inherited from parent commands 🔗︎
--accept-license Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
--color use colors on non-tty outputs (default true)
--context string name of the kubeconfig context to use
--formatting.force-color force color even when non in a terminal
--interactive ask questions interactively even if stdin or stdout is non-tty
-c, --kubeconfig string path to the kubeconfig file to use for CLI requests
-n, --namespace string Namespace in which Zookeeper is installed (default "zookeeper")
--non-interactive never ask questions interactively
-o, --output string output format (table|yaml|json) (default "table")
--persistent-config-file string Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
-v, --verbose turn on debug logging
SEE ALSO 🔗︎
- supertubes zookeeper - Install zookeeper (required for Kafka cluster)