Skip to content

Commit f778cb2

Browse files
istio-testingStevenjin8craigbox
authored
[release-1.25] Tip for creating secret (#16446)
* Tip for creating secret * Update content/en/docs/setup/install/external-controlplane/index.md --------- Co-authored-by: Steven Jin Xuan <[email protected]> Co-authored-by: Craig Box <[email protected]>
1 parent 8e3aa10 commit f778cb2

File tree

1 file changed

+5
-0
lines changed
  • content/en/docs/setup/install/external-controlplane

1 file changed

+5
-0
lines changed

content/en/docs/setup/install/external-controlplane/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ and installing the sidecar injector webhook configuration on the remote cluster
268268
kubectl apply -f - --context="${CTX_EXTERNAL_CLUSTER}"
269269
{{< /text >}}
270270

271+
{{< tip >}}
272+
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,
273+
where `<api-server-node-ip>` is the IP address of the node running the API server.
274+
{{< /tip >}}
275+
271276
1. Create the Istio configuration to install the control plane in the `external-istiod` namespace of the external cluster.
272277
Notice that istiod is configured to use the locally mounted `istio` configmap and the `SHARED_MESH_CONFIG` environment
273278
variable is set to `istio`. This instructs istiod to merge the values set by the mesh admin in the config cluster's

0 commit comments

Comments
 (0)