Alex Stockinger

Results 14 issues of Alex Stockinger

**Please ensure that your pull request fulfills these requirements:** - [X] The pull request is being made against the `master` branch - [ ] Tests for the changes have been...

patch version
enhancement

**- What I did** The value of a newly introduced `--network-default-mtu` command line flag is used as a default MTU value for newly created networks if nothing else is specified...

status/2-code-review
area/networking

# Why We were repeatedly expecting connectivity issues when scaling larger clusters up/down and believe it's related to the way kilo applies changes to the iptables when nodes are added/removed:...

We faced some issues with misconfigured iptables when kilo is used in conjunction with kube-router. While this PR does not fix the underlying issue, it does optionally allow enabling a...

We've been looking into making kilo rollouts not resulting in a network-related downtime that's the result of cleanup on shutdown. From what I can tell almost all operations are already...

Every now and then after creating a new namespace it can take a while for the responsible controllers to create the default SA for the new namespace - that can...

enhancement

Downstream TLS already supports reloading of keystores from the filesystem at runtime, upstream doesn't. Fix this.

Adds ApiServerContainer v1.35.0 using the official kube-apiserver image from registry.k8s.io. This standalone API server container is useful for testing and development scenarios that don't require a full cluster.