Skip to content

Commit

Permalink
update label to markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
marthanda93 committed Apr 24, 2021
1 parent 06c561f commit c72a53f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ vagrant up
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
master-node Ready control-plane,master 34m v1.21.0
worker-node-1 Ready <none> 28m v1.21.0
worker-node-2 Ready <none> 22m v1.21.0
worker-node-1 Ready worker-node-1 28m v1.21.0
worker-node-2 Ready worker-node-2 22m v1.21.0
```

Also you can access kubernetes cluster from any one virtual machine
Expand All @@ -34,8 +34,8 @@ $ vagrant ssh worker-node-1
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
master-node Ready control-plane,master 34m v1.21.0
worker-node-1 Ready <none> 28m v1.21.0
worker-node-2 Ready <none> 22m v1.21.0
worker-node-1 Ready worker-node-1 28m v1.21.0
worker-node-2 Ready worker-node-2 22m v1.21.0
```

And you are ready to use :smile:

0 comments on commit c72a53f

Please sign in to comment.