1.修改kubectl debug 调用时切换工作目录 2.增加debug时参数能指定交互方式

This commit is contained in:
linxin
2023-04-27 17:20:57 +08:00
parent 00294bc452
commit cb077615ff
7 changed files with 1486 additions and 49 deletions

View File

@@ -53,7 +53,7 @@ func TestIsDiskSufficient(t *testing.T) {
func TestCreateCoreDumpDir(t *testing.T) {
pipe_config := types.Pipeconfig{
File_base_path: "/tmp",
Storage: "/tmp",
}
err := createCoreDumpDir(&pipe_config, coredump_config)
if err != nil {