Merge pull request #97359 from Cweiping/fix/fix_typo_error

fix typo err for disk to pid
This commit is contained in:
Kubernetes Prow Robot 2020-12-17 17:04:24 -08:00 committed by GitHub
commit bc404af504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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