Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump k8s.io packages from 0.30.3 to 0.31.1 #402

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

afdesk
Copy link

@afdesk afdesk commented Oct 15, 2024

This PR updates k8s.io dependencies.

Also it removes deprecated field KubeProxyVersion used only for node info in BOM report.

The reason:

The .status.nodeInfo.kubeProxyVersion field of Nodes is being deprecated in Kubernetes v1.31, and will be removed in a later release. It's being deprecated because the value of this field wasn't (and isn't) accurate. This field is set by the kubelet, which does not have reliable information about the kube-proxy version or whether kube-proxy is running.
The DisableNodeKubeProxyVersion 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

The docs: Deprecation of status.nodeInfo.kubeProxyVersion field for Nodes

@afdesk afdesk marked this pull request as ready for review October 15, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants