-
Notifications
You must be signed in to change notification settings - Fork 204
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: Panic on nodeClassRef nil
dereference
#1669
fix: Panic on nodeClassRef nil
dereference
#1669
Conversation
Skipping CI for Draft Pull Request. |
nil
check for nodeclassrefnil
dereference
nil
dereference nil
dereference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we going to add testing for this case?
I am planning on testing the panic of SSA as part E2E testing. But for now I added tests that validate the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: engedaam, jonathan-innis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c34b2b4
into
kubernetes-sigs:release-v1.0.x
@engedaam, could you please clarify when this fix is supposed to be released and which patch version v1.0.x is going to contain it? Thanks |
We don't have a release date, but should be soon. It will be included in the next patch release for v1.0.3 |
Hi, Is this released in 1.0.4? |
Yes, it's included in the 1.0.4 release for the AWS provider (1.0.2 in this repo). |
Fixes aws/karpenter-provider-aws#6867
Description
How was this change tested?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.