mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Change to NotReadyNetworking and use in scheduler
This commit is contained in:
@@ -2009,8 +2009,8 @@ const (
|
||||
NodeOutOfDisk NodeConditionType = "OutOfDisk"
|
||||
// NodeMemoryPressure means the kubelet is under pressure due to insufficient available memory.
|
||||
NodeMemoryPressure NodeConditionType = "MemoryPressure"
|
||||
// NodeNetworkingReady means that network for the node is correctly configured.
|
||||
NodeNetworkingReady NodeConditionType = "NetworkingReady"
|
||||
// NodeNetworkUnavailable means that network for the node is not correctly configured.
|
||||
NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
|
||||
)
|
||||
|
||||
type NodeCondition struct {
|
||||
|
||||
Reference in New Issue
Block a user