From a6211e8f649409c91d33730849e8aa50491425d1 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Tue, 19 May 2020 04:24:37 +0800 Subject: [PATCH] Update verify-certificates.md --- docs/verify-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/verify-certificates.md b/docs/verify-certificates.md index c9503f9..123ba0e 100644 --- a/docs/verify-certificates.md +++ b/docs/verify-certificates.md @@ -1,6 +1,6 @@ # Verify Certificates in Master-1/2 & Worker-1 -> 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. +> 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. Feel free to send in PRs with improvements. 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).