remove kube-apiserver option that is always force to true

This commit is contained in:
David Eads
2018-04-02 12:19:34 -04:00
parent 1102fd0dcb
commit ee5bc39c4c
7 changed files with 6 additions and 16 deletions

View File

@@ -31,8 +31,7 @@ func TestMasterExportsSymbols(t *testing.T) {
EnableMetrics: true,
},
ExtraConfig: master.ExtraConfig{
EnableCoreControllers: false,
EnableLogsSupport: false,
EnableLogsSupport: false,
},
}
_ = &master.Master{