Parth6288

Untitled

Sep 15th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ubuntu@host3:~$ kubectl describe service monitoring-grafana -n kube-system
  2. Name: monitoring-grafana
  3. Namespace: kube-system
  4. Labels: kubernetes.io/cluster-service=true
  5. kubernetes.io/name=monitoring-grafana
  6. Annotations: <none>
  7. Selector: k8s-app=grafana
  8. Type: NodePort
  9. IP: 10.43.247.254
  10. Port: <unset> 80/TCP
  11. NodePort: <unset> 31441/TCP
  12. Endpoints: 10.42.78.145:3000
  13. Session Affinity: None
  14. Events: <none>
  15.  
  16.  
  17. #Pod details
  18. ubuntu@host3:~$ kubectl describe pod monitoring-grafana-3552275057-kxrkt -n kube-system
  19. Name: monitoring-grafana-3552275057-kxrkt
  20. Namespace: kube-system
  21. Node: host2.<dns>.cloudapp.net/<Node_IP>
  22. Start Time: Fri, 15 Sep 2017 06:47:34 +0000
  23. Labels: k8s-app=grafana
  24. pod-template-hash=3552275057
  25. task=monitoring
  26. Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"kube-system","name":"monitoring-grafana-3552275057","uid":"c0b1ef1f-99e1-11e7-89e...
  27. Status: Running
  28. IP: 10.42.78.145
  29. Created By: ReplicaSet/monitoring-grafana-3552275057
  30. Controlled By: ReplicaSet/monitoring-grafana-3552275057
  31. Containers:
  32. grafana:
  33. Container ID: docker://bdd4e79c9a048b0584ec02f3677a8a308227dfeb66071014e980e898a0fc200a
  34. Image: gcr.io/google_containers/heapster-grafana-amd64:v4.0.2
  35. Image ID: docker-pullable://gcr.io/google_containers/heapster-grafana-amd64@sha256:ab7927a702b41e4ffaf1e54fc9647db32a71ea971f441e75906ee83daa3c898d
  36. Port: 3000/TCP
  37. State: Running
  38. Started: Fri, 15 Sep 2017 06:48:17 +0000
  39. Ready: True
  40. Restart Count: 0
  41. Environment:
  42. INFLUXDB_HOST: monitoring-influxdb
  43. INFLUXDB_SERVICE_URL: http://monitoring-influxdb:8086
  44. GRAFANA_PORT: 3000
  45. GF_AUTH_BASIC_ENABLED: false
  46. GF_AUTH_ANONYMOUS_ENABLED: true
  47. GF_AUTH_ANONYMOUS_ORG_ROLE: Admin
  48. GF_SERVER_ROOT_URL: /
  49. Mounts:
  50. /var from grafana-storage (rw)
  51. /var/run/secrets/kubernetes.io/serviceaccount from io-rancher-system-token-hzbc4 (ro)
  52. Conditions:
  53. Type Status
  54. Initialized True
  55. Ready True
  56. PodScheduled True
  57. Volumes:
  58. grafana-storage:
  59. Type: EmptyDir (a temporary directory that shares a pod's lifetime)
  60. Medium:
  61. io-rancher-system-token-hzbc4:
  62. Type: Secret (a volume populated by a Secret)
  63. SecretName: io-rancher-system-token-hzbc4
  64. Optional: false
  65. QoS Class: BestEffort
  66. Node-Selectors: <none>
  67. Tolerations: node.alpha.kubernetes.io/notReady:NoExecute for 300s
  68. node.alpha.kubernetes.io/unreachable:NoExecute for 300s
  69. Events:
  70. FirstSeen LastSeen Count From SubObjectPath Type Reason Message
  71. --------- -------- ----- ---- ------------- -------- ------ -------
  72. 2h 1m 139 kubelet, host2.<dns>.cloudapp.net Warning DNSSearchForming Search Line limits were exceeded, some dns names have been omitted, the applied search line is: kube-system.svc.cluster.local svc.cluster.local cluster.local kubelet.kubernetes.rancher.internal kubernetes.rancher.internal rancher.internal
Add Comment
Please, Sign In to add comment