Skip to content

Commit

Permalink
fix: increase liveness-proble timeout as 30s on Windows node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 15, 2024
1 parent 5438bab commit 24eb9f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- end }}
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port={{ .Values.node.livenessProbe.healthPort }}"
- "--v=2"
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port=29603"
- "--v=2"
env:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
"PublicNetworkAccess": "Enabled",
"userAgent": "azuredisk-e2e-test",
"enableAsyncAttach": "false",
"attachDiskInitialDelay": "5000",
"attachDiskInitialDelay": "500",
}
test := testsuites.DynamicallyProvisionedVolumeSubpathTester{
CSIDriver: testDriver,
Expand Down

0 comments on commit 24eb9f1

Please sign in to comment.