Jean-Fabrice Bobo

Results 11 comments of Jean-Fabrice Bobo

Yes, please. This is badly needed for [Kubernetes readiness & liveness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) to avoid using secret_path in public manifests

unfortunately not. But I found this workaround: 1. launch tncc.py : ```tncc.py $IVE_HOST $DSPREAUTH $REALM``` 2. obtain new DSPREAUTH cookie 3. feed IVE_HOST with DSPREAUTH2 cookie 4. get DSID 5....

Being able to add a custom text to express units (like Watt, Watt hour, Meter, Ampere, Liter, etc) to text marks, tooltips and axis labels would be a great addition!...

The [`set-default-security-context`](https://www.elastic.co/guide/en/cloud-on-k8s/2.5/k8s-operator-config.html) ECK parameter, which defaults to `true`, is responsible for automatically adding `fsGroup: 1000` to the elasticsearch pod's `securityContext`, in order to make Kubernetes automatically change ownership on the...

Hey @dobharweim! I would first check whether `set-default-security-context` is enabled or not from an ECK perspective. If it is, your elasticsearch pods should normally have the `securityContext.fsGroup: 1000` automatically configured....

Hey @constanca-m 👋 Any updates on this issue? Is https://github.com/elastic/beats/issues/37243 the right issue to track for progression? At the moment, it looks like 7.10.2 is the latest release that is...

Same issue. Unable to upgrade as the playbook terminates almost immediately. The workaround shared in https://github.com/kubernetes-sigs/kubespray/issues/11152#issuecomment-2090313878 permitted to move forward.

I did not run it in check mode as I was applying to a non-production qualification cluster ``` ansible-playbook -i inventory/dev/hosts playbooks/kubernetes/upgrade-cluster.yml ``` is failing the way described by the...

I think I got it. My company applied ``` $ git config core.symlinks false ``` as a countermeasure to git CVE-2024-32004, high resetting git `core.symlinks` to default, the symlinks are...

@Aohzan, I'm unsure what issue we are talking about. Based on the initial message, I think `${kubernetes.labels.*}` is the correct name to use in Beats conditionals for Kubernetes labels.