Difference between revisions of "Conditions:"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
* [[kubelet is posting ready status. AppArmor enabled]]
 
* [[kubelet is posting ready status. AppArmor enabled]]
 
* [[CKA]] [[Understand how resource limits can affect Pod scheduling]]
 
* [[CKA]] [[Understand how resource limits can affect Pod scheduling]]
 +
* <code>[[kubectl get nodes -o yaml]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 10:22, 3 January 2023


Conditions:
  Type           Status  Reason
  ----           ------  ------
  Available      True    MinimumReplicasAvailable
  Progressing    True    NewReplicaSetAvailable


 conditions:
   - type: Available
     status: 'True'
     lastUpdateTime: '2022-11-23T09:41:50Z'
     lastTransitionTime: '2022-11-23T09:41:50Z'
     reason: MinimumReplicasAvailable
     message: Deployment has minimum availability.

Related

See also

Advertising: