mirror of https://github.com/istio/istio.io.git
Update delete step (#6437)
This commit is contained in:
parent
339357f8d1
commit
a249a3cf87
|
@ -441,6 +441,7 @@ $ istioctl manifest generate --context=$CTX_CLUSTER2 \
|
|||
--set values.global.network="network2" \
|
||||
--set autoInjection.enabled=true | kubectl --context=$CTX_CLUSTER2 delete -f -
|
||||
$ kubectl delete --context=$CTX_CLUSTER2 ns sample
|
||||
$ rm n2-k8s-config
|
||||
$ unset CTX_CLUSTER2 CLUSTER_NAME SERVER SECRET_NAME CA_DATA TOKEN INGRESS_HOST SECURE_INGRESS_PORT INGRESS_PORT LOCAL_GW_ADDR
|
||||
{{< /text >}}
|
||||
|
||||
|
@ -451,5 +452,4 @@ $ istioctl manifest generate --context=$CTX_CLUSTER1 \
|
|||
-f install/kubernetes/operator/examples/multicluster/values-istio-multicluster-primary.yaml | kubectl --context=$CTX_CLUSTER1 delete -f -
|
||||
$ kubectl delete --context=$CTX_CLUSTER1 ns sample
|
||||
$ unset CTX_CLUSTER1
|
||||
$ rm n2-k8s-config
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue