Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- organic@desktop:~/dev/jenkins$ kubectl describe deployment.apps/jenkins-1609794699 -n jenkins
- Name: jenkins-1609794699
- Namespace: jenkins
- CreationTimestamp: Tue, 05 Jan 2021 00:11:40 +0300
- Labels: app.kubernetes.io/instance=jenkins-1609794699
- 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-1609794699
- meta.helm.sh/release-namespace: jenkins
- Selector: app.kubernetes.io/instance=jenkins-1609794699,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-1609794699
- 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-1609794699'> 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-1609794699
- ReadOnly: false
- Conditions:
- Type Status Reason
- ---- ------ ------
- Available False MinimumReplicasUnavailable
- Progressing False ProgressDeadlineExceeded
- OldReplicaSets: <none>
- NewReplicaSet: jenkins-1609794699-5b6fb4699d (1/1 replicas created)
- Events:
- Type Reason Age From Message
- ---- ------ ---- ---- -------
- Normal ScalingReplicaSet 11m deployment-controller Scaled up replica set jenkins-1609794699-5b6fb4699d to 1
Advertisement
Add Comment
Please, Sign In to add comment