gateway-upgrade: using operator requires namespace to be manually created (#8743)

This commit is contained in:
Shamsher Ansari 2021-01-07 20:35:23 +05:30 committed by GitHub
parent 9732c113b3
commit 4dbeccf68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ from the control plane.
1. Apply the files to the cluster with the following commands:
{{< text bash >}}
$ kubectl create namespace istio-system
$ kubectl apply -n istio-system -f control-plane-1-8-0.yaml
$ kubectl apply -n istio-system -f gateways.yaml
{{< /text >}}