Clean up the master term in test/integration comments

This commit is contained in:
Mengjiao Liu
2021-06-18 16:31:05 +08:00
parent 9d3e4eb862
commit 4eab19ae7d
10 changed files with 14 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ func newDefaultComponentConfig() (*config.KubeSchedulerConfiguration, error) {
}
// mustSetupScheduler starts the following components:
// - k8s api server (a.k.a. master)
// - k8s api server
// - scheduler
// It returns regular and dynamic clients, and destroyFunc which should be used to
// remove resources after finished.