Uninstall a runtime on kubernetes cluster.
codefresh uninstall runtime
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| –help | Print help information | |||
| –agent-name | Agent’s name to be uninstalled | |||
| –name | Runtime’s name to be uninstalled | |||
| –agent-id | Agent’s ID | |||
| –runtime-kube-context-name | Name of the kubernetes context on which venona should be uninstalled [$CF_ARG_KUBE_CONTEXT_NAME] | |||
| –runtime-kube-namespace | Name of the namespace on which venona should be uninstalled [$CF_ARG_KUBE_NAMESPACE] | |||
| –runtime-kube-config-path | Path to kubeconfig file (default is $HOME/.kube/config) | |||
| –agent-kube-context-name | Agent kubernetes context | |||
| –agent-kube-namespace | Agent’s namespace | |||
| –agent-kube-config-path | Path to kubeconfig file for the agent (default is $HOME/.kube/config) | |||
| –verbose | Print logs |