Skip to content

Commit

Permalink
feat(t8s-cluster/workload-cluster): add a higher timeout for upgrading
Browse files Browse the repository at this point in the history
during cluster upgrades the rolling nodes can lead to `upgrade retries
exhausted` because the daemonsets can't roll quick enough
  • Loading branch information
cwrau committed Sep 12, 2023
1 parent 5645d12 commit 95f7d14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
install:
remediation:
retries: -1
upgrade:
timeout: 5m
storageNamespace: kube-system
targetNamespace: kube-system
releaseName: csi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
install:
remediation:
retries: -1
upgrade:
timeout: 5m
storageNamespace: kube-system
targetNamespace: kube-system
releaseName: ccm
Expand Down
2 changes: 2 additions & 0 deletions charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
install:
remediation:
retries: -1
upgrade:
timeout: 5m
storageNamespace: kube-system
targetNamespace: kube-system
releaseName: cni
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
install:
remediation:
retries: -1
upgrade:
timeout: 5m
storageNamespace: kube-system
targetNamespace: kube-system
releaseName: gpu-operator
Expand Down

0 comments on commit 95f7d14

Please sign in to comment.