Node is NotReady until the Route is created
This commit is contained in:

committed by
Wojciech Tyczynski

parent
1cb088857b
commit
7bdf480340
@@ -2009,6 +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"
|
||||
)
|
||||
|
||||
type NodeCondition struct {
|
||||
|
Reference in New Issue
Block a user