-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feature: Support Hetzner cloud provider in Helm chart #6502
Conversation
Welcome @NiklasRosenstein! |
Hi @NiklasRosenstein JFYI: you have to install Pre-commit hooks before working in the Charts. |
The So you need to bump the chart version to |
The So The README.md is generated by helm-docs from the |
Thanks @Shubham82, and sorry for not reading up on the contribution guidelines! Just want to mention as a side note that your CI is using helm-docs 1.3.0 which doesn't seem to support an extra empty line in the diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml
index 5503dda51..b838afbf1 100644
--- a/charts/cluster-autoscaler/values.yaml
+++ b/charts/cluster-autoscaler/values.yaml
@@ -36,7 +36,6 @@ autoDiscovery:
# maxSize: 2<br />
# minSize: 1
# </pre>
-#
# For Hetzner Cloud, the `instanceType` and `region` keys are also required.
# <pre>
# - name: mypool<br /> The version I got with
|
Co-authored-by: Shubham <[email protected]>
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mwielgus, NiklasRosenstein The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds support for the Hetzner cloud provider in the cluster-autoscaler Helm chart.
Which issue(s) this PR fixes:
n/a
Special notes for your reviewer:
n/a
Does this PR introduce a user-facing change?
NONE
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
n/a