Deletes the App-Proxy component from your Kubernetes cluster.
codefresh uninstall app-proxy
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --kube-context-name | Name of the kubernetes context on which the app-proxy is installed (default: current context) [$CF_ARG_KUBE_CONTEXT_NAME] | |||
| --kube-namespace | Name of the kubernetes namespace from which the App-Proxy and Runtime should be removed | |||
| --kube-config-path | string | /root/.kube/config | Path to kubeconfig file (default is $HOME/.kube/config) | |
| --runtime-environment | string | The Codefresh runtime-environment that this App-Proxy will be associated with | ||
| --force | -f | Run the delete operation without asking to confirm (use with caution!) | ||
| --values | specify values in a YAML file | |||
| --set-value | array | Set values for templates, example: --set-value LocalVolumesDir=/mnt/disks/ssd0/codefresh-volumes | ||
| --verbose | Print logs | |||
| --bypass-download | boolean | false | Will bypass the attempt to download the installer. Instead, will immediately attempt to use the binary from the components folder |