website icon indicating copy to clipboard operation
website copied to clipboard

How to understand" they must be placed in the same directory before you execute the command above"

Open copenbusiness opened this issue 3 years ago • 1 comments

they must be placed in the same directory before you execute the command above:

Should I do as the following:

[root@master amd64]# ls cni-plugins-linux-amd64-v0.8.6.tgz helm kubeadm kubectl kubelet [root@master amd64]# cp * /software/kubesphere/

[root@master kubesphere]# ls cni-plugins-linux-amd64-v0.8.6.tgz config-sample.yaml helm kk kubeadm kubectl kubekey kubekey-v1.2.0-linux-amd64.tar.gz kubelet README.md README_zh-CN.md [root@master kubesphere]#

copenbusiness avatar Nov 05 '21 02:11 copenbusiness

I think you are referring to this document.

As I understand it, after you download the Kubernetes binary files using offline-installation-tool.sh, a folder named kubekey is automatically created to store these binary files. When you transfer kk and kubekey to your task machine, you have to make sure that they are put in the same directory so that you can run the command written in step 7 in the document to create a cluster.

@kubesphere/sig-installation Please correct me if my understanding is inaccurate, thanks.

Felixnoo avatar Nov 05 '21 10:11 Felixnoo