mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-01 08:34:35 +02:00
Update Kubernetes from v1.11.2 to v1.11.3
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1113
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
!!! danger
|
||||
Typhoon for Azure is alpha. For production, use AWS, Google Cloud, or bare-metal. As Azure matures, check [errata](https://github.com/poseidon/typhoon/wiki/Errata) for known shortcomings.
|
||||
|
||||
In this tutorial, we'll create a Kubernetes v1.11.2 cluster on Azure with Container Linux.
|
||||
In this tutorial, we'll create a Kubernetes v1.11.3 cluster on Azure with Container Linux.
|
||||
|
||||
We'll declare a Kubernetes cluster using the Typhoon Terraform module. Then apply the changes to create a resource group, virtual network, subnets, security groups, controller availability set, worker scale set, load balancer, and TLS assets.
|
||||
|
||||
@ -165,10 +165,10 @@ In 4-8 minutes, the Kubernetes cluster will be ready.
|
||||
$ export KUBECONFIG=/home/user/.secrets/clusters/ramius/auth/kubeconfig
|
||||
$ kubectl get nodes
|
||||
NAME STATUS ROLES AGE VERSION
|
||||
ramius-controller-0 Ready controller,master 24m v1.11.2
|
||||
ramius-worker-000001 Ready node 25m v1.11.2
|
||||
ramius-worker-000002 Ready node 24m v1.11.2
|
||||
ramius-worker-000005 Ready node 24m v1.11.2
|
||||
ramius-controller-0 Ready controller,master 24m v1.11.3
|
||||
ramius-worker-000001 Ready node 25m v1.11.3
|
||||
ramius-worker-000002 Ready node 24m v1.11.3
|
||||
ramius-worker-000005 Ready node 24m v1.11.3
|
||||
```
|
||||
|
||||
List the pods.
|
||||
|
Reference in New Issue
Block a user