Alexey Makhov
Alexey Makhov
For example, Android emulator can't work with `Transfer-Encoding: chunked` and it's very annoying to me.
### Before creating an issue, make sure you've checked the following: - [X] You are running the latest released version of k0s - [X] Make sure you've searched for existing...
Backporting https://github.com/k0sproject/k0s/pull/2079 to release-1.22
Signed-off-by: Alexey Makhov ## Description Fixes table formatting and OCI charts example added ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...
Signed-off-by: Alexey Makhov ## Description `Run` renamed to `Start` since it's much closer to what it actually does. Removed embedding the `Component` from the `Reconciler` interface since it's not needed...
**Is your feature request related to a problem? Please describe.** We don't set resources for kube-proxy, kube-router, metrics-server and also don't have a way to customize them with k0s config....
Backporting #2225
Signed-off-by: Alexey Makhov ## Description Allows setting any environment variable to the calico-node daemonset. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...
Signed-off-by: Alexey Makhov ## Description A new config parameter is added to set which iptables backend Calico should use. ## Type of change - [x] Bug fix (non-breaking change which...
tsgo heavily overuses panics, that can lead to the situations mentioned in #631: ``` The typescript-go-lsp server crashed 5 times in the last 3 minutes. The server will not be...