tmp.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. annotations:
  5. deployment.kubernetes.io/revision: "1"
  6. creationTimestamp: "2022-07-25T06:00:02Z"
  7. generation: 2
  8. labels:
  9. app: external
  10. name: external
  11. namespace: default
  12. resourceVersion: "3441653"
  13. selfLink: /apis/apps/v1/namespaces/default/deployments/external
  14. uid: 5e5b4251-0243-4f47-8b36-604058f86ea0
  15. spec:
  16. progressDeadlineSeconds: 600
  17. replicas: 1
  18. revisionHistoryLimit: 10
  19. selector:
  20. matchLabels:
  21. app: external
  22. strategy:
  23. rollingUpdate:
  24. maxSurge: 25%
  25. maxUnavailable: 25%
  26. type: RollingUpdate
  27. template:
  28. metadata:
  29. creationTimestamp: null
  30. labels:
  31. app: external
  32. spec:
  33. containers:
  34. - image: idock.daumkakao.io/scotty.scott/helloworld:latest
  35. imagePullPolicy: Always
  36. name: helloworld
  37. resources: {}
  38. terminationMessagePath: /dev/termination-log
  39. terminationMessagePolicy: File
  40. dnsPolicy: ClusterFirst
  41. restartPolicy: Always
  42. schedulerName: default-scheduler
  43. securityContext: {}
  44. terminationGracePeriodSeconds: 30
  45. status:
  46. availableReplicas: 1
  47. conditions:
  48. - lastTransitionTime: "2022-07-25T06:00:04Z"
  49. lastUpdateTime: "2022-07-25T06:00:04Z"
  50. message: Deployment has minimum availability.
  51. reason: MinimumReplicasAvailable
  52. status: "True"
  53. type: Available
  54. - lastTransitionTime: "2022-07-25T06:00:02Z"
  55. lastUpdateTime: "2022-07-25T06:00:04Z"
  56. message: ReplicaSet "external-7b9c45457c" has successfully progressed.
  57. reason: NewReplicaSetAvailable
  58. status: "True"
  59. type: Progressing
  60. observedGeneration: 2
  61. readyReplicas: 1
  62. replicas: 1
  63. updatedReplicas: 1