mirror of https://github.com/istio/istio.io.git
Tip for creating secret (#16445)
* Tip for creating secret * Update content/en/docs/setup/install/external-controlplane/index.md --------- Co-authored-by: Craig Box <craig.box@gmail.com>
This commit is contained in:
parent
127c7ccd70
commit
b6a52703c5
|
@ -268,6 +268,11 @@ and installing the sidecar injector webhook configuration on the remote cluster
|
||||||
kubectl apply -f - --context="${CTX_EXTERNAL_CLUSTER}"
|
kubectl apply -f - --context="${CTX_EXTERNAL_CLUSTER}"
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
{{< tip >}}
|
||||||
|
If you are running in `kind`, then you will need to pass `--server https://<api-server-node-ip>:6443` to the `istioctl create-remote-secret` command,
|
||||||
|
where `<api-server-node-ip>` is the IP address of the node running the API server.
|
||||||
|
{{< /tip >}}
|
||||||
|
|
||||||
1. Create the Istio configuration to install the control plane in the `external-istiod` namespace of the external cluster.
|
1. Create the Istio configuration to install the control plane in the `external-istiod` namespace of the external cluster.
|
||||||
Notice that istiod is configured to use the locally mounted `istio` configmap and the `SHARED_MESH_CONFIG` environment
|
Notice that istiod is configured to use the locally mounted `istio` configmap and the `SHARED_MESH_CONFIG` environment
|
||||||
variable is set to `istio`. This instructs istiod to merge the values set by the mesh admin in the config cluster's
|
variable is set to `istio`. This instructs istiod to merge the values set by the mesh admin in the config cluster's
|
||||||
|
|
Loading…
Reference in New Issue