Skip to content

Commit 07d38b2

Browse files
committed
fix: update example Docker ClusterClass
1 parent 5e7e3b2 commit 07d38b2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/docker-cluster-class.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ metadata:
66
name: docker-quick-start
77
spec:
88
controlPlane:
9+
machineHealthCheck:
10+
unhealthyConditions:
11+
- status: Unknown
12+
timeout: 300s
13+
type: Ready
14+
- status: "False"
15+
timeout: 300s
16+
type: Ready
917
machineInfrastructure:
1018
ref:
1119
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -32,6 +40,14 @@ spec:
3240
workers:
3341
machineDeployments:
3442
- class: default-worker
43+
machineHealthCheck:
44+
unhealthyConditions:
45+
- status: Unknown
46+
timeout: 300s
47+
type: Ready
48+
- status: "False"
49+
timeout: 300s
50+
type: Ready
3551
template:
3652
bootstrap:
3753
ref:

0 commit comments

Comments
 (0)