Missing Space (#3084)

This commit is contained in:
Zefool 2019-01-14 15:23:47 +01:00 committed by istio-bot
parent c1c404ae87
commit b6fd2ecb36
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Nevertheless, you must update the list of admission controllers.
{{< text bash >}}
$ for i in `kubectl \
get pods -nkube-system | grep api | awk '{print $1}'` ; \
get pods -n kube-system | grep api | awk '{print $1}'` ; \
do kubectl describe pods -nkube-system \
$i | grep "/usr/local/bin/kube-apiserver" ; done
{{< /text >}}