Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. bj916b at ATTOSXLT01-BJ916B in ~/working/working/charts/stable (master●●)
  2. $ kubectl get pods -o wide --all-namespaces -w
  3. NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
  4. default hasty-grasshopper-jenkin-4005416353-99j15 0/1 Pending 0 9s <none>
  5. default weave-scope-agent-79kdr 1/1 Running 0 1d 192.168.3.22 kubenode02
  6. default weave-scope-agent-9b6ng 1/1 Running 0 1d 192.168.3.24 kubenode04
  7. default weave-scope-agent-9cc2p 1/1 Running 0 1d 192.168.3.23 kubenode03
  8. default weave-scope-agent-mjg20 1/1 Running 1 1d 192.168.3.21 kubenode01
  9. default weave-scope-agent-p5z39 1/1 Running 0 1d 192.168.3.25 kubenode05
  10. default weave-scope-app-1305666142-mnqw5 1/1 Running 0 1d 10.32.0.2 kubenode03
  11. kube-system dummy-2088944543-rlc1w 1/1 Running 2 1d 192.168.3.21 kubenode01
  12. kube-system etcd-kubenode01 1/1 Running 3 1d 192.168.3.21 kubenode01
  13. kube-system kube-apiserver-kubenode01 1/1 Running 3 1d 192.168.3.21 kubenode01
  14. kube-system kube-controller-manager-kubenode01 1/1 Running 2 1d 192.168.3.21 kubenode01
  15. kube-system kube-discovery-1769846148-v3nhw 1/1 Running 0 23h 192.168.3.21 kubenode01
  16. kube-system kube-dns-2398307676-s3lk6 4/4 Running 8 1d 10.38.0.3 kubenode01
  17. kube-system kube-proxy-18c2l 1/1 Running 1 1d 192.168.3.25 kubenode05
  18. kube-system kube-proxy-1t5kc 1/1 Running 1 1d 192.168.3.24 kubenode04
  19. kube-system kube-proxy-1x3k6 1/1 Running 2 1d 192.168.3.21 kubenode01
  20. kube-system kube-proxy-khtql 1/1 Running 1 1d 192.168.3.22 kubenode02
  21. kube-system kube-proxy-vc6gw 1/1 Running 1 1d 192.168.3.23 kubenode03
  22. kube-system kube-scheduler-kubenode01 1/1 Running 3 1d 192.168.3.21 kubenode01
  23. kube-system kubernetes-dashboard-3095304083-c2zv3 1/1 Running 0 1d 10.40.0.1 kubenode05
  24. kube-system tiller-deploy-2885612843-q2lng 1/1 Running 0 1d 10.47.0.1 kubenode04
  25. kube-system weave-net-1xl7l 2/2 Running 6 1d 192.168.3.23 kubenode03
  26. kube-system weave-net-2xnl9 2/2 Running 6 1d 192.168.3.25 kubenode05
  27. kube-system weave-net-6lfdz 2/2 Running 6 1d 192.168.3.24 kubenode04
  28. kube-system weave-net-7c4h7 2/2 Running 7 1d 192.168.3.21 kubenode01
  29. kube-system weave-net-l0785 2/2 Running 6 1d 192.168.3.22 kubenode02
  30.  
  31.  
  32.  
  33. bj916b at ATTOSXLT01-BJ916B in ~/working/working/charts/stable (master●●)
  34. $ kubectl describe pods hasty-grasshopper-jenkin-4005416353-99j15
  35. Name: hasty-grasshopper-jenkin-4005416353-99j15
  36. Namespace: default
  37. Node: /
  38. Labels: chart=jenkins-0.1.5.2
  39. component=hasty-grasshopper-jenkins-master
  40. heritage=Tiller
  41. pod-template-hash=4005416353
  42. release=hasty-grasshopper
  43. Status: Pending
  44. IP:
  45. Controllers: ReplicaSet/hasty-grasshopper-jenkin-4005416353
  46. Init Containers:
  47. copy-default-config:
  48. Image: gcr.io/kubernetes-charts-ci/jenkins-master-k8s:v0.5.0
  49. Port:
  50. Command:
  51. cp
  52. -n
  53. /var/jenkins_config/config.xml
  54. /var/jenkins_home
  55. Volume Mounts:
  56. /var/jenkins_config from jenkins-config (rw)
  57. /var/jenkins_home from jenkins-home (rw)
  58. /var/run/secrets/kubernetes.io/serviceaccount from default-token-8s1nv (ro)
  59. Environment Variables: <none>
  60. Containers:
  61. hasty-grasshopper-jenkin:
  62. Image: gcr.io/kubernetes-charts-ci/jenkins-master-k8s:v0.5.0
  63. Ports: 8080/TCP, 50000/TCP
  64. Args:
  65. --argumentsRealm.passwd.$(ADMIN_USER)=$(ADMIN_PASSWORD)
  66. --argumentsRealm.roles.$(ADMIN_USER)=admin
  67. Requests:
  68. cpu: 200m
  69. memory: 256Mi
  70. Volume Mounts:
  71. /var/jenkins_config from jenkins-config (ro)
  72. /var/jenkins_home from jenkins-home (rw)
  73. /var/run/secrets/kubernetes.io/serviceaccount from default-token-8s1nv (ro)
  74. Environment Variables:
  75. JAVA_OPTS:
  76. ADMIN_PASSWORD: <set to the key 'jenkins-admin-password' in secret 'hasty-grasshopper-jenkin'>
  77. ADMIN_USER: <set to the key 'jenkins-admin-user' in secret 'hasty-grasshopper-jenkin'>
  78. Conditions:
  79. Type Status
  80. PodScheduled False
  81. Volumes:
  82. jenkins-config:
  83. Type: ConfigMap (a volume populated by a ConfigMap)
  84. Name: hasty-grasshopper-jenkin
  85. jenkins-home:
  86. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  87. ClaimName: hasty-grasshopper-jenkin
  88. ReadOnly: false
  89. default-token-8s1nv:
  90. Type: Secret (a volume populated by a Secret)
  91. SecretName: default-token-8s1nv
  92. QoS Class: Burstable
  93. Tolerations: <none>
  94. Events:
  95. FirstSeen LastSeen Count From SubObjectPath Type Reason Message
  96. --------- -------- ----- ---- ------------- -------- ------ -------
  97. 38s 7s 7 {default-scheduler } Warning FailedScheduling [SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "hasty-grasshopper-jenkin", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "hasty-grasshopper-jenkin", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "hasty-grasshopper-jenkin", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "hasty-grasshopper-jenkin", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "hasty-grasshopper-jenkin", which is unexpected.]
  98.  
  99. bj916b at ATTOSXLT01-BJ916B in ~/working/working/charts/stable (master●●)
  100. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement