mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-25 04:51:34 +02:00
Update CHANGES and docs for v1.16.0 release
This commit is contained in:
@ -137,10 +137,10 @@ In 4-8 minutes, the Kubernetes cluster will be ready.
|
||||
```
|
||||
$ export KUBECONFIG=/home/user/.secrets/clusters/tempest/auth/kubeconfig
|
||||
$ kubectl get nodes
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
ip-10-0-3-155 Ready controller,master 10m v1.16.0
|
||||
ip-10-0-26-65 Ready node 10m v1.16.0
|
||||
ip-10-0-41-21 Ready node 10m v1.16.0
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
ip-10-0-3-155 Ready <none> 10m v1.16.0
|
||||
ip-10-0-26-65 Ready <none> 10m v1.16.0
|
||||
ip-10-0-41-21 Ready <none> 10m v1.16.0
|
||||
```
|
||||
|
||||
List the pods.
|
||||
|
@ -282,10 +282,10 @@ systemd[1]: Started Kubernetes control plane.
|
||||
```
|
||||
$ export KUBECONFIG=/home/user/.secrets/clusters/mercury/auth/kubeconfig
|
||||
$ kubectl get nodes
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
node1.example.com Ready controller,master 10m v1.16.0
|
||||
node2.example.com Ready node 10m v1.16.0
|
||||
node3.example.com Ready node 10m v1.16.0
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
node1.example.com Ready <none> 10m v1.16.0
|
||||
node2.example.com Ready <none> 10m v1.16.0
|
||||
node3.example.com Ready <none> 10m v1.16.0
|
||||
```
|
||||
|
||||
List the pods.
|
||||
|
Reference in New Issue
Block a user