weizhouapache commented on issue #8684: URL: https://github.com/apache/cloudstack/issues/8684#issuecomment-1956136699
@th3cod3r the kubernetes-dashboard does not exist in your CKS cluster. Below is the k8s services in my CKS cluster ``` $ kubectl --kubeconfig cks-1292.kubeconfig get svc -A NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 24m kube-system kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 24m kubernetes-dashboard dashboard-metrics-scraper ClusterIP 10.97.159.150 <none> 8000/TCP 24m kubernetes-dashboard kubernetes-dashboard ClusterIP 10.102.219.60 <none> 443/TCP 24m ``` Please use the following yaml when you create the CKS ISO https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml We used it to build most of the CKS ISOs on https://download.cloudstack.org/cks/ -- 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]
