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

make clean doesn't work #12227

Open
mneverov opened this issue Oct 23, 2024 · 4 comments · May be fixed by #12228
Open

make clean doesn't work #12227

mneverov opened this issue Oct 23, 2024 · 4 comments · May be fixed by #12228
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@mneverov
Copy link
Member

Steps to Reproduce:

  1. clone the repo
  2. run make build
  3. run make clean

Expected Result

Cache and bin directories are removed

Actual Result

rm: cannot remove '...': Permission denied

@mneverov mneverov added the kind/bug Categorizes issue or PR as related to a bug. label Oct 23, 2024
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 23, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@mneverov mneverov linked a pull request Oct 23, 2024 that will close this issue
10 tasks
@longwuyuan
Copy link
Contributor

Odd. It works on linux.
Are you doing it on M series Mac or Windows ?

@mneverov
Copy link
Member Author

@longwuyuan nope, I use ubuntu. For me, without specifying a user the mounted volumes are created with root permissions, so make clean needs to be run with sudo.
ps. I created docker group to run it without sudo as suggested by the docs

@longwuyuan
Copy link
Contributor

is this still an issue. if not, then please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants