Kgateway is now an official CNCF sandbox project! 🎉

glooctl uninstall

Reference docs for the glooctl uninstall command.

glooctl uninstall

Uninstall kgateway.

glooctl uninstall [flags]

Options

      --all                   Deletes all kgateway resources, including the namespace, crds, and cluster role
      --delete-crds           Delete all kgateway crds (all custom kgateway objects will be deleted)
      --delete-namespace      Delete the namespace (all objects written to this namespace will be deleted)
  -h, --help                  help for uninstall
  -n, --namespace string      namespace in which kgateway is installed (default "kgateway-system")
      --release-name string   helm release name (default "gloo")
  -v, --verbose               If true, output from kubectl commands will print to stdout/stderr

Options inherited from parent commands

  -c, --config string              set the path to the glooctl config file (default "<home_directory>/.gloo/glooctl-config.yaml")
  -i, --interactive                use interactive mode
      --kube-context string        kube context to use when interacting with kubernetes
      --kubeconfig string          kubeconfig to use, if not standard one