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 0e860e7 commit 29787d4Copy full SHA for 29787d4
test/infrastructure/docker/templates/clusterclass-in-memory.yaml
@@ -117,15 +117,15 @@ spec:
117
apiVersion: controlplane.cluster.x-k8s.io/v1beta2
118
kind: KubeadmControlPlaneTemplate
119
name: in-memory-control-plane
120
- healthCheck:
121
- checks:
122
- unhealthyNodeConditions:
123
- - type: Ready
124
- status: Unknown
125
- timeoutSeconds: 300
126
127
- status: "False"
128
+ healthCheck:
+ checks:
+ unhealthyNodeConditions:
+ - type: Ready
+ status: Unknown
+ timeoutSeconds: 300
+ status: "False"
129
infrastructure:
130
templateRef:
131
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
0 commit comments