We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7e3b2 commit 07d38b2Copy full SHA for 07d38b2
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/docker-cluster-class.yaml
@@ -6,6 +6,14 @@ metadata:
6
name: docker-quick-start
7
spec:
8
controlPlane:
9
+ machineHealthCheck:
10
+ unhealthyConditions:
11
+ - status: Unknown
12
+ timeout: 300s
13
+ type: Ready
14
+ - status: "False"
15
16
17
machineInfrastructure:
18
ref:
19
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -32,6 +40,14 @@ spec:
32
40
workers:
33
41
machineDeployments:
34
42
- class: default-worker
43
44
45
46
47
48
49
50
35
51
template:
36
52
bootstrap:
37
53
0 commit comments