Skip to content

Commit 0b36a93

Browse files
author
ramureddy
committed
add kubectl output as code
1 parent 609e7e1 commit 0b36a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ root@ramu-VirtualBox:~# aws eks list-clusters --region us-west-2 --profile dev
9292
]
9393
}
9494

95-
root@ramu-VirtualBox:~# aws eks --region us-west-2 update-kubeconfig --profile dev --name terraform-tl-eks-test
95+
```root@ramu-VirtualBox:~# aws eks --region us-west-2 update-kubeconfig --profile dev --name terraform-tl-eks-test
9696
Updated context arn:aws:eks:us-west-2:644808427317:cluster/terraform-tl-eks-test in /root/.kube/config
9797
9898
root@ramu-VirtualBox:~# kubectl get po --all-namespaces
@@ -106,4 +106,4 @@ root@ramu-VirtualBox:~# kubectl get nodes
106106
NAME STATUS ROLES AGE VERSION
107107
ip-10-123-30-127.us-west-2.compute.internal Ready <none> 51m v1.15.11-eks-af3caf
108108
root@ramu-VirtualBox:~#
109-
109+
```

0 commit comments

Comments
 (0)