-
Notifications
You must be signed in to change notification settings - Fork 983
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
Get rid of the equal char when calling bootstrap.sh #1520
Conversation
…parse it and assume its empty. Which will result in it trying to find the API server automatically which works for EKS cluster but does not for others
✔️ Deploy Preview for karpenter-docs-prod canceled. 🔨 Explore the source changes: a84e207 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/6230f75242136f00084d353f |
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.
IIUC --use-max-pods
should not have an equal since it's an eks-bootstrap arg and not a kubelet extra arg
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! thanks!
1. Issue, if available:
2. Description of changes:
Get rid of the equal sign because the bootstrap.sh will not properly parse it and assume it is empty. Which will result in it trying to find the API server automatically which works for EKS cluster but does not for others.
The extra
=
s were added in #1420This is a problem introduced in
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.