-
### What are you trying to do?
I have a case where using Cilium as our Kubernetes CNI, which replaces kube-proxy entirely and does not use iptables/nftables at all. When attempting to access on-clust…
-
Custom resource field selectors is beta in k8s 1.31 - https://github.com/kubernetes/kubernetes/pull/124681. Let's figure out if we want to use this for Gatekeeper CRDs, and need to make any chages in …
-
### Name and Version
bitnami/milvus 9.0.12
### What architecture are you using?
amd64
### What steps will reproduce the bug?
1. AKS version 1.29.9, VPA managed by AKS
2. w/ VPA enabled for Query…
-
Hey, we might be interested to use this project to test our [Kubernetes Operators](https://docs.percona.com/percona-operators) in Percona. I wonder if the API allows us to apply and track custom resou…
-
**Is your feature request related to a problem? Please describe.**
We are working to integrate the [CAPI IPAM Provider](https://cluster-api.sigs.k8s.io/reference/glossary#ipam-provider) in [element…
-
**This is a Bug Report**
**Problem:**
The statement regarding Kubernetes namespace isolation mentions that it "doesn't apply to Kubernetes resources that can't be namespaced, such as Custom Resour…
r21gh updated
1 month ago
-
### Problem Statement
As documented into the following page, CRDs authors sometime need to implement conversion webhook to support transparent conversion of objects among CRD versions
https://kube…
-
node host subnet 192.168.3.0/24 on NIC eno1, external subnet 112.1.6.0/24 on NIC eno2
how to specifying IP 112.1.6.96/24 (SNAT) the traffic from the selected Pods to the external network should u…
yeshl updated
2 weeks ago
-
### What would you like to be added?
When I was working on implementing a CR controller using kubebuilder, I wanted to implement a way to display columns using a fraction format (i.e. X/Y).
```go
/…
-
**Describe the bug**
#751 introduces ValidatingAdmissionPolicy. This feature is GA in Kubernetes 1.30.
https://kubernetes.io/blog/2024/04/24/validating-admission-policy-ga/
Kubernetes 1.30 or above …