Description of problem:
When I use node-image create to scale my cluster the directory that I run the command in gets its permissions updated to 777 and set gid.
Version-Release number of selected component (if applicable):
#oc version Client Version: 4.17.14 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: 4.17.14 Kubernetes Version: v1.30.7
How reproducible:
Everytime
Steps to Reproduce:
# ll -d /root/ dr-xr-x---. 11 root root 4096 Feb 5 17:15 /root/ # oc adm node-image create # ll -d /root/ drwxrwsrwx. 11 root root 4096 Feb 5 17:18 /root/
Actual results:
Expected results:
My understanding is this command only configures OCP and creates an iso. I didn't think it would change the permissions on the directory it's operating.
Additional info:
- blocks
-
OCPBUGS-56905 node-image create changes directory permissions
-
- Closed
-
- is cloned by
-
OCPBUGS-56905 node-image create changes directory permissions
-
- Closed
-
- links to