Rahul Joshi
Rahul Joshi
# Enhancement Description - One-line enhancement description (can be used as a release note): Enhancing NodeIPAM controller to support multiple ClusterCIDRs - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs - Discussion Link: Many...
A few changes are made here: - `cilium_fqdn_semaphore_rejected_total` wasn't being updated correctly, due to an incorrect error check. This is fixed now. - Based on the discussion [here](https://github.com/cilium/cilium/pull/19992/commits/403790a7a9b778eebca1605856a8919bcae60812#r936034590), the field...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Provides the capability to apply additional manifests before starting a DNS...
Issue https://github.com/kubernetes-sigs/network-policy-api/issues/133 Provides the proposed API spec as well as some expected behaviors for both application Pods and ANP implementors to follow.
**Is your enhancement request related to a problem? Please describe.** This is an extension to https://github.com/kubernetes-sigs/network-policy-api/issues/126 which deals with the egress (northbound) use-case. Specifically, this enhancement deals with specifying [Fully-Qualified...