Igor Velichkovich
Igor Velichkovich
- One-line PR description: Adding exclusionRules to admission webhook configurations. - Issue link: https://github.com/kubernetes/enhancements/issues/3693 - Other comments: This is my first KEP. Will gladly address any and all feedback to...
### Enhancement Description - One-line enhancement description (can be used as a release note): - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3694 - Discussion Link: https://github.com/kubernetes/kubernetes/issues/92157 - Primary contact (assignee): ivelichkovich - Responsible...
### What would you like to be added (User Story)? As a developer & operator & user I want to be able to load kubeconfigs into an existing kubeconfig. So...
**What this PR does / why we need it**: improves performance with node slice mode https://docs.google.com/document/d/1YlWfg3Omrk3bf6Ujj-s5wXlP6nYo4PZseA0bS6qmvkk/edit#heading=h.ehhncqtntm3t **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...
**What this PR does / why we need it**: proposal for fast IPAM through node slicing. Code PR: https://github.com/k8snetworkplumbingwg/whereabouts/pull/458 **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #,...
It would be nice to have a supported way to package ginkgo tests and run them with various configurations using a "canary controller" (simple pod wrapper of ginkgo executions) that...
**Describe the bug** A clear and concise description of what the bug is. If you use a very large CIDR range with a very small node slice size i.e. /8...
**Describe the bug** A clear and concise description of what the bug is. https://github.com/k8snetworkplumbingwg/whereabouts/blob/master/pkg/node-controller/controller.go#L436 should use `ipamConf.IPRanges[0].Range` instead of `ipamConf.Range` like the if block above it that checks for the...