Skip to content
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

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

Jont828
Copy link
Contributor

@Jont828 Jont828 commented May 3, 2024

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

@mboersma mboersma added enhancement New feature or request kind/feature Categorizes issue or PR as related to a new feature do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. and removed enhancement New feature or request labels May 10, 2024
@mboersma
Copy link
Owner

Some whitespace cleanup required before the linter is happy:

charts/azure-managed-cluster/values.yaml
  Error: 10:1 [trailing-spaces] trailing spaces
  Error: 21:16 [trailing-spaces] trailing spaces
  Error: 45:1 [trailing-spaces] trailing spaces
  Error: 57:17 [colons] too many spaces after colon
  Error: 61:16 [colons] too many spaces before colon
  Error: 61:18 [trailing-spaces] trailing spaces
  Error: 77:26 [trailing-spaces] trailing spaces
  Error: 79:10 [trailing-spaces] trailing spaces
  Error: 83:21 [trailing-spaces] trailing spaces
  Error: 106:6 [indentation] wrong indentation: expected 4 but found 5
  Error: 108:12 [colons] too many spaces before colon
  Error: 111:2 [comments] missing starting space in comment
  Error: 111:43 [trailing-spaces] trailing spaces
  Error: 115:10 [trailing-spaces] trailing spaces
  Error: 117:16 [comments] too few spaces before comment
  Error: 125:23 [trailing-spaces] trailing spaces
  Error: 126:6 [indentation] wrong indentation: expected 6 but found 5
  Error: 1[30](https://github.com/mboersma/cluster-api-charts/actions/runs/9025955495/job/24818320639?pr=4#step:7:31):6 [indentation] wrong indentation: expected 6 but found 5
  Error: 1[31](https://github.com/mboersma/cluster-api-charts/actions/runs/9025955495/job/24818320639?pr=4#step:7:32):19 [trailing-spaces] trailing spaces
  Error: 147:22 [trailing-spaces] trailing spaces

@Jont828 Jont828 force-pushed the aks branch 3 times, most recently from 388a898 to f791b47 Compare May 10, 2024 22:22
@Jont828 Jont828 changed the title [WIP] Add chart for AKS managed cluster Add Helm chart for AKS managed cluster May 10, 2024
@Jont828
Copy link
Contributor Author

Jont828 commented May 10, 2024

/hold cancel

@mboersma mboersma removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 10, 2024
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>
Copy link
Collaborator

@dtzar dtzar left a 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
Copy link
Collaborator

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?

Copy link
Owner

@mboersma mboersma left a 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?
Copy link
Owner

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"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
kubernetes_version: "v1.28.5"
kubernetes_version: "v1.28.9"

@jackfrancis
Copy link

lgtm

let's merge this and address any follow-up items in a follow-up PR

rapid iteration ftw

@dtzar dtzar merged commit 47fe03f into mboersma:main May 13, 2024
1 check passed
@mboersma
Copy link
Owner

helm repo add capi https://mboersma.github.io/cluster-api-charts
helm install <name> capi/azure-managed-cluster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants