Eugene
Eugene
I was also hitting this, when using the audit log with [django-polymorphic](https://django-polymorphic.readthedocs.io/en/stable/) Here is a [pull request](https://github.com/jjkester/django-auditlog/pull/224) ;)
Namespace resource causes perpetual diffs on `kubernetes.io` labels applied by default by Kubernetes
Seeing this too - it's causing headaches, because it's causing unnecessary dependent resource updates too.
See below for a Probe and its generated Prometheus config @simonpasquier : Probe: ```yaml apiVersion: monitoring.coreos.com/v1 kind: Probe metadata: name: testie-probe4 namespace: example-namespace spec: module: http_2xx prober: scheme: https url:...
Oh, right - thanks for clarifying @simonpasquier ! In that case, should the references to "targets" in the [documentation](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.ProbeTLSConfig) be removed? I think that's what made me misunderstand this. >...
@dak1n1 is there a reason why the related pull request has not been merged? Thanks!
Any possibility to get this looked at and merged @compumike - would be a great Christmas present :)
@neogopher any reason the related pull request got closed?
> Hi @QAston, sounds like a good addition. We've discussed adding an `--additional-files` flag to `devpod up` which would > > 1. Stream these files to the remote machine >...
I've been looking into this a bit and it looks like you can indeed use `fsGroup` successfully. What caught us out, is having a `ReadWriteMany` `accessModes` set on the PVC,...
+1 - facing this issue too!