Deprecate Kubernetes 1.10

This commit is contained in:
John Gardiner Myers 2020-03-25 20:10:51 -07:00
parent b129a83638
commit 758f8017e4
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
# Deprecations
* Support for Kubernetes version 1.10 is deprecated and will be removed in kops 1.19.
* Support for Kubernetes versions 1.9 and 1.10 are deprecated and will be removed in kops 1.19.
# Full change list since 1.17.0 release

View File

@ -6,7 +6,7 @@ Kops will drop support for Kubernetes versions as follows:
| kops version | Drops support for Kubernetes version |
|--------------|--------------------------------------|
| 1.18 | 1.8 and below |
| 1.19 | 1.9 |
| 1.19 | 1.9 and 1.10 |
You are running a version of kubernetes that we recommend upgrading.

View File

@ -94,7 +94,7 @@ var (
// OldestSupportedKubernetesVersion is the oldest kubernetes version that is supported in Kops
OldestSupportedKubernetesVersion = "1.9.0"
// OldestRecommendedKubernetesVersion is the oldest kubernetes version that is not deprecated in Kops
OldestRecommendedKubernetesVersion = "1.10.0"
OldestRecommendedKubernetesVersion = "1.11.0"
)
type ApplyClusterCmd struct {