Commit fd73e6f2 authored by Chris O'Haver's avatar Chris O'Haver

dont merge this commit

parent af0c1d2a
...@@ -250,7 +250,7 @@ func (f *Framework) BeforeEach() { ...@@ -250,7 +250,7 @@ func (f *Framework) BeforeEach() {
var nodeMode NodesSet var nodeMode NodesSet
switch TestContext.GatherKubeSystemResourceUsageData { switch TestContext.GatherKubeSystemResourceUsageData {
case "master": case "master":
nodeMode = MasterNodes nodeMode = MasterAndDNSNodes
case "masteranddns": case "masteranddns":
nodeMode = MasterAndDNSNodes nodeMode = MasterAndDNSNodes
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment