Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kubectl describe deployment jenkins-1609755569 -n jenkins
- Name: jenkins-1609755569
- Namespace: jenkins
- CreationTimestamp: Mon, 04 Jan 2021 13:19:30 +0300
- Labels: app.kubernetes.io/instance=jenkins-1609755569
- app.kubernetes.io/managed-by=Helm
- app.kubernetes.io/name=jenkins
- helm.sh/chart=jenkins-7.0.3
- Annotations: deployment.kubernetes.io/revision: 1
- meta.helm.sh/release-name: jenkins-1609755569
- meta.helm.sh/release-namespace: jenkins
- Selector: app.kubernetes.io/instance=jenkins-1609755569,app.kubernetes.io/name=jenkins
- Replicas: 1 desired | 1 updated | 1 total | 0 available | 1 unavailable
- StrategyType: RollingUpdate
- MinReadySeconds: 0
- RollingUpdateStrategy: 25% max unavailable, 25% max surge
- Pod Template:
- Labels: app.kubernetes.io/instance=jenkins-1609755569
- app.kubernetes.io/managed-by=Helm
- app.kubernetes.io/name=jenkins
- helm.sh/chart=jenkins-7.0.3
- Containers:
- jenkins:
- Image: docker.io/bitnami/jenkins:2.263.1-debian-10-r12
- Ports: 8080/TCP, 8443/TCP
- Host Ports: 0/TCP, 0/TCP
- Requests:
- cpu: 300m
- memory: 512Mi
- Liveness: http-get http://:http/login delay=180s timeout=5s period=10s #success=1 #failure=6
- Readiness: http-get http://:http/login delay=30s timeout=3s period=5s #success=1 #failure=3
- Environment:
- JENKINS_USERNAME: user
- JENKINS_PASSWORD: <set to the key 'jenkins-password' in secret 'jenkins-1609755569'> Optional: false
- JENKINS_HOME: /opt/bitnami/jenkins/jenkins_home
- DISABLE_JENKINS_INITIALIZATION: no
- Mounts:
- /bitnami/jenkins from jenkins-data (rw)
- Volumes:
- jenkins-data:
- Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
- ClaimName: jenkins-1609755569
- ReadOnly: false
- Conditions:
- Type Status Reason
- ---- ------ ------
- Available False MinimumReplicasUnavailable
- Progressing False ProgressDeadlineExceeded
- OldReplicaSets: <none>
- NewReplicaSet: jenkins-1609755569-9f8bdbff8 (1/1 replicas created)
- Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement