mirror of https://github.com/istio/istio.io.git
add istioctl inject (#2964)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
This commit is contained in:
parent
0b9f47a8ca
commit
33c156bd6a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue