You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read [cluster-autoscaler/cloudprovider/exoscale/README.md](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/exoscale/README.md) for further information on the setup without helm.
261
263
264
+
### Hetzner Cloud
265
+
266
+
The following parameters are required:
267
+
268
+
-`cloudProvider=hetzner`
269
+
-`extraEnv.HCLOUD_TOKEN=...`
270
+
-`autoscalingGroups=...`
271
+
272
+
Each autoscaling group requires an additional `instanceType` and `region` key to be set.
273
+
274
+
Read [cluster-autoscaler/cloudprovider/hetzner/README.md](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/hetzner/README.md) for further information on the setup without helm.
275
+
262
276
## Uninstalling the Chart
263
277
264
278
To uninstall `my-release`:
@@ -375,7 +389,7 @@ vpa:
375
389
| autoDiscovery.labels | list |`[]`| Cluster-API labels to match https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/clusterapi/README.md#configuring-node-group-auto-discovery|
376
390
| autoDiscovery.roles | list |`["worker"]`| Magnum node group roles to match. |
377
391
| autoDiscovery.tags | list |`["k8s.io/cluster-autoscaler/enabled","k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}"]`| ASG tags to match, run through `tpl`. |
378
-
| autoscalingGroups | list |`[]`| For AWS, Azure AKS or Magnum. At least one element is required if not using `autoDiscovery`. For example: <pre> - name: asg1<br /> maxSize: 2<br /> minSize: 1 </pre> |
392
+
| autoscalingGroups | list |`[]`| For AWS, Azure AKS or Magnum. At least one element is required if not using `autoDiscovery`. For example: <pre> - name: asg1<br /> maxSize: 2<br /> minSize: 1 </pre> For Hetzner Cloud, the `instanceType` and `region` keys are also required. <pre> - name: mypool<br /> maxSize: 2<br /> minSize: 1<br /> instanceType: CPX21<br /> region: FSN1 </pre> |
379
393
| autoscalingGroupsnamePrefix | list |`[]`| For GCE. At least one element is required if not using `autoDiscovery`. For example: <pre> - name: ig01<br /> maxSize: 10<br /> minSize: 0 </pre> |
380
394
| awsAccessKeyID | string |`""`| AWS access key ID ([if AWS user keys used](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#using-aws-credentials)) |
381
395
| awsRegion | string |`"us-east-1"`| AWS region (required if `cloudProvider=aws`) |
Read [cluster-autoscaler/cloudprovider/exoscale/README.md](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/exoscale/README.md) for further information on the setup without helm.
261
263
264
+
### Hetzner Cloud
265
+
266
+
The following parameters are required:
267
+
268
+
- `cloudProvider=hetzner`
269
+
- `extraEnv.HCLOUD_TOKEN=...`
270
+
- `autoscalingGroups=...`
271
+
272
+
Each autoscaling group requires an additional `instanceType` and `region` key to be set.
273
+
274
+
Read [cluster-autoscaler/cloudprovider/hetzner/README.md](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/hetzner/README.md) for further information on the setup without helm.
0 commit comments