Replies: 1 comment 2 replies
-
I have no idea what /tmp is in your pod. Have you mounted an emptyDir volume there, or are you mounting /tmp from the host, or is it just part of your container image? There is no special behavior for /tmp in Kubernetes or containerd, by default it would just have whatever permissions that path has in your image. Do you perhaps have a process running within the pod that is changing its permissions or ownership? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environmental Info:
K3s Version: v1.127
k3s version v1.27.15+k3s1 (3ced503)
go version go1.21.11
Node(s) CPU architecture, OS, and Version:
Linux stream9-node-1 5.14.0-496.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 12 20:37:54 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Cluster Configuration:
2 nodes cluster with one master
Describe the bug:
On k3s 2 nodes cluster on CentOS stream9 OS, when we deploy helm charts all pods starts running without any issue ( most of our pods are running springboot services ) which are using /tmp of the container file system, once the kubernetes node restarts we are seeing the pod /tmp folder permissions are changed and pod fails to come up as the springboot service try to access /tmp to create files on start.
We would like to know if there are any issues reported like these.
Beta Was this translation helpful? Give feedback.
All reactions