SigNoz/charts

Support in GKE Autopilot

jonshaffer opened this issue · 2 comments

A fresh install on a fresh GKE Autopilot cluster causes this error:

Error: INSTALLATION FAILED: 1 error occurred:
        * admission webhook "warden-validating.common-webhooks.networking.gke.io" denied the request: GKE Warden rejected the request because it violates one or more constraints.
Violations details: {"[denied by autogke-no-host-port]":["container signoz-k8s-infra-otel-agent specifies host ports [13133 8888 4317 4318], which are disallowed in Autopilot."],"[denied by autogke-no-write-mode-hostpath]":["hostPath volume varlibdockercontainers used in container signoz-k8s-infra-otel-agent uses path /var/lib/docker/containers which is not allowed in Autopilot. Allowed path prefixes for hostPath volumes are: [/var/log/]."]}

It looks like there was an issue previously with GKE Autopilot deployments that was fixed, and the rules in Warden have changed since.

@jonshaffer was this issue solve?

Yep, resolved by steps in documentation. 😄