Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release-1.28] - Allow configuration of Rootlesskit's CopyUpDirs through an environment variable #11009

Closed
brandond opened this issue Oct 7, 2024 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented Oct 7, 2024

Backport fix for Allow configuration of Rootlesskit's CopyUpDirs through an environment variable

@mdrahman-suse
Copy link

Validated on release-1.28 branch with commit 914f1d9

Steps: #11006 (comment)

Validation

$ k3s -v
k3s version v1.28.14+k3s-914f1d91 (914f1d91)
go version go1.22.6

$ kubectl exec -it pod/basic -- ls my_share
pretest.txt
$ kubectl exec -it pod/basic -- touch my_share/hellop2l.txt
$ kubectl exec -it pod/basic -- ls my_share
hellop2l.txt  pretest.txt
$ ls containerShare/
pretest.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done Issue
Development

No branches or pull requests

3 participants