Description of problem: Can't write to emtpydir volumes in kubernetes-1.4.7-1.fc25.x86_64. Any volume that has an emptydir can't be written to. The problem was originally reported by a user here: https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2017-January/msg00044.html talked with pmorie and this is supposedly fixed by a large rework of how kubernetes handles selinux in kube 1.5. workarounds for now: - run the following command to relabel the problem directories: chcon -Rt container_file_t /var/lib/kubelet - install/use the version of kubernetes in updates-testing. This is the version in updates-testing: https://bodhi.fedoraproject.org/updates/FEDORA-2017-6ae65d21bd
kubernetes-1.5.2-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-74d98bce50
kubernetes-1.5.2-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.