From a72da8d43951d1966126cb1c444377420cdac515 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 25 Oct 2020 10:53:36 -0700 Subject: [PATCH] Use "remove" instead of "drop" in upgrade_k8s.md --- permalinks/upgrade_k8s.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/permalinks/upgrade_k8s.md b/permalinks/upgrade_k8s.md index 0b92166374dca..c54e8fa4a210b 100644 --- a/permalinks/upgrade_k8s.md +++ b/permalinks/upgrade_k8s.md @@ -1,14 +1,14 @@ # Kubernetes Upgrade Recommended Kops has established a deprecation policy for Kubernetes version support. -Kops will drop support for Kubernetes versions as follows: +Kops will remove support for Kubernetes versions as follows: -| kops version | Drops support for Kubernetes version | -|--------------|--------------------------------------| -| 1.18 | 1.8 and below | -| 1.19 | 1.9 and 1.10 | -| 1.20 | 1.11 and 1.12 | -| 1.21 | 1.13 and 1.14 | +| kops version | Removes support for Kubernetes version | +|--------------|----------------------------------------| +| 1.18 | 1.8 and below | +| 1.19 | 1.9 and 1.10 | +| 1.20 | 1.11 and 1.12 | +| 1.21 | 1.13 and 1.14 | You are running a version of kubernetes that we recommend upgrading.