Install and create an cluster resources monitor on kubernetes cluster.
codefresh install monitor
Option | Alias | Default | Description |
---|---|---|---|
--help | Print help information | ||
--cluster-id | Cluster id - freestyle name | ||
--token | Codefresh user token | ||
--kube-config-path | 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 | 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 | dry run |