Tom Wieczorek

Results 117 issues of Tom Wieczorek

Currently, k0sctl will produce one big log file. I wonder if it would be better to create a log file per invocation of k0sctl instead. I see the following benefits:...

enhancement

As described in the [Maven guide for configuring Reproducible Builds][mvn-rb], the property `project.build.outputTimestamp` is used to pass around a timestamp to be used as "current time", to make builds reproducible...

help wanted

containerd/containerd#5519 removed the check for `apparmor_parser`. The k0s docs should reflect that here: https://github.com/k0sproject/k0s/blob/4b0ab22bd092926df899bd3a4893cf07dc2a2496/docs/external-runtime-deps.md?plain=1#L153-L159

documentation
Stale

## Description This is a partial backport of #2015: Add additional tests that check for consistency between the binary versions of the embedded binaries with their respective Go module dependencies,...

backport/release-1.22

## Description https://projectcalico.docs.tigera.io/archive/v3.24/release-notes/#v3240 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...

area/network
area/worker
chore
component/calico

### Is your feature request related to a problem? Please describe. The `component.Component` interface is the backbone of k0s's internal structure: https://github.com/k0sproject/k0s/blob/71a2c707b7dd64a622160c27c0b72e1bc574a775/pkg/component/component.go#L25-L30 It serves as a lifecycle abstraction for all...

enhancement

There's [some evidence](https://github.com/k0sproject/k0s/issues/1946#issuecomment-1193331251) that without it, workers won't work. K0s already [includes it][sysinfo] in `k0s sysinfo` and also [tries to load nf_conntrack][modprobe] proactively. Looking at [this][proxy] kube-proxy code, it seems...

question

## Description The Kubernetes Dockerfiles for Windows and Linux diverged a good bit, unnecessarily. Merge them and use the TARGET_OS build argument to distinguish between Linux and Windows builds. Improve...

## Description https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1250-rc0 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [x] Breaking...

area/controlplane
area/worker
chore
component/kubelet
component/kube-proxy

Backport of #1982 and #1998 in one go.

bug
area/ci