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
Expected Behavior:
I would expect that the AWSAdapterConfig has information about the NodeGroup that is Ready and reconcile the other NodeGroup on the next reconcile loop. It should definitely not cause panic.
The text was updated successfully, but these errors were encountered:
Describe the problem:
I have an EKS cluster in which NodeGroup is still in
creating
state. This causes a panic on this line -kyverno-aws-adapter/controllers/awsadapterconfig_controller.go
Lines 279 to 281 in 4b87541
Here is the stack trace -
Attaching a screenshot from EKS console:
Expected Behavior:
I would expect that the AWSAdapterConfig has information about the NodeGroup that is Ready and reconcile the other NodeGroup on the next reconcile loop. It should definitely not cause panic.
The text was updated successfully, but these errors were encountered: