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

Remove displaying kubeProxyVersion in nodes due to deprecation in Kubernetes 1.31 #3521

Open
3 tasks
mrCherry97 opened this issue Dec 5, 2024 · 0 comments
Open
3 tasks
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mrCherry97
Copy link
Contributor

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
    • Check the Kubernetes 1.31 release notes for any other deprecated features or changes.
    • Identify if any of these changes require adjustments to our codebase.
    • Document actions needed for any additional changes identified.

Attachments

@mrCherry97 mrCherry97 added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant