Skip to content

Commit

Permalink
Advance workload cluster version to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianluc committed Jan 10, 2025
1 parent 6aa4991 commit e86a4fb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion test/clusterapi-workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ metadata:
namespace: default
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 Down Expand Up @@ -205,6 +213,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 Expand Up @@ -339,7 +355,7 @@ spec:
enabled: true
enforce: baseline
warn: restricted
version: v1.30.0
version: v1.32.0
workers:
machineDeployments:
- class: default-worker
Expand Down

0 comments on commit e86a4fb

Please sign in to comment.