diff --git a/docs/verify-certificates.md b/docs/verify-certificates.md index 29fc186..c9503f9 100644 --- a/docs/verify-certificates.md +++ b/docs/verify-certificates.md @@ -1,6 +1,8 @@ # Verify Certificates in Master-1/2 & Worker-1 -This script intends to assist the verification of certificates for each Kubernetes component as part of building the cluster. The execution of the script is straight forward as soon as you have completed the Lab steps up to [Bootstrapping the Kubernetes Worker Nodes](./09-bootstrapping-kubernetes-workers.md). The script is named as `cert_verify.sh` and it is available at `/home/vagrant` directory of master-1 , master-2 and worker-1 nodes. +> Note: This script is only intended to work with a kubernetes cluster setup following instructions from this repository. It is not a generic script that works for all kubernetes clusters. + +This script was developed to assist the verification of certificates for each Kubernetes component as part of building the cluster. This script may be executed as soon as you have completed the Lab steps up to [Bootstrapping the Kubernetes Worker Nodes](./09-bootstrapping-kubernetes-workers.md). The script is named as `cert_verify.sh` and it is available at `/home/vagrant` directory of master-1 , master-2 and worker-1 nodes. If it's not already available there copy the script to the nodes from [here](../vagrant/ubuntu/cert_verify.sh). It is important that the script execution needs to be done by following commands after logging into the respective virtual machines [ whether it is master-1 / master-2 / worker-1 ] via SSH. @@ -22,3 +24,6 @@ Following are the successful output of script execution under different nodes, 3. VM: Worker-1 ![Worker-1-Cert-Verification](./images/worker-1-cert.png) + +Any misconfiguration in certificates will be reported in red. +