supertubes cert-manager install 🔗︎

Install cert-manager Issuer

Synopsis 🔗︎

Installs cert-manager Issuer using cert-manager.

supertubes cert-manager install [flags]

Examples 🔗︎

  # Default install.
  $ supertubes cert-manager install

  # Install cert-manager into a non-default namespace.
  $ supertubes cert-manager install --namespace my-namespace

  # Install cert-manager with Vault Issuer.
  $ supertubes cert-manager install --vault

Options 🔗︎

  -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 cert-manager is installed (default "cert-manager")
      --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 🔗︎