Merge pull request #108953 from nckturner/remove-insecure-serving

Remove the deprecated insecure serving from the cloud controller manager
This commit is contained in:
Kubernetes Prow Robot
2022-03-30 18:03:00 -07:00
committed by GitHub
5 changed files with 18 additions and 68 deletions

View File

@@ -164,7 +164,7 @@ users:
insecureDisabled bool
}{
{"kube-controller-manager", kubeControllerManagerTester{}, nil, true},
{"cloud-controller-manager", cloudControllerManagerTester{}, []string{"--cloud-provider=fake"}, false},
{"cloud-controller-manager", cloudControllerManagerTester{}, []string{"--cloud-provider=fake"}, true},
{"kube-scheduler", kubeSchedulerTester{}, nil, true},
}