Difference between revisions of "Status:"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
{{Type: LoadBalancer official example}} | {{Type: LoadBalancer official example}} | ||
+ | |||
+ | |||
+ | status: | ||
+ | availableReplicas: 1 | ||
+ | conditions: | ||
+ | - lastTransitionTime: "2023-09-25T06:42:16Z" | ||
+ | lastUpdateTime: "2023-11-10T05:53:22Z" | ||
+ | message: ReplicaSet "fasdfsa-afdsafadsf" has successfully progressed. | ||
+ | reason: NewReplicaSetAvailable | ||
+ | status: "True" | ||
+ | type: Progressing | ||
+ | - lastTransitionTime: "2023-11-10T05:59:09Z" | ||
+ | lastUpdateTime: "2023-11-10T05:59:09Z" | ||
+ | message: Deployment has minimum availability. | ||
+ | reason: MinimumReplicasAvailable | ||
+ | status: "True" | ||
+ | type: Available | ||
+ | observedGeneration: 4 | ||
+ | readyReplicas: 1 | ||
+ | replicas: 1 | ||
+ | updatedReplicas: 1 |
Revision as of 11:19, 13 November 2023
kind: Deployment
conditions:
.../... status: loadBalancer: ingress: - hostname: a324242432.elb.ap-southeast-1.amazonaws.com .../...
apiVersion: v1[1] kind: Service metadata: name: my-service spec: selector: app.kubernetes.io/name: MyApp ports: - protocol: TCP port: 80 targetPort: 9376 clusterIP: 10.0.171.239 type: LoadBalancer status: loadBalancer: ingress: - ip: 192.0.2.127
status: availableReplicas: 1 conditions: - lastTransitionTime: "2023-09-25T06:42:16Z" lastUpdateTime: "2023-11-10T05:53:22Z" message: ReplicaSet "fasdfsa-afdsafadsf" has successfully progressed. reason: NewReplicaSetAvailable status: "True" type: Progressing - lastTransitionTime: "2023-11-10T05:59:09Z" lastUpdateTime: "2023-11-10T05:59:09Z" message: Deployment has minimum availability. reason: MinimumReplicasAvailable status: "True" type: Available observedGeneration: 4 readyReplicas: 1 replicas: 1
updatedReplicas: 1
Advertising: