-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: add Helm-based install process #148
Conversation
Pull Request Test Coverage Report for Build 8678237484Details
💛 - Coveralls |
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.
Haven't been able to test it yet, but overall I'm liking these changes.
I do think we should hard switch over to just workload identity with this change, which I can help with.
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.
minor comments/recommendations, but lgtm
Description
Add and document the procedure for creating a cluster and installing Karpenter using published Helm charts.
configure-values.sh
script, which interrogates the cluster and generateskarpenter-values.yaml
based onkarpenter-values-template.yaml
. These values are used when installing Karpenter using Helm chart. Skaffold configuration is shifted to use this file as well.create-cluster.sh
script which can be used for creating clusters compatible with Kaprenter providerHow was this change tested?
make az-mkaks-user
andmake az-helm-install-snapshot
Does this change impact docs?
Release Note