Ishan Sharma
Ishan Sharma
If this is decided to have a feature, I would be happy to contribute. What I have understood is that if we proceed, then basically cilium chart needs a dependency...
@sayboras please assign it to me if it's available to work on. - [issuecomment](https://github.com/cilium/cilium/issues/30106#issuecomment-1890807772)
@sayboras and @kfox1111 , by any chance is this a blocker?? upstream Spire chart requires [`kubeVersion: ">=1.21.0-0"`](https://github.com/spiffe/helm-charts-hardened/blob/main/charts/spire/Chart.yaml#L23C1-L23C26) but Cillium chart has [`kubeVersion: ">= 1.16.0-0"`](https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/Chart.yaml#L7C1-L7C27) requirements. Won't adding SPIRE upstream chart...
> I don't think it's the blocker. The reason of having 1.16 in chart.yaml is just to run old CI jobs. so if I understood it right, it's safe to...
Unfortunately, it's taking longer than expected due to personal matters and my availability is very limited. 😞
@jenting > * Is your case, how are the snapshot CRD and the snapshot controller installed in the cluster? In AKS, the snapshot controller can be enabled for example via...
This has worked for me in mac, hopefully should work on other systems too 😸 ```bash $ git clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-autosuggestions ```
Thank you @kfox1111 While working on https://github.com/cilium/cilium/pull/32716, I'm unsure how to introduce this container since the upstream chart does not support such a container configuration. - Relevant file: https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/templates/spire/server/statefulset.yaml#L45-L53 Additionally,...