Difference between revisions of "Conditions:"
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
- AWS Cloudformation: conditions:
kubectl describe nodes (conditions:)
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
- kubelet is posting ready status. AppArmor enabled
- CKA Understand how resource limits can affect Pod scheduling
kubectl get nodes -o yaml
See also
Advertising: