So I'm new to kubernetes and I've thrown up a master and node. I have it all working and I'm trying to start up the dashboard:
so from this https://github.com/kubernetes/dashboard , I've ran: kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml But it didn't work because of api server pointer. I've updated the yaml but I can't get rid of the above as it keeps starting containers if I force remove them: [root@paas1 routeone]# docker ps |grep dash fbf6fb0ac807 gcr.io/google_containers/pause:2.0 "/pause" 50 minutes ago Up 50 minutes k8s_POD.3a1c00d7_kubernetes-dashboard-8ceoe_kube-system_24cc2e7d-3406-11e6-891d-005056b28e11_a41023d6 If I kill that, it'll restart immediately. I can't get rid of the thing. How would I either remove that completely so I can kubectrl create with my updated kubernetes-dashboard.yaml, or just update the existing config? -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
