123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- annotations:
- deployment.kubernetes.io/revision: "1"
- field.cattle.io/creatorId: user-6fxhv
- field.cattle.io/publicEndpoints: '[{"addresses":["10.100.166.50"],"port":30188,"protocol":"TCP","serviceName":"wms:wms-gateway-nodeport","allNodes":true}]'
- creationTimestamp: "2022-09-23T05:49:52Z"
- generation: 2
- labels:
- cattle.io/creator: norman
- workload.user.cattle.io/workloadselector: deployment-wms-wms-gateway
- managedFields:
- - apiVersion: apps/v1
- fieldsType: FieldsV1
- fieldsV1:
- f:metadata:
- f:annotations:
- f:field.cattle.io/publicEndpoints: {}
- manager: agent
- operation: Update
- time: "2022-09-23T05:49:52Z"
- - apiVersion: apps/v1
- fieldsType: FieldsV1
- fieldsV1:
- f:metadata:
- f:annotations:
- f:deployment.kubernetes.io/revision: {}
- f:status:
- 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:replicas: {}
- f:unavailableReplicas: {}
- f:updatedReplicas: {}
- manager: kube-controller-manager
- operation: Update
- subresource: status
- time: "2022-09-23T05:49:52Z"
- - apiVersion: apps/v1
- fieldsType: FieldsV1
- fieldsV1:
- f:metadata:
- f:annotations:
- .: {}
- f:field.cattle.io/creatorId: {}
- f:labels:
- .: {}
- f:cattle.io/creator: {}
- f:workload.user.cattle.io/workloadselector: {}
- f:spec:
- f:progressDeadlineSeconds: {}
- f:replicas: {}
- f:revisionHistoryLimit: {}
- f:selector: {}
- f:strategy:
- f:rollingUpdate:
- .: {}
- f:maxSurge: {}
- f:maxUnavailable: {}
- f:type: {}
- f:template:
- f:metadata:
- f:annotations:
- .: {}
- f:cattle.io/timestamp: {}
- f:field.cattle.io/ports: {}
- f:labels:
- .: {}
- f:workload.user.cattle.io/workloadselector: {}
- f:spec:
- f:containers:
- k:{"name":"wms-gateway"}:
- .: {}
- f:image: {}
- f:imagePullPolicy: {}
- f:name: {}
- f:ports:
- .: {}
- k:{"containerPort":8080,"protocol":"TCP"}:
- .: {}
- f:containerPort: {}
- f:name: {}
- f:protocol: {}
- f:resources: {}
- f:securityContext:
- .: {}
- f:allowPrivilegeEscalation: {}
- f:capabilities: {}
- f:privileged: {}
- f:readOnlyRootFilesystem: {}
- f:runAsNonRoot: {}
- f:stdin: {}
- f:terminationMessagePath: {}
- f:terminationMessagePolicy: {}
- f:tty: {}
- f:dnsPolicy: {}
- f:restartPolicy: {}
- f:schedulerName: {}
- f:securityContext: {}
- f:terminationGracePeriodSeconds: {}
- manager: rancher
- operation: Update
- time: "2022-09-23T05:49:52Z"
- name: wms-gateway
- namespace: wms
- resourceVersion: "77237"
- uid: 0a3900e8-060c-4b63-83c0-88bdaca4fd84
- spec:
- progressDeadlineSeconds: 600
- replicas: 1
- revisionHistoryLimit: 10
- selector:
- matchLabels:
- workload.user.cattle.io/workloadselector: deployment-wms-wms-gateway
- strategy:
- rollingUpdate:
- maxSurge: 1
- maxUnavailable: 0
- type: RollingUpdate
- template:
- metadata:
- annotations:
- cattle.io/timestamp: "2022-09-23T05:49:51Z"
- field.cattle.io/ports: '[[{"containerPort":8080,"dnsName":"wms-gateway-nodeport","hostPort":0,"kind":"NodePort","name":"8080tcp01","protocol":"TCP","sourcePort":0}]]'
- creationTimestamp: null
- labels:
- workload.user.cattle.io/workloadselector: deployment-wms-wms-gateway
- spec:
- containers:
- - image: 10.100.166.50:15001/wms/wms-gateway@sha256:6e8c061d45420800a12ea0335e9ecd4c9c2154fd84d2d6554740716255772a45
- imagePullPolicy: Always
- name: wms-gateway
- ports:
- - containerPort: 8080
- name: 8080tcp01
- protocol: TCP
- resources: {}
- securityContext:
- allowPrivilegeEscalation: false
- capabilities: {}
- privileged: false
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- stdin: true
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- tty: true
- dnsPolicy: ClusterFirst
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext: {}
- terminationGracePeriodSeconds: 30
- status:
- conditions:
- - lastTransitionTime: "2022-09-23T05:49:52Z"
- lastUpdateTime: "2022-09-23T05:49:52Z"
- message: Deployment does not have minimum availability.
- reason: MinimumReplicasUnavailable
- status: "False"
- type: Available
- - lastTransitionTime: "2022-09-23T05:49:52Z"
- lastUpdateTime: "2022-09-23T05:49:52Z"
- message: ReplicaSet "wms-gateway-5f8f6fd8c6" is progressing.
- reason: ReplicaSetUpdated
- status: "True"
- type: Progressing
- observedGeneration: 2
- replicas: 1
- unavailableReplicas: 1
- updatedReplicas: 1
|