-
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
Separate the command line commands in the getting started guide into independent bash files #1412
Conversation
… bash files and adds a run-all-steps.sh file that sequentially runs all those files. By running the run-all-steps.sh we can verify that all steps work
✔️ Deploy Preview for karpenter-docs-prod ready! 🔨 Explore the source changes: 7bc8090 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/62183a19304db900084c452f 😎 Browse the preview: https://deploy-preview-1412--karpenter-docs-prod.netlify.app |
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.
niceeeeeeeeeeeeeeeeeeeeeeeeee!
website/content/en/preview/getting-started/scripts/run-all-steps.sh
Outdated
Show resolved
Hide resolved
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.
Really nice work!
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.
nice work!
1. Issue, if available:
Relates to:
#1351
#1358
#1344
2. Description of changes:
Separates the CLI parts of the getting started guide into independent bash files and adds a run-all-steps.sh file that sequentially runs all those files.
Some of the benefits of this change:
The appearance of the docs will remain unchanged after this change with the exception of introducing a new environment variable (KARPENTER_VERSION).
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.