Skip to content

v1.19.8-alpha1+rke2r2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Oats87 Oats87 released this 16 Mar 00:26
· 62 commits to release-1.19 since this release
07d7a9b
[release-1.19] fix when running rancher with selinux enforcing (#759)

Originally reported at rancher/rke2#690 against a v1.19.7 beta
pre-release, there is an issue with containerd versions 1.4+ that
prevented the correct selinux labels from being applied for image
volumes (volumes declared in the docker image that containerd/cri will
set up for you by default ... but they aren't visible to k8s).

Patches to fix this have been submitted upstream, see:
- https://github.com/containerd/containerd/issues/5090
- https://github.com/containerd/containerd/pull/5104
- https://github.com/containerd/continuity/pull/178

Addresses #690

Signed-off-by: Jacob Blain Christen <[email protected]>