Skip to content

Commit

Permalink
chore(t8s-cluster/management-cluster): completely remove nodeDrainTim…
Browse files Browse the repository at this point in the history
…eout
  • Loading branch information
cwrau committed Oct 20, 2023
1 parent 1a610b1 commit a5c6ddb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion charts/t8s-cluster/ci/cidrs-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
controlPlane:
flavor: standard
nodeDrainTimeout: 5m
allowedCIDRs:
- 1.2.3.4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- status: 'False'
timeout: 600s
type: Ready
nodeDrainTimeout: {{ .Values.controlPlane.nodeDrainTimeout | default "8m" }}
nodeDrainTimeout: "8m"
machineInfrastructure:
ref:
apiVersion: {{ include "t8s-cluster.clusterClass.infrastructureApiVersion" (dict) }}
Expand Down
11 changes: 0 additions & 11 deletions charts/t8s-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
"additionalSecurityGroups": {
"$ref": "#/$defs/securityGroups"
},
"nodeDrainTimeout": {
"$ref": "#/$defs/nodeDrainTimeout"
},
"allowedCIDRs": {
"type": "array",
"items": {
Expand Down Expand Up @@ -179,9 +176,6 @@
},
"flavor": {
"type": "string"
},
"nodeDrainTimeout": {
"$ref": "#/$defs/nodeDrainTimeout"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -279,11 +273,6 @@
},
"uniqueItems": true
},
"nodeDrainTimeout": {
"type": "string",
"default": "3m",
"pattern": "[0-9]+[smh]"
},
"image": {
"type": "object",
"properties": {
Expand Down

0 comments on commit a5c6ddb

Please sign in to comment.