fix typo err

Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
This commit is contained in:
Weiping Cai 2020-12-17 15:19:45 +08:00
parent 2b23e71f6c
commit 51d563824d
No known key found for this signature in database
GPG Key ID: 97CBE6D7C8EBC386

View File

@ -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"
)