Adam Lang

Results 4 comments of Adam Lang

Doesn't seem to be today. Not 100% sure since the log file only has time stamps and not date. Parsing through it doesn't look like any today though.

I hit this issue also and digging into it, it is definitely a GKE firewall issue, but it is not a port 8443 issue. When I set the allow to...

It's port 9443 for some reason (I brute forced found it by trial and error), even though the service describe says 8443. `adam@AdamPC:~/opentelemetry$ gcloud compute firewall-rules create gke-opentelemetry-webhook \ --action...

There is an arg for a webhook port on the operator Args: --webhook-port=9443 If that webhook port gets changed to 443, there shouldn't be a need for a special firewall...