From 61c39cf9df802f8b4a0a530900c0e53b458285ff Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 26 May 2017 11:13:01 +0800 Subject: [PATCH] replace kubectl.sh with kubectl replace kubectl.sh with kubectl --- docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index c35e59e6d2..062eb6d21f 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -486,7 +486,7 @@ invalid keys that were skipped. The example shows a pod which refers to the default/mysecret ConfigMap that contains 2 invalid keys, 1badkey and 2alsobad. ```shell -$ kubectl.sh get events +$ kubectl get events LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON 0s 0s 1 dapi-test-pod Pod Warning InvalidEnvironmentVariableNames kubelet, 127.0.0.1 Keys [1badkey, 2alsobad] from the EnvFrom secret default/mysecret were skipped since they are considered invalid environment variable names. ```