supertubes install 🔗︎

Installs system components

Synopsis 🔗︎

Installs Supertubes system components. The command can install every component at once with the ‘–install-everything’ option.

supertubes install [flags]

Examples 🔗︎


# Interactive install.
$ supertubes install

# Install everything which includes a demo Kafka cluster as well.
$ supertubes install -a

# Install everything but Kafka demo cluster.
$ supertubes install -a --no-demo-cluster

Install only 
    Koperator
 and Supertubes backend.
$ supertubes install --core --no-demo-cluster

Options 🔗︎

      --ca-cert string       Filename of the intermediate CA certificate in PEM format
      --ca-key string        Filename of the intermediate CA key in PEM format
      --core                 Install core components
  -h, --help                 help for install
  -a, --install-everything   Install all required components at once
      --no-demo-cluster      Do not install demo Kafka cluster
      --root-cert string     Filename of the root CA certificate in PEM format the intermediate CA cert is signed by

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
      --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 🔗︎