th3cod3r opened a new issue, #8684: URL: https://github.com/apache/cloudstack/issues/8684
I make a latest version ISO with below command on a Single node server. /usr/share/cloudstack-common/scripts/util/create-kubernetes-binaries-iso.sh ./ 1.29.2 1.4.0 1.29.0 https://raw.githubusercontent.com/weaveworks/weave/master/prog/weave-kube/weave-daemonset-k8s-1.11.yaml https://raw.githubusercontent.com/kubernetes/dashboard/master/charts/kubernetes-dashboard.yaml setup-v1.29.2 With the above ISO, I onboard a cluster with that. After all configuration I am unable to hit the K8s dashboard, sharing snap for your reference and the version of cloudstack is 4.18.1 <img width="844" alt="Screenshot 2024-02-21 at 12 37 02 PM" src="https://github.com/apache/cloudstack/assets/42277855/366228e3-41da-4858-82d6-0051ab25efb7"> More info are as below for your reference kubectl --kubeconfig kube.conf get all -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/coredns-76f75df574-lfgzj 1/1 Running 0 45h kube-system pod/coredns-76f75df574-mtktc 1/1 Running 0 45h kube-system pod/etcd-kloudspot-app-control-18dc0a3d55e 1/1 Running 0 45h kube-system pod/kube-apiserver-kloudspot-app-control-18dc0a3d55e 1/1 Running 0 45h kube-system pod/kube-controller-manager-kloudspot-app-control-18dc0a3d55e 1/1 Running 0 45h kube-system pod/kube-proxy-74zcb 1/1 Running 0 45h kube-system pod/kube-proxy-hts4p 1/1 Running 0 45h kube-system pod/kube-scheduler-kloudspot-app-control-18dc0a3d55e 1/1 Running 0 45h kube-system pod/weave-net-8j6j2 2/2 Running 0 45h kube-system pod/weave-net-mlv6t 2/2 Running 1 (45h ago) 45h kubernetes-dashboard pod/kubernetes-dashboard-api-645688966c-8xqjp 1/1 Running 0 45h kubernetes-dashboard pod/kubernetes-dashboard-metrics-scraper-b847579df-tjw86 1/1 Running 0 45h kubernetes-dashboard pod/kubernetes-dashboard-web-648b489598-psn94 1/1 Running 0 45h NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 45h kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 45h kubernetes-dashboard service/kubernetes-dashboard-api ClusterIP 10.102.124.59 <none> 9000/TCP 45h kubernetes-dashboard service/kubernetes-dashboard-metrics-scraper ClusterIP 10.111.159.255 <none> 8000/TCP 45h kubernetes-dashboard service/kubernetes-dashboard-web ClusterIP 10.108.135.214 <none> 8000/TCP 45h NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE kube-system daemonset.apps/kube-proxy 2 2 2 2 2 kubernetes.io/os=linux 45h kube-system daemonset.apps/weave-net 2 2 2 2 2 <none> 45h NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE kube-system deployment.apps/coredns 2/2 2 2 45h kubernetes-dashboard deployment.apps/kubernetes-dashboard-api 1/1 1 1 45h kubernetes-dashboard deployment.apps/kubernetes-dashboard-metrics-scraper 1/1 1 1 45h kubernetes-dashboard deployment.apps/kubernetes-dashboard-web 1/1 1 1 45h NAMESPACE NAME DESIRED CURRENT READY AGE kube-system replicaset.apps/coredns-76f75df574 2 2 2 45h kubernetes-dashboard replicaset.apps/kubernetes-dashboard-api-645688966c 1 1 1 45h kubernetes-dashboard replicaset.apps/kubernetes-dashboard-metrics-scraper-b847579df 1 1 1 45h kubernetes-dashboard replicaset.apps/kubernetes-dashboard-web-648b489598 1 1 1 45h -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
