mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix typo err
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
This commit is contained in:
parent
2b23e71f6c
commit
51d563824d
@ -43,6 +43,6 @@ const (
|
||||
TaintNodeNetworkUnavailable = "node.kubernetes.io/network-unavailable"
|
||||
|
||||
// TaintNodePIDPressure will be added when node has pid pressure
|
||||
// and removed when node has enough disk.
|
||||
// and removed when node has enough pid.
|
||||
TaintNodePIDPressure = "node.kubernetes.io/pid-pressure"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user