Clint Mod

Results 36 comments of Clint Mod

judging by the change mentioned by OP I would assume this code ```python from celery.app.task import Task # type: ignore Task.apply_async = _wrap_apply_async(Task.apply_async) ``` Is patching a class that we're...

I pinned to 0.17.7 and tracing started working again

ya they didn't update the v3 docs but it was in the v2 docs https://v2.helm.sh/docs/chart_best_practices/#general-conventions

Seems related to this: [ImportError (module.sikuli has no module.py)](https://answers.launchpad.net/sikuli/+question/267115)

On EKS we have one fsx filesystem that is mounted by containers on various nodes. This fsx file system is used by multiple deployments. I need to set the subpath...

> Could you mount a different directory into each prometheus instance? That's what I'm trying to do… that's what subPath is for and I tried to define it like: ```...

``` apiVersion: v1 kind: PersistentVolume metadata: annotations: meta.helm.sh/release-name: prometheus-volumes meta.helm.sh/release-namespace: kube-system pv.kubernetes.io/bound-by-controller: "yes" creationTimestamp: "2022-02-08T20:05:48Z" deletionGracePeriodSeconds: 0 deletionTimestamp: "2022-02-08T20:10:24Z" finalizers: - kubernetes.io/pv-protection labels: app.kubernetes.io/managed-by: Helm name: fsx-prometheus-3 resourceVersion: "62623533" uid:...

claim looks like: ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: pv.kubernetes.io/bind-completed: "yes" creationTimestamp: "2022-02-08T20:06:25Z" finalizers: - kubernetes.io/pvc-protection labels: app.kubernetes.io/instance: prometheus-stack-kube-prom-prometheus app.kubernetes.io/managed-by: prometheus-operator app.kubernetes.io/name: prometheus operator.prometheus.io/name: prometheus-stack-kube-prom-prometheus operator.prometheus.io/shard: "0" prometheus: prometheus-stack-kube-prom-prometheus...