From bccb6a6602c5bbd582fc5262a36d6cca7e145380 Mon Sep 17 00:00:00 2001 From: ocofaigh Date: Wed, 22 Aug 2018 20:11:57 +0100 Subject: [PATCH] Update high-availability.md - Fix value of kubernetesVersion in the kubeadm-config.yaml (#9613) * Update high-availability.md Fix for https://github.com/kubernetes/website/issues/9594# Changed the value of `kubernetesVersion` to `v1.11.1` in the kubeadm-config.yaml so it pulls the correct server images for the latest v1.11 release. I don't like the idea of having to change this value for every point release. Maybe someone can come up with a better solution that submitting a change to the documentation for every minor release? * Update high-availability.md --- .../setup/independent/high-availability.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/content/en/docs/setup/independent/high-availability.md b/content/en/docs/setup/independent/high-availability.md index 1643801b99..28aed06166 100644 --- a/content/en/docs/setup/independent/high-availability.md +++ b/content/en/docs/setup/independent/high-availability.md @@ -143,7 +143,7 @@ different configuration. apiVersion: kubeadm.k8s.io/v1alpha2 kind: MasterConfiguration - kubernetesVersion: v1.11.0 + kubernetesVersion: v1.11.x apiServerCertSANs: - "LOAD_BALANCER_DNS" api: @@ -166,6 +166,8 @@ different configuration. # This CIDR is a Calico default. Substitute or remove for your CNI provider. podSubnet: "192.168.0.0/16" +1. Replace `x` in `kubernetesVersion: v1.11.x` with the latest available version. + For example: `kubernetesVersion: v1.11.1` 1. Replace the following variables in the template with the appropriate values for your cluster: @@ -224,7 +226,7 @@ done apiVersion: kubeadm.k8s.io/v1alpha2 kind: MasterConfiguration - kubernetesVersion: v1.11.0 + kubernetesVersion: v1.11.x apiServerCertSANs: - "LOAD_BALANCER_DNS" api: @@ -248,6 +250,9 @@ done # This CIDR is a calico default. Substitute or remove for your CNI provider. podSubnet: "192.168.0.0/16" +1. Replace `x` in `kubernetesVersion: v1.11.x` with the latest available version. + For example: `kubernetesVersion: v1.11.1` + 1. Replace the following variables in the template with the appropriate values for your cluster: - `LOAD_BALANCER_DNS` @@ -314,7 +319,7 @@ done apiVersion: kubeadm.k8s.io/v1alpha2 kind: MasterConfiguration - kubernetesVersion: v1.11.0 + kubernetesVersion: v1.11.x apiServerCertSANs: - "LOAD_BALANCER_DNS" api: @@ -338,6 +343,9 @@ done # This CIDR is a calico default. Substitute or remove for your CNI provider. podSubnet: "192.168.0.0/16" +1. Replace `x` in `kubernetesVersion: v1.11.x` with the latest available version. + For example: `kubernetesVersion: v1.11.1` + 1. Replace the following variables in the template with the appropriate values for your cluster: - `LOAD_BALANCER_DNS` @@ -431,7 +439,7 @@ done apiVersion: kubeadm.k8s.io/v1alpha2 kind: MasterConfiguration - kubernetesVersion: v1.11.0 + kubernetesVersion: v1.11.x apiServerCertSANs: - "LOAD_BALANCER_DNS" api: @@ -449,6 +457,9 @@ done # This CIDR is a calico default. Substitute or remove for your CNI provider. podSubnet: "192.168.0.0/16" +1. Replace `x` in `kubernetesVersion: v1.11.x` with the latest available version. + For example: `kubernetesVersion: v1.11.1` + 1. Replace the following variables in the template with the appropriate values for your cluster: - `LOAD_BALANCER_DNS`