Advertisement
organicnz

jenkins-1609755569

Jan 4th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. kubectl describe deployment jenkins-1609755569 -n jenkins
  2. Name: jenkins-1609755569
  3. Namespace: jenkins
  4. CreationTimestamp: Mon, 04 Jan 2021 13:19:30 +0300
  5. Labels: app.kubernetes.io/instance=jenkins-1609755569
  6. app.kubernetes.io/managed-by=Helm
  7. app.kubernetes.io/name=jenkins
  8. helm.sh/chart=jenkins-7.0.3
  9. Annotations: deployment.kubernetes.io/revision: 1
  10. meta.helm.sh/release-name: jenkins-1609755569
  11. meta.helm.sh/release-namespace: jenkins
  12. Selector: app.kubernetes.io/instance=jenkins-1609755569,app.kubernetes.io/name=jenkins
  13. Replicas: 1 desired | 1 updated | 1 total | 0 available | 1 unavailable
  14. StrategyType: RollingUpdate
  15. MinReadySeconds: 0
  16. RollingUpdateStrategy: 25% max unavailable, 25% max surge
  17. Pod Template:
  18. Labels: app.kubernetes.io/instance=jenkins-1609755569
  19. app.kubernetes.io/managed-by=Helm
  20. app.kubernetes.io/name=jenkins
  21. helm.sh/chart=jenkins-7.0.3
  22. Containers:
  23. jenkins:
  24. Image: docker.io/bitnami/jenkins:2.263.1-debian-10-r12
  25. Ports: 8080/TCP, 8443/TCP
  26. Host Ports: 0/TCP, 0/TCP
  27. Requests:
  28. cpu: 300m
  29. memory: 512Mi
  30. Liveness: http-get http://:http/login delay=180s timeout=5s period=10s #success=1 #failure=6
  31. Readiness: http-get http://:http/login delay=30s timeout=3s period=5s #success=1 #failure=3
  32. Environment:
  33. JENKINS_USERNAME: user
  34. JENKINS_PASSWORD: <set to the key 'jenkins-password' in secret 'jenkins-1609755569'> Optional: false
  35. JENKINS_HOME: /opt/bitnami/jenkins/jenkins_home
  36. DISABLE_JENKINS_INITIALIZATION: no
  37. Mounts:
  38. /bitnami/jenkins from jenkins-data (rw)
  39. Volumes:
  40. jenkins-data:
  41. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  42. ClaimName: jenkins-1609755569
  43. ReadOnly: false
  44. Conditions:
  45. Type Status Reason
  46. ---- ------ ------
  47. Available False MinimumReplicasUnavailable
  48. Progressing False ProgressDeadlineExceeded
  49. OldReplicaSets: <none>
  50. NewReplicaSet: jenkins-1609755569-9f8bdbff8 (1/1 replicas created)
  51. Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement