-
Notifications
You must be signed in to change notification settings - Fork 176
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
fix: Add addon checks to fix null pointer error bug in Kubernetes versions prior to 1.25. (#7114) #7185
Conversation
…ubernetes versions prior to 1.25.(#7114)
skyrise-l seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7185 +/- ##
==========================================
- Coverage 64.89% 64.89% -0.01%
==========================================
Files 337 337
Lines 41759 41773 +14
==========================================
+ Hits 27098 27107 +9
- Misses 12305 12313 +8
+ Partials 2356 2353 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. |
/approved |
fix #7114 Add addon checks to fix null pointer error bug in Kubernetes versions prior to 1.25.
XValidation was introduced as an alpha feature in Kubernetes v1.23 and requires additional enablement. It became more stable after Kubernetes 1.25. Users encountered this error in a Kubernetes 1.23 environment.