-
Notifications
You must be signed in to change notification settings - Fork 206
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
karpenter Pod fails to Start -The specified queue does not exist. #1799
Comments
This issue is currently awaiting triage. If Karpenter contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I could fix it by stitching things from other repos, issue comments and documentation - SQS stack needs to be present - Ref - https://github.com/aws/karpenter-provider-aws/blob/main/website/content/en/docs/getting-started/getting-started-with-karpenter/cloudformation.yaml SQS permission needs to be given to Karpenter pod's service Account - If this can be added to documentation or the |
Using ARM SPOT instances and I can verify the following versions that the issue exist:
|
@ssarbadh What version of karpenter chart is being used here? |
I temporarily resolved the issue by removing the following lines: - name: INTERRUPTION_QUEUE
value: "<cluster-name>" This prevented errors related to the non-existent interruption queue and allowed the pod to start as expected. |
Description
Observed Behavior:
Pod fails to start - panic: AWS.SimpleQueueService.NonExistentQueue: The specified queue does not exist.
Expected Behavior:
Pod runs
Reproduction Steps (Please include YAML):
Follow this documentation.
https://karpenter.sh/docs/getting-started/migrating-from-cas/
Doc mentions about setting a Interruption Queue -
--set "settings.interruptionQueue=${CLUSTER_NAME}"
But the policy for the service account - doesn't mention anything to do with Queue (sqs permissions).
** Extra info **
A service account is created -
Deployment refers to queue
Policy attached to the Service Account is copied from documentation
This issue comment mentions some SQS permissions -
aws/karpenter-provider-aws#3185 (comment)
Versions:
kubectl version
): 1.29The text was updated successfully, but these errors were encountered: