Merge pull request #2761 from aledbf/spell

Fix spelling mistake
This commit is contained in:
k8s-ci-robot 2018-07-10 00:14:04 -07:00 committed by GitHub
commit 658bcc5137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ func handleSigterm(ngx *controller.NGINXController, exit exiter) {
// the URL of the API server in the format protocol://address:port/pathPrefix, // the URL of the API server in the format protocol://address:port/pathPrefix,
// kubeConfig is the location of a kubeconfig file. If defined, the kubeconfig // kubeConfig is the location of a kubeconfig file. If defined, the kubeconfig
// file is loaded first, the URL of the API server read from the file is then // file is loaded first, the URL of the API server read from the file is then
// optionally overriden by the value of apiserverHost. // optionally overridden by the value of apiserverHost.
// If neither apiserverHost nor kubeConfig are passed in, we assume the // If neither apiserverHost nor kubeConfig are passed in, we assume the
// controller runs inside Kubernetes and fallback to the in-cluster config. If // controller runs inside Kubernetes and fallback to the in-cluster config. If
// the in-cluster config is missing or fails, we fallback to the default config. // the in-cluster config is missing or fails, we fallback to the default config.