Merge pull request #1307 from dpacgdm/fix/cri-timeout-default-config

config: include --cri-timeout in containerd health-checker defaults
This commit is contained in:
kubernetes-prow[bot]
2026-07-14 03:46:20 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
"--component=cri",
"--enable-repair=true",
"--cooldown-time=2m",
"--cri-timeout=10s",
"--health-check-timeout=60s"
],
"timeout": "3m"
@@ -25,10 +25,10 @@
"--component=cri",
"--enable-repair=true",
"--cooldown-time=2m",
"--cri-timeout=10s",
"--health-check-timeout=60s"
],
"timeout": "3m"
}
]
}