We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Karpenter Version: v0.26.0 kubectl version --short |grep Server Server Version: v1.22.16-eks-ffeb93d
For the aws node template to select the newest ami filtered by the owner of the ami, which in this case is my account id
the karpenter logs I started seeing these errors:
karpenter-844c67cdb-9w2pd controller 2023-03-03T17:55:20.083Z ERROR controller Reconciler error {"commit": "39b48fe", "controller": "node", "controllerGroup": "", "controllerKind": "Node", "Node": {"name":"ip-10-redacted.us-gov-west-1.compute.internal"}, "namespace": "", "name": "ip-10-redacted.us-gov-west-1.compute.internal", "reconcileID": "dea5fe34-a424-4ad2-8ffd-9f0d3900b825", "error": "getting drift for node, getting amis, describing images [], InvalidParameterValue: The filter 'null' is invalid\n\tstatus code: 400, request id: c9a9cb89-39d8-49cd-85d4-6e39d472c455"}
I had the aws node template ami selector using an aws-id to select an older ami. I then removed the aws-id and added: aws::owners: "123redactedID"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Karpenter Version: v0.26.0
kubectl version --short |grep Server
Server Version: v1.22.16-eks-ffeb93d
Expected Behavior
For the aws node template to select the newest ami filtered by the owner of the ami, which in this case is my account id
Actual Behavior
the karpenter logs I started seeing these errors:
karpenter-844c67cdb-9w2pd controller 2023-03-03T17:55:20.083Z ERROR controller Reconciler error {"commit": "39b48fe", "controller": "node", "controllerGroup": "", "controllerKind": "Node", "Node": {"name":"ip-10-redacted.us-gov-west-1.compute.internal"}, "namespace": "", "name": "ip-10-redacted.us-gov-west-1.compute.internal", "reconcileID": "dea5fe34-a424-4ad2-8ffd-9f0d3900b825", "error": "getting drift for node, getting amis, describing images [], InvalidParameterValue: The filter 'null' is invalid\n\tstatus code: 400, request id: c9a9cb89-39d8-49cd-85d4-6e39d472c455"}
Steps to Reproduce the Problem
I had the aws node template ami selector using an aws-id to select an older ami. I then removed the aws-id and added:
aws::owners: "123redactedID"
Resource Specs and Logs
karpenter-844c67cdb-9w2pd controller 2023-03-03T17:55:20.083Z ERROR controller Reconciler error {"commit": "39b48fe", "controller": "node", "controllerGroup": "", "controllerKind": "Node", "Node": {"name":"ip-10-redacted.us-gov-west-1.compute.internal"}, "namespace": "", "name": "ip-10-redacted.us-gov-west-1.compute.internal", "reconcileID": "dea5fe34-a424-4ad2-8ffd-9f0d3900b825", "error": "getting drift for node, getting amis, describing images [], InvalidParameterValue: The filter 'null' is invalid\n\tstatus code: 400, request id: c9a9cb89-39d8-49cd-85d4-6e39d472c455"}
Community Note
The text was updated successfully, but these errors were encountered: