Matt

Results 4 comments of Matt

For us, running on OpenShift, we got it working by using: ``` spec: template: spec: securityContext: fsGroup: 200 ``` (And then had to ensure our serviceAccount was permitted to use...

> > > I have the same issue > It works well with the NodePort but when the service is LoadBalancer doesn't work > > first I denied all traffic:...

> > > When I apply a network policy, `Service.type=LoadBalancer` restricting all pod-to-pod traffic, it keeps working for a while, and a few minutes later it stops working. > >...

We've just stumbled into this issue too with our monorepo