kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

install kubesphere on openstack

Open msalmanfarisi opened this issue 3 years ago • 3 comments

Hello, has anyone here successfully installed kubesphere (+ kubernetes) on openstack? I have never made it :(

Thanks

msalmanfarisi avatar Jul 02 '21 05:07 msalmanfarisi

Could you please describe in detail the problem you have?

24sama avatar Jul 02 '21 09:07 24sama

Could you please describe in detail the problem you have?

hi @24sama thanks for your reply, could you please let me know the installation logs location?I can share with you the log if i know the location. since I was doing the installation directly from openstack console, so i cannot clearly inform what exactly the error messages were. It took long time to proceed kubernetes initialization and suddenly prompted the reset and deletion of some directories such as /var/lib/kubelet, ... /etc/cni/net.d. I was trying to install kubesphere+kubernetes using kubekey yaml file. 3 master nodes (and also as etcd), and 4 worker nodes. I also already set external lb (using nginx and tested). any special settings for openstack vms ? thanks

msalmanfarisi avatar Jul 02 '21 11:07 msalmanfarisi

Can lb forward the 6443 port of the kube-apiserver normally ?

You can check as follows:

curl -k https://{Master's IP}:6443
curl -k https://{LB's IP}:{LB's Port}

Compare the outputs of the two commands for consistency.

pixiake avatar Jul 03 '21 15:07 pixiake