You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had several times a question about how to make an image in the Okteto built-in registry available with read access to all the Okteto users. We implemented some time ago that feature, but we didn't document it yet.
How to use the feature:
Any Okteto admin should be able to push images to okteto namespace. That can be done in 2 different ways:
Using the long notation <okteto-registry-url>/okteto/<image-name>
Using the short notation okteto.global/<image-name>
This will push any image or helm chart artifact to the okteto namespace and any Okteto user will be able to pull that image (both notations explained above are valid).
We should also bear in mind the scenario for helm chart artifacts when including this doc: #108
The text was updated successfully, but these errors were encountered:
We had several times a question about how to make an image in the Okteto built-in registry available with read access to all the Okteto users. We implemented some time ago that feature, but we didn't document it yet.
How to use the feature:
Any Okteto admin should be able to push images to
okteto
namespace. That can be done in 2 different ways:<okteto-registry-url>/okteto/<image-name>
okteto.global/<image-name>
This will push any image or helm chart artifact to the
okteto
namespace and any Okteto user will be able to pull that image (both notations explained above are valid).We should also bear in mind the scenario for helm chart artifacts when including this doc: #108
The text was updated successfully, but these errors were encountered: