Created
December 29, 2016 17:16
-
-
Save cdaringe/b972bf5a95c9f2a7cb8386ef6bf2252b to your computer and use it in GitHub Desktop.
kuberenetes-no-nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl describe pod kubernetes-dashboard-3543765157-94gj9 --namespace="kube-system" | |
| Name: kubernetes-dashboard-3543765157-94gj9 | |
| Namespace: kube-system | |
| Node: / | |
| Labels: k8s-app=kubernetes-dashboard | |
| pod-template-hash=3543765157 | |
| Status: Pending | |
| IP: | |
| Controllers: ReplicaSet/kubernetes-dashboard-3543765157 | |
| Containers: | |
| kubernetes-dashboard: | |
| Image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0 | |
| Port: 9090/TCP | |
| Limits: | |
| cpu: 100m | |
| memory: 50Mi | |
| Requests: | |
| cpu: 100m | |
| memory: 50Mi | |
| Liveness: http-get http://:9090/ delay=30s timeout=30s period=10s #success=1 #failure=3 | |
| Volume Mounts: | |
| /var/run/secrets/kubernetes.io/serviceaccount from default-token-d97g7 (ro) | |
| Environment Variables: <none> | |
| Conditions: | |
| Type Status | |
| PodScheduled False | |
| Volumes: | |
| default-token-d97g7: | |
| Type: Secret (a volume populated by a Secret) | |
| SecretName: default-token-d97g7 | |
| QoS Class: Guaranteed | |
| Tolerations: CriticalAddonsOnly=:Exists | |
| Events: | |
| FirstSeen LastSeen Count From SubObjectPath Type Reason Message | |
| --------- -------- ----- ---- ------------- -------- ------ ------- | |
| 40m 9s 141 {default-scheduler } Warning FailedScheduling no nodes available to schedule pods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment