Configuring your cluster for impersonation
Let's deploy an impersonating proxy for our cluster. Assuming you're reusing your existing cluster, we first need to delete our orchestra Helm deployment (this will not delete the operator; we want to keep the OpenUnison operator). So, let's begin:
- Run the following command to delete our
orchestra
Helm deployment:$ helm delete orchestra --namespace openunison release "orchestra" uninstalled
The only pod running in the
openunison
namespace is our operator. Notice that all the Secrets, Ingress, Deployments, Services, and other objects that were created by the operator when the orchestra Helm chart was deployed are all gone. - Next, redeploy OpenUnison, but this time, update our Helm chart to use impersonation. Edit the
values.yaml
file and add the two bold lines shown in the following example file:network: Â Â openunison_host: "k8sou.apps.192-168-2-131.nip.io" Â Â dashboard_host:...