Open frankbu opened 3 years ago
We should add documentation on how to configure istioctl and kiali to work with an external control plane setup. For example, several istioctl commands won't work with an external control plane unless the following environment variables are set:
istioctl
kiali
export ISTIOCTL_PREFER_EXPERIMENTAL=true export ISTIOCTL_ISTIONAMESPACE=external-istiod export ISTIOCTL_XDS_ADDRESS=https://${EXTERNAL_ISTIOD_ADDR}:15012
Running kiali outside of the config cluster will also require some extra configuration.
Is there any updated documentation on the Kiali + Istio external control plane config? Couldn't find anything specific.
We should add documentation on how to configure
istioctl
andkiali
to work with an external control plane setup. For example, severalistioctl
commands won't work with an external control plane unless the following environment variables are set:Running
kiali
outside of the config cluster will also require some extra configuration.