mirror of https://github.com/kubernetes/kops.git
Deprecate Kubernetes 1.10
This commit is contained in:
parent
b129a83638
commit
758f8017e4
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
# Deprecations
|
# 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
|
# Full change list since 1.17.0 release
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Kops will drop support for Kubernetes versions as follows:
|
||||||
| kops version | Drops support for Kubernetes version |
|
| kops version | Drops support for Kubernetes version |
|
||||||
|--------------|--------------------------------------|
|
|--------------|--------------------------------------|
|
||||||
| 1.18 | 1.8 and below |
|
| 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.
|
You are running a version of kubernetes that we recommend upgrading.
|
||||||
|
|
|
@ -94,7 +94,7 @@ var (
|
||||||
// OldestSupportedKubernetesVersion is the oldest kubernetes version that is supported in Kops
|
// OldestSupportedKubernetesVersion is the oldest kubernetes version that is supported in Kops
|
||||||
OldestSupportedKubernetesVersion = "1.9.0"
|
OldestSupportedKubernetesVersion = "1.9.0"
|
||||||
// OldestRecommendedKubernetesVersion is the oldest kubernetes version that is not deprecated in Kops
|
// OldestRecommendedKubernetesVersion is the oldest kubernetes version that is not deprecated in Kops
|
||||||
OldestRecommendedKubernetesVersion = "1.10.0"
|
OldestRecommendedKubernetesVersion = "1.11.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ApplyClusterCmd struct {
|
type ApplyClusterCmd struct {
|
||||||
|
|
Loading…
Reference in New Issue