-
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
reference latest version 0.3.4 in getting started guide #726
Conversation
✔️ Deploy Preview for karpenter-docs-prod ready! 🔨 Explore the source changes: af4e19e 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/615796bc7dd295000895810f 😎 Browse the preview: https://deploy-preview-726--karpenter-docs-prod.netlify.app |
@@ -177,7 +177,13 @@ metadata: | |||
spec: | |||
provider: | |||
instanceProfile: KarpenterNodeInstanceProfile-${CLUSTER_NAME} | |||
capacityType: spot | |||
capacityTypes: [spot] |
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.
I don't think this is valid YAML. You need "strings"
unless you're using -
syntax
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.
works for me, but I'll make it uniform to match the rest.
1. Issue, if available:
N/A
2. Description of changes:
3. 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.