Skip to content

Commit 4c0ed1e

Browse files
authored
Update README.md
1 parent e308ea0 commit 4c0ed1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kops-kubernetes-cluster-configuration
1+
#kops-kubernetes-cluster-configuration
22
<<kops
33
Landmark Technologies
44
Tel: +1 437 215 2483
@@ -36,7 +36,7 @@ Setup Kubernetes (K8s) Cluster on AWS Using KOPS
3636
aws s3 mb s3://nubonglegah.k8.local
3737
aws s3 ls
3838

39-
# 5) Create an IAM role from AWS Console or CLI with below Policies.
39+
#5) Create an IAM role from AWS Console or CLI with below Policies.
4040

4141
AmazonEC2FullAccess
4242
AmazonS3FullAccess
@@ -74,19 +74,19 @@ You Created. --> Save.
7474
ssh-keygen
7575

7676

77-
# 8)Create kubernetes cluster definitions on S3 bucket
77+
#8) Create kubernetes cluster definitions on S3 bucket
7878

7979
kops create cluster --zones us-east-2c --networking weave --master-size t2.medium --master-count 1 --node-size t2.large --node-count=2 ${NAME}
8080

8181
kops create cluster --zones us-east-1e,zones us-east-2c --networking weave --master-size t2.medium --master-count 2 --node-size t2.micro --node-count=2 ${NAME}
8282

8383
kops create secret --name ${NAME} sshpublickey admin -i ~/.ssh/id_rsa.pub
8484

85-
# 9) Create kubernetes cluser
85+
#9) Create kubernetes cluser
8686

8787
kops update cluster ${NAME} --yes
8888

89-
# 10) Validate your cluster(KOPS will take some time to create cluster ,Execute below commond after 3 or 4 mins)
89+
#10) Validate your cluster(KOPS will take some time to create cluster ,Execute below commond after 3 or 4 mins)
9090

9191
kops validate cluster
9292

0 commit comments

Comments
 (0)