Skip to content

Commit

Permalink
bug: enable HA control plane nodes (#1361)
Browse files Browse the repository at this point in the history
/kind bug
/area ci
  • Loading branch information
Ressetkk authored Oct 8, 2024
1 parent 2dbd8b4 commit a3d5789
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/ci/shoot_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ spec:
cloudProfileName: aws
region: ${GARDENER_REGION}
purpose: evaluation
controlPlane:
highAvailability:
failureTolerance:
type: zone
provider:
type: aws
infrastructureConfig:
Expand Down
4 changes: 4 additions & 0 deletions hack/ci/shoot_gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ spec:
cloudProfileName: gcp
region: ${GARDENER_REGION}
purpose: evaluation
controlPlane:
highAvailability:
failureTolerance:
type: zone
provider:
type: gcp
infrastructureConfig:
Expand Down

0 comments on commit a3d5789

Please sign in to comment.