-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Error on install docker-registry to custom namespace #821
Comments
Seems to be by design currently: arkade/cmd/apps/registry_app.go Lines 58 to 61 in 405b09a
|
I see. |
@janfrederik are you willing to send a PR and test it? |
|
I have an eBook on Go that you may find useful, if you want to do the PR, send me an email to [email protected] for a 50% discount on the premium edition. You need to clone the code Following that, create a fork, sync your changes and send a PR up. |
Error message when installing docker-registry to a specific namespace, using
ark install docker-registry -n myregistry
.Expected Behaviour
The docker registry should be installed in the namespace myregistry.
Current Behaviour
Error message:
Install without specifying a namespace works like a charm.
Are you a GitHub Sponsor yet (Yes/No?)
No
Steps to Reproduce (for bugs)
ark get k3s
ark install ingress-nginx -n ingress-nginx
ark install docker-registry -n myregistry
Context
Your Environment
Windows 11 22H2 10.0.22621.
Running: WSL2 "Ubuntu 22.04.1 LTS", with Docker Desktop v4.14.1.
The text was updated successfully, but these errors were encountered: