step 10 is duplicated with step 4 (#8342)

This commit is contained in:
SerenaFeng 2020-10-27 21:51:02 +08:00 committed by GitHub
parent 5da7d3b307
commit cc9d2c0ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -193,12 +193,6 @@ Run the following commands on the virtual machine you want to add to the Istio m
$ sudo sh -c 'cat $(eval echo ~$SUDO_USER)/hosts-addendum >> /etc/hosts' $ sudo sh -c 'cat $(eval echo ~$SUDO_USER)/hosts-addendum >> /etc/hosts'
{{< /text >}} {{< /text >}}
1. Install the root certificate in the directory `/var/run/secrets/istio`
{{< text bash >}}
$ sudo cp "${HOME}"/root-cert.pem /var/run/secrets/istio/root-cert.pem
{{< /text >}}
1. Transfer ownership of the files in `/etc/certs/` and `/var/lib/istio/envoy/` to the Istio proxy: 1. Transfer ownership of the files in `/etc/certs/` and `/var/lib/istio/envoy/` to the Istio proxy:
{{< text bash >}} {{< text bash >}}