Tom Wieczorek

Results 117 issues of Tom Wieczorek

There's no point to continue if Client ID and/or Client Secret are missing.

Under normal circumstances, the upload process won't write anything to stderr. However, if there are problems, it will. Log the stderr, which will help in troubleshooting any problems. Requires k0sproject/rig#203...

Using the host's cgroup namespace along with a writable mount of the entire cgroup fs messes with container isolation quite a bit. The main purpose of this is to get...

During debugging of #41, I noticed that the information from the user's last full login are stored indefinitely in `OicUserProperty`. So there's already a caching/security problem, as anticipated in https://github.com/jenkinsci/oic-auth-plugin/issues/41#issuecomment-417963890....

enhancement

## Description https://github.com/containerd/containerd/releases/v1.7.17 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...

area/containers
chore
component/containerd
backport/release-1.30

## Description This allows for better feedback of kube-router health via the DaemonSet resource. Without those, it's possible to observe a "healthy" DaemonSet, even if it's not. This affects e.g....

bug
component/kube-router
backport/release-1.30

When k0s [imports](https://docs.k0sproject.io/v1.30.0+k0s.0/airgap-install/#2a-sync-the-bundle-file-with-the-airgapped-machine-locally) OCI images into containerd, it [pins](https://github.com/k0sproject/k0s/issues/3389) them to prevent them from being garbage collected. If the OCI images are replaced regularly over time, e.g. if an airgapped...

enhancement
area/worker
component/containerd

Tracking issue for the 1.31 update. * [x] Check compatibility with kube-proxy's [nftables backend] ([KEP-3866]) * [x] Ship quay.io/k0sproject/kube-proxy:v1.31.0 Maybe it needs the `nft` binary, see above. * [ ]...

chore

Upstream introduced the use of empty groupName markers in kubernetes/kubernetes#125162. This breaks groupName parsing because its field is non-optional. Add an additional `mustOptional` function that takes anonymous field definitions and...

cncf-cla: yes
needs-ok-to-test
size/S

Adapt to upstream changes: * kubernetes/kubernetes#124917 Wrap the anonymous flag in a struct pointer. * kubernetes/kubernetes#125560 Add `CreateOptions` and `UpdateOptions` to the existing `versionedTracker` methods, and also add the `Patch`...

cncf-cla: yes
size/L
ok-to-test