Skip to content

Commit

Permalink
add crictl locaiton on GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
No9 committed Oct 2, 2021
1 parent a59c4e6 commit 56c1385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-dump-composer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn main() -> Result<(), anyhow::Error> {
}
};

let bin_path = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin";
let bin_path = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/home/kubernetes/bin";
let _core_limit_size = matches.value_of("limit-size").unwrap_or("");
let core_exe_name = matches.value_of("exe-name").unwrap_or("");
let core_pid = matches.value_of("pid").unwrap_or("");
Expand Down

0 comments on commit 56c1385

Please sign in to comment.