orange-policeman-59119
05/24/2019, 5:41 PMDiagnostics:
kubernetes:extensions:Deployment ([redacted]):
warning: Refreshed resource is in an unhealthy state:
* Resource '[redacted]' was created but failed to initialize
* Minimum number of Pods to consider the application live was not attained
Here's what the resources look like:
$ kubectl -n ... get deployment
NAME READY UP-TO-DATE AVAILABLE AGE
[deployment] 3/3 3 3 11h
$ kubectl -n ... get rs
NAME DESIRED CURRENT READY AGE
[old] 0 0 0 11h
[new] 3 3 3 6m4s
creamy-potato-29402
05/24/2019, 5:44 PMorange-policeman-59119
05/24/2019, 5:45 PMcreamy-potato-29402
05/24/2019, 5:45 PMorange-policeman-59119
05/24/2019, 5:45 PMcreamy-potato-29402
05/24/2019, 5:46 PMorange-policeman-59119
05/24/2019, 5:46 PMConditions:
Type Status Reason
---- ------ ------
Available True MinimumReplicasAvailable
creamy-potato-29402
05/24/2019, 5:47 PM.status
field in the deploymentorange-policeman-59119
05/24/2019, 5:48 PMstatus:
availableReplicas: 1
conditions:
- lastTransitionTime: 2019-05-24T09:09:37Z
lastUpdateTime: 2019-05-24T09:09:37Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 4
readyReplicas: 1
replicas: 1
updatedReplicas: 1
creamy-potato-29402
05/24/2019, 5:48 PMextensions/v1beta1
deployment by chance?orange-policeman-59119
05/24/2019, 5:49 PMcreamy-potato-29402
05/24/2019, 5:49 PMorange-policeman-59119
05/24/2019, 5:49 PMcreamy-potato-29402
05/24/2019, 5:49 PMorange-policeman-59119
05/24/2019, 5:50 PMcreamy-potato-29402
05/24/2019, 5:50 PMorange-policeman-59119
05/24/2019, 5:52 PMapps/v1
, what happens?creamy-potato-29402
05/24/2019, 5:53 PMorange-policeman-59119
05/24/2019, 5:53 PMcreamy-potato-29402
05/24/2019, 5:53 PMorange-policeman-59119
05/24/2019, 5:53 PM