Skip to content

Commit b1c8c55

Browse files
authored
Add failureDomain to cluster configuration (#1277)
* docs(capi-hetzner): add failureDomain to cluster configuration Signed-off-by: makp0 <[email protected]> * docs(capi-hetzner): pin provider versions Signed-off-by: makp0 <[email protected]> --------- Signed-off-by: makp0 <[email protected]>
1 parent bc2de52 commit b1c8c55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/capi-hetzner.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This example demonstrates how k0smotron can be used with CAPH (Cluster API Provi
66

77
Before starting this example, ensure that you have met the [general prerequisites](capi-examples.md#prerequisites).
88

9-
To initialize the management cluster with Hetzner infrastrcture provider you can run:
9+
To initialize the management cluster with Hetzner infrastructure provider you can run:
1010

1111
```
12-
clusterctl init --core cluster-api --infrastructure hetzner
12+
clusterctl init --core cluster-api:v1.11.2 --infrastructure hetzner:v1.0.7
1313
```
1414

1515
For more details on Cluster API Provider Hetzner see it's [docs](https://github.com/syself/cluster-api-provider-hetzner/tree/main/docs).
@@ -100,6 +100,7 @@ spec:
100100
pool: worker-pool-1
101101
spec:
102102
clusterName: hetzner-test
103+
failureDomain: fsn1
103104
bootstrap:
104105
configRef: # This triggers our controller to create cloud-init secret
105106
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1

0 commit comments

Comments
 (0)