Update Kubernetes from v1.16.0 to v1.16.1

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#v1161
This commit is contained in:
Dalton Hubble
2019-10-02 21:31:55 -07:00
parent ca7d62720e
commit 1c5ed84fc2
40 changed files with 97 additions and 96 deletions

View File

@ -3,7 +3,7 @@
!!! danger
Typhoon for Fedora CoreOS is an early preview! Fedora CoreOS itself is a preview! Expect bugs and design shifts. Please help both projects solve problems. Report Fedora CoreOS bugs to [Fedora](https://github.com/coreos/fedora-coreos-tracker/issues). Report Typhoon issues to Typhoon.
In this tutorial, we'll create a Kubernetes v1.16.0 cluster on AWS with Fedora CoreOS.
In this tutorial, we'll create a Kubernetes v1.16.1 cluster on AWS with Fedora CoreOS.
We'll declare a Kubernetes cluster using the Typhoon Terraform module. Then apply the changes to create a VPC, gateway, subnets, security groups, controller instances, worker auto-scaling group, network load balancer, and TLS assets.
@ -138,9 +138,9 @@ 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 <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
ip-10-0-3-155 Ready <none> 10m v1.16.1
ip-10-0-26-65 Ready <none> 10m v1.16.1
ip-10-0-41-21 Ready <none> 10m v1.16.1
```
List the pods.

View File

@ -3,7 +3,7 @@
!!! danger
Typhoon for Fedora CoreOS is an early preview! Fedora CoreOS itself is a preview! Expect bugs and design shifts. Please help both projects solve problems. Report Fedora CoreOS bugs to [Fedora](https://github.com/coreos/fedora-coreos-tracker/issues). Report Typhoon issues to Typhoon.
In this tutorial, we'll network boot and provision a Kubernetes v1.16.0 cluster on bare-metal with Fedora CoreOS.
In this tutorial, we'll network boot and provision a Kubernetes v1.16.1 cluster on bare-metal with Fedora CoreOS.
First, we'll deploy a [Matchbox](https://github.com/poseidon/matchbox) service and setup a network boot environment. Then, we'll declare a Kubernetes cluster using the Typhoon Terraform module and power on machines. On PXE boot, machines will install Fedora CoreOS to disk, reboot into the disk install, and provision themselves as Kubernetes controllers or workers via Ignition.
@ -283,9 +283,9 @@ 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 <none> 10m v1.16.0
node2.example.com Ready <none> 10m v1.16.0
node3.example.com Ready <none> 10m v1.16.0
node1.example.com Ready <none> 10m v1.16.1
node2.example.com Ready <none> 10m v1.16.1
node3.example.com Ready <none> 10m v1.16.1
```
List the pods.