From 769bdb53aac2068ec4e4f746d920e99af0cce40b Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 23 Jul 2019 17:24:37 -0700 Subject: [PATCH 1/3] Mention ingress-nginx update policy --- .../rancher/v2.x/en/cluster-admin/editing-clusters/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md index 41b07c02495..b709ebbf2a5 100644 --- a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md @@ -75,6 +75,8 @@ Following an upgrade to the latest version of Rancher, you can update your exist **Result:** Kubernetes begins upgrading for the cluster. During the upgrade, your cluster is unavailable. +The `ingress-nginx` pods are set to only upgrade on delete. After upgrading your cluster, you need to delete these pods to get on the correct version for your deployment. + ### Adding a Pod Security Policy When your cluster is running pods with security-sensitive configurations, assign it a [pod security policy]({{< baseurl >}}/rancher/v2.x/en/admin-settings/pod-security-policies/), which is a set of rules that monitors the conditions and settings in your pods. If a pod doesn't meet the rules specified in your policy, the policy stops it from running. From c7471ad14ba92426331b625984956d7c082c540e Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 23 Jul 2019 17:28:43 -0700 Subject: [PATCH 2/3] Delete extra word --- .../rancher/v2.x/en/cluster-admin/editing-clusters/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md index b709ebbf2a5..47050d57947 100644 --- a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md @@ -75,7 +75,7 @@ Following an upgrade to the latest version of Rancher, you can update your exist **Result:** Kubernetes begins upgrading for the cluster. During the upgrade, your cluster is unavailable. -The `ingress-nginx` pods are set to only upgrade on delete. After upgrading your cluster, you need to delete these pods to get on the correct version for your deployment. +The `ingress-nginx` pods are set to only upgrade on delete. After upgrading your cluster, you need to delete these pods to get the correct version for your deployment. ### Adding a Pod Security Policy From edd3a8c23fa87160d68dfe5d966152f6a8132410 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 30 Jul 2019 13:13:28 -0700 Subject: [PATCH 3/3] Turn sentence about ingress-nginx update into a note --- .../rancher/v2.x/en/cluster-admin/editing-clusters/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md index 47050d57947..c047fb9dbdc 100644 --- a/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/editing-clusters/_index.md @@ -75,7 +75,7 @@ Following an upgrade to the latest version of Rancher, you can update your exist **Result:** Kubernetes begins upgrading for the cluster. During the upgrade, your cluster is unavailable. -The `ingress-nginx` pods are set to only upgrade on delete. After upgrading your cluster, you need to delete these pods to get the correct version for your deployment. +> **Note:** The `ingress-nginx` pods are set to only upgrade on delete. After upgrading your cluster, you need to delete these pods to get the correct version for your deployment. ### Adding a Pod Security Policy