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

Error handling for missing docker-registry module should have a clear call to action #2280

Closed
kwiatekus opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Dec 12, 2024

Description

Error handling for missing docker-registry module should have a clear instruction how to enable docker registry from experimental channel

Reasons

Installing docker registry may be tricky as the experimental channel needs to be specified. Lets not loose the user on the way of the journey in case he doesn't know how to do that.

Attachments
For example:

kyma alpha app push --name bookstore --expose --container-port 3000 --dockerfile .

Error:
  failed to load in-cluster registry configuration

Error Details:
  failed to load in-cluster registry configuration: the server could not find the requested resource

Hints:
  - make sure cluster is available and properly configured
  - enable docker registry module by calling `kyma alpha module enable docker-registry -c experimental`

Related
Depends on #2274

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

No branches or pull requests

2 participants