123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- annotations:
- deployment.kubernetes.io/revision: "1"
- creationTimestamp: "2022-07-25T06:00:02Z"
- generation: 2
- labels:
- app: external
- name: external
- namespace: default
- resourceVersion: "3441653"
- selfLink: /apis/apps/v1/namespaces/default/deployments/external
- uid: 5e5b4251-0243-4f47-8b36-604058f86ea0
- spec:
- progressDeadlineSeconds: 600
- replicas: 1
- revisionHistoryLimit: 10
- selector:
- matchLabels:
- app: external
- strategy:
- rollingUpdate:
- maxSurge: 25%
- maxUnavailable: 25%
- type: RollingUpdate
- template:
- metadata:
- creationTimestamp: null
- labels:
- app: external
- spec:
- containers:
- - image: idock.daumkakao.io/scotty.scott/helloworld:latest
- imagePullPolicy: Always
- name: helloworld
- resources: {}
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- dnsPolicy: ClusterFirst
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext: {}
- terminationGracePeriodSeconds: 30
- status:
- availableReplicas: 1
- conditions:
- - lastTransitionTime: "2022-07-25T06:00:04Z"
- lastUpdateTime: "2022-07-25T06:00:04Z"
- message: Deployment has minimum availability.
- reason: MinimumReplicasAvailable
- status: "True"
- type: Available
- - lastTransitionTime: "2022-07-25T06:00:02Z"
- lastUpdateTime: "2022-07-25T06:00:04Z"
- message: ReplicaSet "external-7b9c45457c" has successfully progressed.
- reason: NewReplicaSetAvailable
- status: "True"
- type: Progressing
- observedGeneration: 2
- readyReplicas: 1
- replicas: 1
- updatedReplicas: 1
|