Install and create an cluster resources monitor on kubernetes cluster.
codefresh install monitor
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --cluster-id | Cluster id - freestyle name | |||
| --token | Codefresh user token | |||
| --kube-config-path | string | Path to kubeconfig file (default is $HOME/.kube/config) | ||
| --kube-context-name | Name of the kubernetes context on which monitor should be installed [$CF_ARG_KUBE_CONTEXT_NAME] | |||
| --url | Codefresh url, by default https://g.codefresh.io | |||
| --kube-namespace | Name of the namespace on which monitor should be installed [$CF_ARG_KUBE_NAMESPACE] | |||
| --docker-registry | string | The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry=“docker.io” | ||
| --values | specify values in a YAML file | |||
| --verbose | Print logs | |||
| --dry-run | boolean | false | dry run | |
| --bypass-download | boolean | false | If the flag is set, then the first attempt (to get the required component) would be by searching for it locally. If the search fails, there will be a download attempt |