diff --git a/cmd/cloud-controller-manager/main.go b/cmd/cloud-controller-manager/main.go index 048ef9ad486..f10e160090d 100644 --- a/cmd/cloud-controller-manager/main.go +++ b/cmd/cloud-controller-manager/main.go @@ -18,7 +18,7 @@ limitations under the License. // are cloud provider dependent. It uses the API to listen to new events on resources. // This file should be written by each cloud provider. -// For an minimal working example, please refer to k8s.io/cloud-provider/sample/basic_main.go +// For a minimal working example, please refer to k8s.io/cloud-provider/sample/basic_main.go // For more details, please refer to k8s.io/kubernetes/cmd/cloud-controller-manager/main.go // The current file demonstrate how other cloud provider should leverage CCM and it uses fake parameters. Please modify for your own use.