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
Description
The kubeProxyVersion field is deprecated in Kubernetes 1.31 and will no longer be available. This requires us to update our codebase to remove any display of kubeProxyVersion in nodes. Additionally, we need to ensure that there are no other deprecated features or changes introduced in Kubernetes 1.31 that might affect our existing codebase.
Acceptance Criteria
Identify Occurrences - Search the codebase for all instances where kubeProxyVersion is being accessed or displayed.
Remove Deprecated Usage - Update the code to remove any display of kubeProxyVersion.
Review Deprecations and Changes in Kubernetes 1.31
Description
The
kubeProxyVersion
field is deprecated in Kubernetes 1.31 and will no longer be available. This requires us to update our codebase to remove any display ofkubeProxyVersion
in nodes. Additionally, we need to ensure that there are no other deprecated features or changes introduced in Kubernetes 1.31 that might affect our existing codebase.Acceptance Criteria
kubeProxyVersion
is being accessed or displayed.kubeProxyVersion
.Attachments
The text was updated successfully, but these errors were encountered: