Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard service not found #96

Open
tangximing opened this issue Nov 26, 2020 · 1 comment
Open

dashboard service not found #96

tangximing opened this issue Nov 26, 2020 · 1 comment
Labels
kind/bug Something that doesn't work

Comments

@tangximing
Copy link

Environment

  • OS: mac
  • Kubernetes version: v1.15
  • VirtualBox version: 6.1
  • Vagrant version: 2.2.14

What I did?

vagrant up

Messages

no error

problem

# kubectl get services
NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
kubernetes   ClusterIP   10.254.0.1   <none>        443/TCP   20m
# kubectl get services kubernetes-dashboard
Error from server (NotFound): services "kubernetes-dashboard" not found
@tangximing
Copy link
Author

 node3: deploy coredns
    node3: serviceaccount/coredns created
    node3: clusterrole.rbac.authorization.k8s.io/system:coredns created
    node3: clusterrolebinding.rbac.authorization.k8s.io/system:coredns created
    node3: configmap/coredns created
    node3: deployment.extensions/coredns created
    node3: service/kube-dns created
    node3: /home/vagrant
    node3: deploy kubernetes dashboard
    node3: secret/kubernetes-dashboard-certs created
    node3: serviceaccount/kubernetes-dashboard created
    node3: role.rbac.authorization.k8s.io/kubernetes-dashboard-minimal created
    node3: rolebinding.rbac.authorization.k8s.io/kubernetes-dashboard-minimal created
    node3: deployment.apps/kubernetes-dashboard created
    node3: service/kubernetes-dashboard created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something that doesn't work
Projects
None yet
Development

No branches or pull requests

2 participants