Skip to content

Commit 028b3cc

Browse files
committed
Fix README
1 parent f2e7981 commit 028b3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Nagios-style checks against Kubernetes API. Designed for usage with Nagios, Icin
5050
tls Check for tls secrets expiration dates
5151
pvc Check for pvc utilization
5252
unboundpvs Check for unbound persistent volumes.
53-
components Check for health of k8s components (Deprectaed in K8s 1.19+)
53+
components Check for health of k8s components (Deprecated in K8s 1.19+)
5454

5555
## Examples:
5656

@@ -66,7 +66,7 @@ Check whether all deployments are available using token:
6666

6767
Check one definite deployment using kubectl:
6868

69-
./check_kubernetes.sh -m deployments -H https://<...>:6443 -K /path/to/kube_config -N ingress-nginx -n nginx-ingress-controller
69+
./check_kubernetes.sh -m deployments -K /path/to/kube_config -N ingress-nginx -n nginx-ingress-controller
7070
OK. Deployment available
7171

7272
Check nodes using kubectl with default kube config:

0 commit comments

Comments
 (0)