Name
kf doctor
- Run validation tests against the cluster
Synopsis
kf doctor [COMPONENT...] [flags]
Description
Doctor runs tests one or more components to validate them.
If no arguments are supplied, then all tests are ran. If one or more arguments are suplied then only the test for those components are ran.
Possible components are: cluster
, istio
, user
Examples
kf doctor cluster
Flags
--delay=duration
- Set the delay between executions (default 5s)
-h, --help
- help for doctor
--retries=int
- Number of times to retry doctor if it isn't successful (default 1)
Inherited flags
These flags are inherited from parent commands.
--config=string
- Config file (default is $HOME/.kf)
--kubeconfig=string
- Kubectl config file (default is $HOME/.kube/config)
--log-http
- Log HTTP requests to stderr
--space=string
- Space to run the command against. This overrides the currently targeted space