Merge pull request #85377 from liggitt/node-kubectl

Skip Node printing in kubectl column test
This commit is contained in:
Kubernetes Prow Robot
2019-11-15 20:49:54 -08:00
committed by GitHub

View File

@@ -430,6 +430,9 @@ var _ = SIGDescribe("Kubectl client", func() {
"LimitRange": true,
"PodPreset": true,
// ignored for being disruptive in an e2e, and getting automatically deleted by a controller
"Node": true,
// ignored temporarily while waiting for bug fix.
"ComponentStatus": true,
"ClusterRoleBinding": true,