-
Notifications
You must be signed in to change notification settings - Fork 18
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
add docs about push helm chart into okteto registry #221
add docs about push helm chart into okteto registry #221
Conversation
Signed-off-by: adripedriza <adripedriza@gmail.com>
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: adripedriza <adripedriza@gmail.com>
Signed-off-by: adripedriza <adripedriza@gmail.com>
Signed-off-by: adripedriza <adripedriza@gmail.com>
IS this supported on 1.0? |
src/content/cloud/registry.mdx
Outdated
helm pull oci://registry.cloud.okteto.net/my-namespace/movies-api --version 0.1.0 | ||
``` | ||
|
||
> Note: This example is using the registry for Cloud. You need adapt the registry domain and namespace name to your case using the notation `oci://<registry-domain>/<okteto-namespace>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the above, I would remove this note.
Also, the main use case for this feature is to push a chart to the global registry (okteto
namespace), and pull it from any namespace. This is useful if you have a single repo with all your charts. On each merge, you push these charts to the okteto
namespace (requires admin token). Then, any developer can pull the charts.
@rberrelleza @AdrianPedriza where would you have the use case explained?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about creating a post as a How Do I
in our community?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the above, I would remove this note.
Also, the main use case for this feature is to push a chart to the global registry (
okteto
namespace), and pull it from any namespace. This is useful if you have a single repo with all your charts. On each merge, you push these charts to theokteto
namespace (requires admin token). Then, any developer can pull the charts.@rberrelleza @AdrianPedriza where would you have the use case explained?
We don't talk about global registry. Canwe add a section on how to use the global registry here?
For the scenario you mention, I think a blog post or how to in community is a better place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I then add a section on using the global registry to push charts? @rberrelleza @pchico83 isn't it a specific use case that should go as a blog post or something similar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the issue already has several approvals, how about merging the PR with the documentation so far and creating a new issue about how to document the use of the global registry as a chart store? so we can close this sprint tasks and continue discussing the best place to document this use case. @rberrelleza @pchico83
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree @AdrianPedriza
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: adripedriza <adripedriza@gmail.com>
yes, but we already supported it before |
Signed-off-by: adripedriza adripedriza@gmail.com
fix okteto/okteto#108