mirror of https://github.com/istio/istio.io.git
Fixed typo
This commit is contained in:
parent
d77ac74d81
commit
7277d79299
|
@ -43,7 +43,7 @@ Follow the [authentication policy task](/docs/tasks/security/authn-policy/) to s
|
|||
$ kubectl create ns foo
|
||||
$ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) -n foo
|
||||
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) -n foo
|
||||
$ ubectl create ns bar
|
||||
$ kubectl create ns bar
|
||||
$ kubectl apply -f <(istioctl kube-inject -f samples/httpbin/httpbin.yaml) -n bar
|
||||
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml) -n bar
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue