Skip to content

Commit

Permalink
fix: update example Docker ClusterClass
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Dec 18, 2024
1 parent fed43ac commit b92273b
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ metadata:
name: docker-quick-start
spec:
controlPlane:
machineHealthCheck:
unhealthyConditions:
- status: Unknown
timeout: 300s
type: Ready
- status: "False"
timeout: 300s
type: Ready
machineInfrastructure:
ref:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
Expand All @@ -32,6 +40,14 @@ spec:
workers:
machineDeployments:
- class: default-worker
machineHealthCheck:
unhealthyConditions:
- status: Unknown
timeout: 300s
type: Ready
- status: "False"
timeout: 300s
type: Ready
template:
bootstrap:
ref:
Expand Down

0 comments on commit b92273b

Please sign in to comment.