mirror of https://github.com/istio/istio.io.git
Update route rules for mtls (#1459)
* update route rules for mtls
* minor rework
(cherry picked from commit d946409
)
This commit is contained in:
parent
51e3d4a57f
commit
98bd4c9ef1
|
@ -35,6 +35,12 @@ you'll need to use `replace` rather than `create` in the following command.
|
|||
$ istioctl create -f @samples/bookinfo/routing/route-rule-all-v1.yaml@
|
||||
```
|
||||
|
||||
If you enabled `mTLS`, please run the following instead
|
||||
|
||||
```command
|
||||
$ istioctl create -f @samples/bookinfo/routing/route-rule-all-v1-mtls.yaml@
|
||||
```
|
||||
|
||||
> In a Kubernetes deployment of Istio, you can replace `istioctl`
|
||||
> with `kubectl` in the above, and for all other CLI commands.
|
||||
> Note, however, that `kubectl` currently does not provide input validation.
|
||||
|
@ -174,6 +180,12 @@ all users to v2, optionally in a gradual fashion. We'll explore this in a separa
|
|||
$ istioctl delete -f @samples/bookinfo/routing/route-rule-all-v1.yaml@
|
||||
```
|
||||
|
||||
If you enabled `mTLS`, please run the following instead
|
||||
|
||||
```command
|
||||
$ istioctl delete -f @samples/bookinfo/routing/route-rule-all-v1-mtls.yaml@
|
||||
```
|
||||
|
||||
* If you are not planning to explore any follow-on tasks, refer to the
|
||||
[Bookinfo cleanup](/docs/guides/bookinfo/#cleanup) instructions
|
||||
to shutdown the application.
|
||||
|
|
Loading…
Reference in New Issue