You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug a clear and concise description of what the bug is.
prometheus-kube-stack by default deploys prometheus ingress with pathType: ImplementationSpecific.
This this doesn't work with cilium ingress because ImplementationSpecific pathType acts as exact match.
Changing setting value pathType: Prefix solves the issue creates working ingress.
Please consider changing the default values or add a warning talking about this issue in the comments of values file.
zeritti
changed the title
[prometheus-kube-stack] Default ingress value pathType: ImplementationSpecific does't work on cilium ingress
[kube-prometheus-stack] Default ingress value pathType: ImplementationSpecific does't work on cilium ingress
Feb 8, 2024
I really think it could be replaced with Prefix without troubles.
It would also help to enforce mitigation for this CVE-2022-4886, it is recommended to forbid ImplementationSpecific as a cluster admin.
Describe the bug a clear and concise description of what the bug is.
prometheus-kube-stack by default deploys prometheus ingress with
pathType: ImplementationSpecific
.This this doesn't work with cilium ingress because
ImplementationSpecific
pathType acts as exact match.Changing setting value
pathType: Prefix
solves the issue creates working ingress.Please consider changing the default values or add a warning talking about this issue in the comments of values file.
The same issue in cilium repo. cilium/cilium#30119
What's your helm version?
version.BuildInfo{Version:"v3.11", GitCommit:"", GitTreeState:"", GoVersion:"go1.21.5"}
What's your kubectl version?
Client Version: v1.28.5 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.2
Which chart?
prometheus-kube-stack
What's the chart version?
56.6.2
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
Enter the command that you execute and failing/misfunctioning.
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: