Use "remove" instead of "drop" in upgrade_k8s.md

This commit is contained in:
John Gardiner Myers 2020-10-25 10:53:36 -07:00
parent edfa6a0e94
commit 9ecc4b2ec0
1 changed files with 7 additions and 7 deletions

View File

@ -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.