Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. [ava@localhost:1643 itcm-ngm-operator]$ oc describe pod sonarqube-2-jjl7v
  2. Name: sonarqube-2-jjl7v
  3. Namespace: second-ci-cd
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: app-node-1.c26b.customers.osp.rht-labs.com/192.168.17.5
  7. Start Time: Mon, 15 Apr 2019 16:34:45 -0700
  8. Labels: app=sonarqube
  9. deployment=sonarqube-2
  10. deploymentconfig=sonarqube
  11. Annotations: openshift.io/deployment-config.latest-version=2
  12. openshift.io/deployment-config.name=sonarqube
  13. openshift.io/deployment.name=sonarqube-2
  14. openshift.io/generated-by=OpenShiftWebConsole
  15. openshift.io/scc=restricted
  16. Status: Running
  17. IP: 10.131.0.2
  18. Controlled By: ReplicationController/sonarqube-2
  19. Containers:
  20. sonarqube:
  21. Container ID: docker://1080473adff56d663cab2b6bf8c9cf1d2d9e1ca70334065775ede708d1e50673
  22. Image: docker-registry.default.svc:5000/second-ci-cd/sonarqube@sha256:05070e17728455f033c47fc47844afaf6b068be4712127726eea93ba161b919b
  23. Image ID: docker-pullable://docker-registry.default.svc:5000/second-ci-cd/sonarqube@sha256:05070e17728455f033c47fc47844afaf6b068be4712127726eea93ba161b919b
  24. Port: 9000/TCP
  25. Host Port: 0/TCP
  26. State: Waiting
  27. Reason: CrashLoopBackOff
  28. Last State: Terminated
  29. Reason: Completed
  30. Exit Code: 0
  31. Started: Mon, 15 Apr 2019 16:42:52 -0700
  32. Finished: Mon, 15 Apr 2019 16:43:14 -0700
  33. Ready: False
  34. Restart Count: 6
  35. Liveness: http-get http://:9000/ delay=45s timeout=1s period=10s #success=1 #failure=3
  36. Readiness: http-get http://:9000/ delay=10s timeout=1s period=10s #success=1 #failure=3
  37. Environment:
  38. JDBC_URL: jdbc:postgresql://sonardb:5432/sonar
  39. JDBC_USERNAME: <set to the key 'database-user' in secret 'sonardb'> Optional: false
  40. JDBC_PASSWORD: <set to the key 'database-password' in secret 'sonardb'> Optional: false
  41. FORCE_AUTHENTICATION: true
  42. PROXY_HOST:
  43. PROXY_PORT:
  44. PROXY_USER:
  45. PROXY_PASSWORD:
  46. LDAP_URL:
  47. LDAP_REALM:
  48. LDAP_AUTHENTICATION: ${SONAR_LDAP_BIND_METHOD}
  49. LDAP_USER_BASEDN: ${SONAR_BASE_DN}
  50. LDAP_USER_REAL_NAME_ATTR:
  51. LDAP_USER_EMAIL_ATTR:
  52. LDAP_USER_REQUEST:
  53. LDAP_GROUP_BASEDN:
  54. LDAP_GROUP_REQUEST:
  55. LDAP_GROUP_ID_ATTR:
  56. LDAP_CONTEXTFACTORY: com.sun.jndi.ldap.LdapCtxFactory
  57. SONAR_AUTOCREATE_USERS: false
  58. LDAP_BINDDN: <set to the key 'username' in secret 'sonar-ldap-bind-dn'> Optional: false
  59. LDAP_BINDPASSWD: <set to the key 'password' in secret 'sonar-ldap-bind-dn'> Optional: false
  60. Mounts:
  61. /opt/sonarqube/data from sonar-data (rw)
  62. /var/run/secrets/kubernetes.io/serviceaccount from default-token-nrfx7 (ro)
  63. Conditions:
  64. Type Status
  65. Initialized True
  66. Ready False
  67. ContainersReady False
  68. PodScheduled True
  69. Volumes:
  70. sonar-data:
  71. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  72. ClaimName: sonarqube-data
  73. ReadOnly: false
  74. default-token-nrfx7:
  75. Type: Secret (a volume populated by a Secret)
  76. SecretName: default-token-nrfx7
  77. Optional: false
  78. QoS Class: BestEffort
  79. Node-Selectors: node-role.kubernetes.io/compute=true
  80. Tolerations: <none>
  81. Events:
  82. Type Reason Age From Message
  83. ---- ------ ---- ---- -------
  84. Normal Scheduled 10m default-scheduler Successfully assigned second-ci-cd/sonarqube-2-jjl7v to app-node-1.c26b.customers.osp.rht-labs.com
  85. Normal SuccessfulAttachVolume 10m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-80210dc1-5fd5-11e9-a9cf-fa163ebf72ac"
  86. Warning Unhealthy 9m kubelet, app-node-1.c26b.customers.osp.rht-labs.com Readiness probe failed: Get http://10.131.0.2:9000/: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
  87. Warning Unhealthy 9m kubelet, app-node-1.c26b.customers.osp.rht-labs.com Readiness probe failed: Get http://10.131.0.2:9000/: read tcp 10.131.0.1:52690->10.131.0.2:9000: read: connection reset by peer
  88. Normal Started 8m (x3 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com Started container
  89. Warning Unhealthy 8m kubelet, app-node-1.c26b.customers.osp.rht-labs.com Readiness probe failed: Get http://10.131.0.2:9000/: read tcp 10.131.0.1:53014->10.131.0.2:9000: read: connection reset by peer
  90. Warning BackOff 8m (x5 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com Back-off restarting failed container
  91. Normal Pulling 8m (x4 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com pulling image "docker-registry.default.svc:5000/second-ci-cd/sonarqube@sha256:05070e17728455f033c47fc47844afaf6b068be4712127726eea93ba161b919b"
  92. Normal Pulled 8m (x4 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com Successfully pulled image "docker-registry.default.svc:5000/second-ci-cd/sonarqube@sha256:05070e17728455f033c47fc47844afaf6b068be4712127726eea93ba161b919b"
  93. Normal Created 8m (x4 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com Created container
  94. Warning Unhealthy 4m (x5 over 9m) kubelet, app-node-1.c26b.customers.osp.rht-labs.com Readiness probe failed: Get http://10.131.0.2:9000/: dial tcp 10.131.0.2:9000: connect: connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement