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
Add the ability to deploy applications inside Kubernetes using images that are stored inside a private registry.
Required changes
Application creation view
We need to enhance the application creation view to support the same UI/UX as we have in Docker/Swarm. Allowing a user to select a registry from which the image will be pulled.
The text was updated successfully, but these errors were encountered:
How does this currently work? I can't seem to use my private images that are hosted on the GitHub registry.
I've configured the registry correctly in the Registries tab though I can't select it when deploying an application.
I also tried inserting the link to the image in the "Image" input box, but it doesn't go through since it's private and it needs correct authentication.
How does one deploy an app from an image that is hosted on a private registry?
Requirements
Add the ability to deploy applications inside Kubernetes using images that are stored inside a private registry.
Required changes
Application creation view
We need to enhance the application creation view to support the same UI/UX as we have in Docker/Swarm. Allowing a user to select a registry from which the image will be pulled.
The text was updated successfully, but these errors were encountered: