liujian
liujian
3.x does not support custom versions of Docker and Helm, but this will be supported in 4.x.
kubekey use sudo to run command. maybe secure_path in centos 7.9 not container /usr/local/bin. change it in **/etc/sudoers**
In 4.x, always use `sudo -E` to run commands. This can also help avoid this issue. https://github.com/kubesphere/kubekey/blob/e40c57fb9f09695ec7d57ded72f0f652415ba892/pkg/connector/ssh_connector.go#L226
should `git rebase` the latest code
在4.x版本,如果是本机的话,将会使用local连接来执行命令(/bin/bash)。可以规避这个问题。
maybe same as https://github.com/kubesphere/kubekey/issues/2449
https://github.com/kubesphere/kubekey/issues/2456 准备跟4.x一起发布
feature-opts分支