Installs the App-Proxy component on your Kubernetes cluster.
codefresh install app-proxy
Option | Alias | Type | Default | Description |
---|---|---|---|---|
--help | Print help information | |||
--kube-config-path | string | /root/.kube/config | Path to kubeconfig file [$KUBECONFIG] | |
--kube-context-name | Name of the kubernetes context on which the app-proxy should be installed (default: current context) [$CF_ARG_KUBE_CONTEXT_NAME] | |||
--kube-namespace | string | Name of the namespace on which app-proxy should be installed (default: codefresh) [$CF_ARG_KUBE_NAMESPACE] | ||
--runtime-environment | string | The Codefresh runtime-environment that this app-proxy will be associated with | ||
--docker-registry | string | docker.io | The prefix for the container registry that will be used for pulling the app-proxy component image | |
--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 | |||
--host | string | the hostname that will be used by the app-proxy ingress | ||
--ingress-class | string | the ingress class that will be used by the app-proxy ingress | ||
--bypass-download | boolean | false | Will bypass the attempt to download the installer. Instead, will immediately attempt to use the binary from the components folder |