Benjamin Pinchon
Benjamin Pinchon
I spent too much time trying to debug this until I figured out that the problem was the chart itself. I was confused because the chart was working well when...
+1 I'm wondering how you communicate about breaking changes, for example if a value is renamed or deprecated.
I faced this issue when I tried to harden my cluster with `policyEnforcementMode: always`. Thank you @0xalex88 for the CCNP examples! It works as expected.
Hello! Thank you so much for the PR, @shshekhar93; I hope it will get accepted soon. 👍 @nando2301, Proxy Protocol v1 is working fine on my side. I believe your...
Thanks for your answer, That's sad because it's the only way to control the api-server exposition over the internet and make it impossible to harden the default rules as documented...
Hello @ShiChangkuo , Yes, this is currently the workaround we're using, but it only works when CCE cluster resource exists, otherwise, it will fail (at bootstrap) because Terraform replace() function...
I am using Cilium 1.17.2 with Envoy Ingress and kube-prometheus-stack 70.3.0, and I am not experiencing this issue anymore. ```yaml spec: ingressClassName: cilium rules: - host: prometheus.homelab.local http: paths: -...
I had the same issue. I wanted to expose my ingress controller to the internet. It works but loses the original client IP, so it’s not a viable solution. I...
Happy Birthday! It's March 2025. I'm facing the same issue with FreshRSS 1.26.1 (alpine) and the YouTube extension using the current latest commit https://github.com/FreshRSS/Extensions/commit/a76ad1f7165d79d2ce88454986fc390b6bfc705e from the master branch. In less...
Same here ```console $ kustomize version v5.0.3 ``` ```yaml # kustomization.yaml --- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: velero resources: - release.yaml patches: - target: group: "" version: v2beta1 kind: HelmRelease...