Difference between revisions of "Kubernetes EndPoints"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  NAME      ENDPOINTS  AGE
 
  NAME      ENDPOINTS  AGE
 
  kube-dns  <none>      3h55m
 
  kube-dns  <none>      3h55m
 +
 +
{
 +
  "kind": "Status",
 +
  "apiVersion": "v1",
 +
  "metadata": {
 +
   
 +
  },
 +
  "status": "Failure",
 +
  "message": "no endpoints available for service \"kubernetes-dashboard\"",
 +
  "reason": "ServiceUnavailable",
 +
  "code": 503
 +
}
  
  

Revision as of 18:56, 3 December 2021

This article is a Draft. Help us to complete it.
kubectl -n kube-system get endpoints kube-dns
NAME       ENDPOINTS   AGE
kube-dns   <none>      3h55m
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "no endpoints available for service \"kubernetes-dashboard\"",
  "reason": "ServiceUnavailable",
  "code": 503
}


Changelog


Related

See also

Advertising: