landscaper-cli_quickstart_uninstall.md

March 4, 2024 ยท View on GitHub

landscaper-cli quickstart uninstall

command to uninstall Landscaper and OCI registry (from the install command) in a target cluster

landscaper-cli quickstart uninstall --kubeconfig [kubconfig.yaml] --delete-namespace --delete-crd [flags]

Examples

landscaper-cli quickstart uninstall --kubeconfig ./kubconfig.yaml --namespace landscaper --delete-namespace --delete-crd

Options

      --delete-crd          deletes the Landscaper CRDs and all CRs of theses types without uninstalling the data deployed by them (optional, default false)
      --delete-namespace    deletes the namespace (otherwise secrets, service accounts etc. of the landscaper installation in the namespace are not removed) (optional, default false)
  -h, --help                help for uninstall
      --kubeconfig string   path to the kubeconfig of the target cluster
      --namespace string    namespace where Landscaper and the OCI registry are installed (optional) (default "landscaper")

Options inherited from parent commands

      --cli                  logger runs as cli logger. enables cli logging
      --dev                  enable development logging which result in console encoding, enabled stacktrace and enabled caller
      --disable-caller       disable the caller of logs (default true)
      --disable-stacktrace   disable the stacktrace of error logs (default true)
      --disable-timestamp    disable timestamp output (default true)
  -v, --verbosity int        number for the log level verbosity (default 1)

SEE ALSO