You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2024-07-18-kubernetes-1.31-deprecations-and-removals.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ and will be removed in a later release.
53
53
It's being deprecated because the value of this field wasn't (and isn't) accurate.
54
54
This field is set by the kubelet, which does not have reliable information about the kube-proxy version or whether kube-proxy is running.
55
55
56
-
The `DisableNodeKubeProxyVersion`[feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) will be set to `true` in by default in v1.31 and the kubelet will no longer attempt to set the `.status.kubeProxyVersion` field for its associated Node.
56
+
The `DisableNodeKubeProxyVersion`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) will be set to `true` in by default in v1.31 and the kubelet will no longer attempt to set the `.status.kubeProxyVersion` field for its associated Node.
57
57
58
58
### Removal of all in-tree integrations with cloud providers
59
59
@@ -65,13 +65,13 @@ project and others are third party software.
65
65
This milestone marks the completion of the externalization process for all cloud providers' integrations from the Kubernetes core ([KEP-2395](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers/README.md)), a process started with Kubernetes v1.26.
66
66
This change helps Kubernetes to get closer to being a truly vendor-neutral platform.
67
67
68
-
For further details on the cloud provider integrations, read our [v1.29 Cloud Provider Integrations feature blog](https://kubernetes.io/blog/2023/12/14/cloud-provider-integration-changes/).
69
-
For additional context about the in-tree code removal, we invite you to check the ([v1.29 deprecation blog](https://kubernetes.io/blog/2023/11/16/kubernetes-1-29-upcoming-changes/#removal-of-in-tree-integrations-with-cloud-providers-kep-2395-https-kep-k8s-io-2395)).
68
+
For further details on the cloud provider integrations, read our [v1.29 Cloud Provider Integrations feature blog](/blog/2023/12/14/cloud-provider-integration-changes/).
69
+
For additional context about the in-tree code removal, we invite you to check the ([v1.29 deprecation blog](/blog/2023/11/16/kubernetes-1-29-upcoming-changes/#removal-of-in-tree-integrations-with-cloud-providers-kep-2395-https-kep-k8s-io-2395)).
70
70
71
71
The latter blog also contains useful information for users who need to migrate to version v1.29 and later.
72
72
73
73
74
-
### Removal of Kubelet Flag `--keep-terminated-pod-volumes`
74
+
### Removal of kubelet `--keep-terminated-pod-volumes` command line flag
75
75
76
76
The kubelet flag `--keep-terminated-pod-volumes`, which was deprecated in 2017, will be removed as
0 commit comments