Skip to content

Commit

Permalink
feat(t8s-cluster/management-cluster): adjust machineHealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jul 4, 2023
1 parent 03b6520 commit 3239ccb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
controlPlane:
machineHealthCheck:
maxUnhealthy: 33%
maxUnhealthy: 1
nodeStartupTimeout: 10m
unhealthyConditions:
- status: Unknown
Expand Down Expand Up @@ -133,7 +133,6 @@ spec:
{{- range $name, $machineDeploymentClass := .Values.workers }}
- class: {{ $name }}
machineHealthCheck:
maxUnhealthy: 50%
nodeStartupTimeout: 8m
unhealthyConditions:
- status: Unknown
Expand Down

0 comments on commit 3239ccb

Please sign in to comment.