diff --git a/protokube/pkg/protokube/channels.go b/protokube/pkg/protokube/channels.go index 9a221ed23a..7ee58c6315 100644 --- a/protokube/pkg/protokube/channels.go +++ b/protokube/pkg/protokube/channels.go @@ -36,7 +36,7 @@ func applyChannel(channel string) error { } func execChannels(args ...string) (string, error) { - kubectlPath := "/channels" + kubectlPath := "/opt/kops/bin/channels" cmd := exec.Command(kubectlPath, args...) env := os.Environ() cmd.Env = env