kops 无法找到 kubectl 二进制文件

kops 无法找到 kubectl 二进制文件

因此,我使用 snap 包管理器安装了 kops 和 kubectl。

$ which kubectl 
/snap/bin/kubectl

kubectl 肯定已经安装了,但是,当我使用 kops 运行任何东西时,它都会抱怨找不到它:

W1023 11:59:59.582255   27545 update_cluster.go:278] error reading kubecfg: error getting config from kubectl: error running kubectl: exec: "kubectl": executable file not found in $PATH

有人碰到过这种情况吗?

相关内容