-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Helm chart for AKS managed cluster #4
Conversation
Some whitespace cleanup required before the linter is happy:
|
388a898
to
f791b47
Compare
/hold cancel |
Note: this is originated from the following repo: https://github.com/nellyk/azure-managed-cluster-capz-helm Co-authored-by: Nelly Kiboi <3062772+nellyk@users.noreply.github.com> Co-authored-by: Alessandro Vozza <alessandro.vozza@microsoft.com>
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.
Can we also please get a very basic readme in the root of this chart?
@@ -0,0 +1 @@ | |||
*.code-workspace |
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.
Do we want to keep this or perhaps provide a more comprehensive git ignore file on a separate PR?
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 overall
defaults: | ||
agentPool: | ||
mode: User | ||
# TODO: should mode be set or required? |
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 this question still open?
## SSH public key (must be valid) | ||
|
||
## Kubernetes version | ||
kubernetes_version: "v1.28.5" |
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.
kubernetes_version: "v1.28.5" | |
kubernetes_version: "v1.28.9" |
lgtm let's merge this and address any follow-up items in a follow-up PR rapid iteration ftw |
helm repo add capi https://mboersma.github.io/cluster-api-charts
helm install <name> capi/azure-managed-cluster |
Add Helm chart for AKS managed cluster
Note: this is originated from the following repo: https://github.com/nellyk/azure-managed-cluster-capz-helm
Co-authored-by: Nelly Kiboi 3062772+nellyk@users.noreply.github.com
Co-authored-by: Alessandro Vozza alessandro.vozza@microsoft.com