mirror of https://github.com/istio/istio.io.git
Small doc fixes (#7818)
This commit is contained in:
parent
15aa657bb5
commit
e43d0b6ff5
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Customizable Install with Istioctl
|
||||
title: Install with Istioctl
|
||||
description: Install and customize any Istio configuration profile for in-depth evaluation or production use.
|
||||
weight: 10
|
||||
keywords: [istioctl,kubernetes]
|
||||
|
|
|
@ -261,12 +261,6 @@ Or:
|
|||
$ kubectl delete ns istio-operator --grace-period=0 --force
|
||||
{{< /text >}}
|
||||
|
||||
If you used the operator to perform a canary upgrade of the control plane, do not delete the in-cluster `IstioOperator` CR. Instead, you can uninstall the old control plane and keep the new one by running the following command:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl operator remove --revision <revision>
|
||||
{{< /text >}}
|
||||
|
||||
Note that deleting the operator before Istio is fully removed may result in leftover Istio resources.
|
||||
To clean up anything not removed by the operator:
|
||||
|
||||
|
|
|
@ -707,6 +707,7 @@ to hold the configuration of the NGINX server:
|
|||
|
||||
{{< text bash >}}
|
||||
$ rm ./nginx.conf
|
||||
$ rm ./gateway-patch.json
|
||||
{{< /text >}}
|
||||
|
||||
## Cleanup
|
||||
|
|
|
@ -534,6 +534,7 @@ rm example.com.crt example.com.key my-nginx.mesh-external.svc.cluster.local.crt
|
|||
|
||||
snip_cleanup_the_mutual_tls_origination_example_3() {
|
||||
rm ./nginx.conf
|
||||
rm ./gateway-patch.json
|
||||
}
|
||||
|
||||
snip_cleanup_1() {
|
||||
|
|
|
@ -626,6 +626,7 @@ to hold the configuration of the NGINX server:
|
|||
|
||||
{{< text bash >}}
|
||||
$ rm ./nginx.conf
|
||||
$ rm ./gateway-patch.json
|
||||
{{< /text >}}
|
||||
|
||||
## Cleanup
|
||||
|
|
|
@ -489,6 +489,7 @@ rm example.com.crt example.com.key my-nginx.mesh-external.svc.cluster.local.crt
|
|||
|
||||
snip_cleanup_the_mutual_tls_origination_example_3() {
|
||||
rm ./nginx.conf
|
||||
rm ./gateway-patch.json
|
||||
}
|
||||
|
||||
snip_cleanup_1() {
|
||||
|
|
Loading…
Reference in New Issue