Antonio Ojea
Antonio Ojea
Kubernetes is going to implement a feature to support Multiple ClusterCIDRs https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs The feature doesn't consider PodIP renumbering, is always about assigning PodIP ranges to nodes. Flannel can use the...
**What would you like to be added**: A Load Balancer **Why is this needed**: https://github.com/kubernetes-sigs/kind/issues/411#issuecomment-510480326
**What would you like to be added**: Configure etcd storage in memory to improve the performance **Why is this needed**: etcd causes a very high disk io, and this can...
### Enhancement Description - One-line enhancement description (can be used as a release note): Subdivide the ClusterIP range for dynamic and static IP allocation. - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/3070-reserved-service-ip-range -...
Implement a new method SetUserIdleTimeout() that allows to set a timeout for idle sessions, but contrarty to the SetIdleTimeout(), this doesn't take into account SPDY ping frames. This allows consumers...
# Enhancement Description - One-line enhancement description (can be used as a release note): Implement an API to manage Kubernetes Services IP Ranges - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/1880-multiple-service-cidrs/README.md - Primary...
#### Description Clone of https://github.com/containerd/containerd/issues/5563 #### Steps to reproduce the issue: 1. Create a cluster with crio. 2. Use a version 1.21 kubectl 3. Exec into a pod and see...
The l4 controller can stop processing a Service in two cases, when it has been deleted (it has to remove the finalizer) or it has being mutated and is no...