mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 01:38:58 +03:00
Update to latest version (#325)
* Build now functional * Use ssh option to reduce questions * Use IPVS * Further e2e observations * Tidy up * RAM and CPU adjustments
This commit is contained in:
@@ -7,23 +7,8 @@ This script was developed to assist the verification of certificates for each Ku
|
||||
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.
|
||||
|
||||
```bash
|
||||
cd /home/vagrant
|
||||
cd ~
|
||||
bash cert_verify.sh
|
||||
```
|
||||
|
||||
Following are the successful output of script execution under different nodes,
|
||||
|
||||
1. VM: Master-1
|
||||
|
||||

|
||||
|
||||
2. VM: Master-2
|
||||
|
||||

|
||||
|
||||
3. VM: Worker-1
|
||||
|
||||

|
||||
|
||||
Any misconfiguration in certificates will be reported in red.
|
||||
|
||||
All successful validations are in green text, errors in red.
|
||||
Reference in New Issue
Block a user