Trivial spelling change

Change occurrences of higly to highly
This commit is contained in:
Karl Mutch 2018-10-02 08:47:54 -07:00 committed by GitHub
parent 0959412fa4
commit caca4f6b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# USING KOPS WITH PRIVATE NETWORKING AND A BASTION HOST IN A HIGLY-AVAILABLE SETUP # USING KOPS WITH PRIVATE NETWORKING AND A BASTION HOST IN A HIGHLY-AVAILABLE SETUP
## WHAT WE WANT TO ACCOMPLISH HERE? ## WHAT WE WANT TO ACCOMPLISH HERE?
@ -307,7 +307,7 @@ ip-172-20-74-55.ec2.internal master True
Your cluster privatekopscluster.k8s.local is ready Your cluster privatekopscluster.k8s.local is ready
``` ```
## MAKING THE BASTION LAYER "HIGLY AVAILABLE". ## MAKING THE BASTION LAYER "HIGHLY AVAILABLE".
If for any reason any "legendary monster from the comics" decides to destroy the amazon AZ that contains our bastion, we'll basically be unable to enter to our instances. Let's add some H.A. to our bastion layer and force amazon to deploy additional bastion instances on other availability zones. If for any reason any "legendary monster from the comics" decides to destroy the amazon AZ that contains our bastion, we'll basically be unable to enter to our instances. Let's add some H.A. to our bastion layer and force amazon to deploy additional bastion instances on other availability zones.