th3cod3r opened a new issue, #8695: URL: https://github.com/apache/cloudstack/issues/8695
I onboard a K8s cluster on version 1.28.4 with Management and KVM on a single node using 4.18.1 cloudstack version. ISO was uploaded from https://download.cloudstack.org/cks/ After that I am able to access the K8s dashboard but didn't able to get the API authentication details as the cloudstack-secret is not present when cluster is created. Please refer below information. kubectl --kubeconfig kube.conf get all -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/coredns-5dd5756b68-cls2l 1/1 Running 0 4h42m kube-system pod/coredns-5dd5756b68-gz4mz 1/1 Running 0 4h42m kube-system pod/etcd-kloudspot-app-control-18dd44afa77 1/1 Running 0 4h42m kube-system pod/kube-apiserver-kloudspot-app-control-18dd44afa77 1/1 Running 0 4h42m kube-system pod/kube-controller-manager-kloudspot-app-control-18dd44afa77 1/1 Running 0 4h42m kube-system pod/kube-proxy-7dqr2 1/1 Running 0 4h42m kube-system pod/kube-proxy-z6bqg 1/1 Running 0 4h42m kube-system pod/kube-scheduler-kloudspot-app-control-18dd44afa77 1/1 Running 0 4h42m kube-system pod/weave-net-2qtfv 2/2 Running 0 4h42m kube-system pod/weave-net-9l2nj 2/2 Running 1 (4h42m ago) 4h42m kubernetes-dashboard pod/dashboard-metrics-scraper-5657497c4c-ghpkj 1/1 Running 0 4h42m kubernetes-dashboard pod/kubernetes-dashboard-5b749d9495-z9z2n 1/1 Running 0 4h42m NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 4h42m kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 4h42m kubernetes-dashboard service/dashboard-metrics-scraper ClusterIP 10.107.105.160 <none> 8000/TCP 4h42m kubernetes-dashboard service/kubernetes-dashboard ClusterIP 10.101.220.225 <none> 443/TCP 4h42m 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 4h42m kube-system daemonset.apps/weave-net 2 2 2 2 2 <none> 4h42m NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE kube-system deployment.apps/coredns 2/2 2 2 4h42m kubernetes-dashboard deployment.apps/dashboard-metrics-scraper 1/1 1 1 4h42m kubernetes-dashboard deployment.apps/kubernetes-dashboard 1/1 1 1 4h42m NAMESPACE NAME DESIRED CURRENT READY AGE kube-system replicaset.apps/coredns-5dd5756b68 2 2 2 4h42m kubernetes-dashboard replicaset.apps/dashboard-metrics-scraper-5657497c4c 1 1 1 4h42m kubernetes-dashboard replicaset.apps/kubernetes-dashboard-5b749d9495 1 1 1 4h42m kubectl --kubeconfig kube.conf get secrets -A NAMESPACE NAME TYPE DATA AGE kube-system bootstrap-token-98efe6 bootstrap.kubernetes.io/token 6 4h43m kubernetes-dashboard kubernetes-dashboard-certs Opaque 0 4h43m kubernetes-dashboard kubernetes-dashboard-csrf Opaque 1 4h43m kubernetes-dashboard kubernetes-dashboard-key-holder Opaque 2 4h43m kubernetes-dashboard kubernetes-dashboard-token kubernetes.io/service-account-token 3 4h32m The API details also not listed in UI as well, refer below <img width="1173" alt="Screenshot 2024-02-23 at 3 07 51 PM" src="https://github.com/apache/cloudstack/assets/42277855/1f978290-3280-4308-b3fd-687551840325"> <img width="1348" alt="Screenshot 2024-02-23 at 3 10 16 PM" src="https://github.com/apache/cloudstack/assets/42277855/57150982-37b0-406a-8b2a-1e3da6ed0e8e"> -- 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: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org