add istioctl inject (#2964)

Signed-off-by: clyang82 <clyang@cn.ibm.com>
This commit is contained in:
Chunlin Yang 2019-01-08 10:21:31 +08:00 committed by Lin Sun
parent 0b9f47a8ca
commit 33c156bd6a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ to hold the configuration of the NGINX server:
1. Deploy the NGINX server:
{{< text bash >}}
$ kubectl apply -f - <<EOF
$ cat <<EOF | istioctl kube-inject -f - | kubectl apply -f -
apiVersion: v1
kind: Service
metadata: