Fix typo for rootca (#8101)

This commit is contained in:
Joe Searcy 2020-09-09 10:40:53 -04:00 committed by GitHub
parent 36ae2713df
commit c85edd360e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Install Istio and expose the control plane so that your virtual machine can acce
1. Get the root certificate:
{{< text bash >}}
$ kubectl -n "${VM_NAMESPACE}" get configmaps istio-ca-root-cert -o json | jq -j '."data"."root-cert.pem"' > "${WORK_DIR}"/root-cert
$ kubectl -n "${VM_NAMESPACE}" get configmaps istio-ca-root-cert -o json | jq -j '."data"."root-cert.pem"' > "${WORK_DIR}"/root-cert.pem
{{< /text >}}
1. Generate a `cluster.env` configuration file that informs the virtual machine