Created
May 29, 2020 09:10
-
-
Save xcoulon/8a9bf768845bf1cef312d2b98ddbd748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
annotations: | |
deployment.kubernetes.io/revision: "1" | |
creationTimestamp: "2020-05-29T09:09:16Z" | |
generation: 2 | |
labels: | |
app: try1 | |
managedFields: | |
- apiVersion: apps/v1 | |
fieldsType: FieldsV1 | |
fieldsV1: | |
f:metadata: | |
f:labels: | |
.: {} | |
f:app: {} | |
f:spec: | |
f:progressDeadlineSeconds: {} | |
f:replicas: {} | |
f:revisionHistoryLimit: {} | |
f:selector: | |
f:matchLabels: | |
.: {} | |
f:app: {} | |
f:strategy: | |
f:rollingUpdate: | |
.: {} | |
f:maxSurge: {} | |
f:maxUnavailable: {} | |
f:type: {} | |
f:template: | |
f:metadata: | |
f:labels: | |
.: {} | |
f:app: {} | |
f:spec: | |
f:containers: | |
k:{"name":"simpleapp"}: | |
.: {} | |
f:image: {} | |
f:imagePullPolicy: {} | |
f:name: {} | |
f:resources: {} | |
f:terminationMessagePath: {} | |
f:terminationMessagePolicy: {} | |
f:dnsPolicy: {} | |
f:restartPolicy: {} | |
f:schedulerName: {} | |
f:securityContext: {} | |
f:terminationGracePeriodSeconds: {} | |
manager: kubectl | |
operation: Update | |
time: "2020-05-29T09:09:16Z" | |
- apiVersion: apps/v1 | |
fieldsType: FieldsV1 | |
fieldsV1: | |
f:metadata: | |
f:annotations: | |
.: {} | |
f:deployment.kubernetes.io/revision: {} | |
f:status: | |
f:availableReplicas: {} | |
f:conditions: | |
.: {} | |
k:{"type":"Available"}: | |
.: {} | |
f:lastTransitionTime: {} | |
f:lastUpdateTime: {} | |
f:message: {} | |
f:reason: {} | |
f:status: {} | |
f:type: {} | |
k:{"type":"Progressing"}: | |
.: {} | |
f:lastTransitionTime: {} | |
f:lastUpdateTime: {} | |
f:message: {} | |
f:reason: {} | |
f:status: {} | |
f:type: {} | |
f:observedGeneration: {} | |
f:readyReplicas: {} | |
f:replicas: {} | |
f:updatedReplicas: {} | |
manager: kube-controller-manager | |
operation: Update | |
time: "2020-05-29T09:09:42Z" | |
name: try1 | |
namespace: default | |
resourceVersion: "19898" | |
selfLink: /apis/apps/v1/namespaces/default/deployments/try1 | |
uid: 6198b00d-b730-4a02-9904-e306c6d3f847 | |
spec: | |
progressDeadlineSeconds: 600 | |
replicas: 6 | |
revisionHistoryLimit: 10 | |
selector: | |
matchLabels: | |
app: try1 | |
strategy: | |
rollingUpdate: | |
maxSurge: 25% | |
maxUnavailable: 25% | |
type: RollingUpdate | |
template: | |
metadata: | |
creationTimestamp: null | |
labels: | |
app: try1 | |
spec: | |
containers: | |
- image: 10.104.239.97:5000/simpleapp | |
imagePullPolicy: Always | |
name: simpleapp | |
resources: {} | |
terminationMessagePath: /dev/termination-log | |
terminationMessagePolicy: File | |
dnsPolicy: ClusterFirst | |
restartPolicy: Always | |
schedulerName: default-scheduler | |
securityContext: {} | |
terminationGracePeriodSeconds: 30 | |
status: | |
availableReplicas: 6 | |
conditions: | |
- lastTransitionTime: "2020-05-29T09:09:16Z" | |
lastUpdateTime: "2020-05-29T09:09:18Z" | |
message: ReplicaSet "try1-56bfb46589" has successfully progressed. | |
reason: NewReplicaSetAvailable | |
status: "True" | |
type: Progressing | |
- lastTransitionTime: "2020-05-29T09:09:42Z" | |
lastUpdateTime: "2020-05-29T09:09:42Z" | |
message: Deployment has minimum availability. | |
reason: MinimumReplicasAvailable | |
status: "True" | |
type: Available | |
observedGeneration: 2 | |
readyReplicas: 6 | |
replicas: 6 | |
updatedReplicas: 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment