We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e44a8f + e0f3811 commit 5a0b3a8Copy full SHA for 5a0b3a8
drainmanager/kubernetes.go
@@ -75,7 +75,7 @@ func (m *DrainManagerKubernetes) exec(args ...string) bool {
75
args = append(args, "--dry-run")
76
}
77
78
- return m.runComand(exec.Command("/kubectl", args...))
+ return m.runComand(exec.Command("kubectl", args...))
79
80
81
func (m *DrainManagerKubernetes) runComand(cmd *exec.Cmd) bool {
0 commit comments