-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Include the update instructions #1341
Conversation
✔️ Deploy Preview for karpenter-docs-prod ready! 🔨 Explore the source changes: 50efa27 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/620ae7a4e2c7370007ef210d 😎 Browse the preview: https://deploy-preview-1341--karpenter-docs-prod.netlify.app |
a21902f
to
a9fe774
Compare
5e80975
to
5695b2c
Compare
5695b2c
to
5291d96
Compare
5291d96
to
50efa27
Compare
--set clusterName=${CLUSTER_NAME} \ | ||
--set clusterEndpoint=${CLUSTER_ENDPOINT} \ | ||
--set serviceAccount.annotations.eks\.amazonaws\.com/role-arn=${KARPENTER_IAM_ROLE_ARN} | ||
--set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ |
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.
is the instance profile name required like this for auto discovery KarpenterNodeInstanceProfile-${CLUSTER_NAME}
? or can users provide any name for the profile
1. Issue, if available:
Update the FAQ to include update instructions for v0.6.2
2. Description of changes:
3. How was this change tested?
4. Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.