File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This example demonstrates how k0smotron can be used with CAPH (Cluster API Provi
66
77Before 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
1515For 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
You can’t perform that action at this time.
0 commit comments