Open maxpain opened 1 week ago
The operator also can't create the tunnel deployment itself:
Error creating: pods "fastcup-95b95b84f-bs672" is forbidden: violates PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "cloudflared" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "cloudflared" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "cloudflared" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "cloudflared" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
Looks like your environment enforces security policies for pods. You would benefit from https://github.com/adyanth/cloudflare-operator/pull/73 but I have not had time to work on this sadly.