Skip to content

Commit

Permalink
Merge pull request #942 from gianlucam76/workload-cluster
Browse files Browse the repository at this point in the history
Advance workload cluster version to v1.32.0
  • Loading branch information
gianlucam76 authored Jan 10, 2025
2 parents 36d32dd + e86a4fb commit d9212af
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 d9212af

Please sign in to comment.