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
Design and implement a prototype for a command in kyma cli that would allows pushing custom image into in cluster docker registry from developer's machine or CI/CD workflow.
User's input:
image name and tag (cli checks address and port and complements the image url so that nodes can schedule the images)
Reasons
This feature would make it easy for users to test their applications on kyma runtime.
Currently, when users want to deploy their code to the cluster he faces the fact that there is no SAP registry available. We want to look weather we can close the gap to CF-like experience where a cf push does all the work necessary to deploy the code.
Description
Design and implement a prototype for a command in kyma cli that would allows pushing custom image into in cluster docker registry from developer's machine or CI/CD workflow.
User's input:
Reasons
This feature would make it easy for users to test their applications on kyma runtime.
Currently, when users want to deploy their code to the cluster he faces the fact that there is no SAP registry available. We want to look weather we can close the gap to CF-like experience where a cf push does all the work necessary to deploy the code.
Part of kyma-project/kyma#18555
Part of kyma-project/kyma#18198
The text was updated successfully, but these errors were encountered: