Merge pull request #9884 from blackpiglet/jxun/1.18/bump_dependency_packages

[1.18] Remove several deperacated or inactively maintained packages
This commit is contained in:
Xun Jiang/Bruce Jiang
2026-06-10 13:47:07 +08:00
committed by GitHub
parent 80067a8863
commit f90a37302e
8 changed files with 320 additions and 1010 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ func runCrashd(o *option) error {
if o.verbose {
logrus.SetLevel(logrus.DebugLevel)
}
return exec.Execute("velero-debug-collector", bytes.NewReader(scriptBytes), o.asCrashdArgMap())
return exec.Execute("velero-debug-collector", bytes.NewReader(scriptBytes), o.asCrashdArgMap(), false)
}
func kubeconfigAndContext(fs *pflag.FlagSet) (string, string) {