mirror of https://github.com/istio/istio.io.git
step 10 is duplicated with step 4 (#8342)
This commit is contained in:
parent
5da7d3b307
commit
cc9d2c0ed4
|
@ -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 >}}
|
||||||
|
|
Loading…
Reference in New Issue