instana / instana-autotrace-webhook

Apache License 2.0
7 stars 8 forks source link

Ability to set cluster domain #2

Closed antoineozenne closed 3 years ago

antoineozenne commented 3 years ago

We have a corporate proxy in our cluster, so currently, our apiserver can't call the webhook because it is instana-autotrace-webhook.instana-autotrace-webhook.svc and we need to call instana-autotrace-webhook.instana-autotrace-webhook.svc.cluster.local to avoid the proxy. Can you provide a variable to set the cluster domain in webhook URL and altNames in certificates?

antoineozenne commented 3 years ago

According to Kubernetes doc https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/, the cluster domain is never called. Sorry, we can close this.