Skip to content

Commit 87b3053

Browse files
a-mccarthyTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent 29600dc commit 87b3053

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/blog/_posts/2024-07-18-kubernetes-1.31-deprecations-and-removals.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and will be removed in a later release.
5353
It's being deprecated because the value of this field wasn't (and isn't) accurate.
5454
This field is set by the kubelet, which does not have reliable information about the kube-proxy version or whether kube-proxy is running.
5555

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

5858
### Removal of all in-tree integrations with cloud providers
5959

@@ -65,13 +65,13 @@ project and others are third party software.
6565
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.
6666
This change helps Kubernetes to get closer to being a truly vendor-neutral platform.
6767

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)).
7070

7171
The latter blog also contains useful information for users who need to migrate to version v1.29 and later.
7272

7373

74-
### Removal of Kubelet Flag `--keep-terminated-pod-volumes`
74+
### Removal of kubelet `--keep-terminated-pod-volumes` command line flag
7575

7676
The kubelet flag `--keep-terminated-pod-volumes`, which was deprecated in 2017, will be removed as
7777
part of the v1.31 release.

0 commit comments

Comments
 (0)