-
Notifications
You must be signed in to change notification settings - Fork 60
Allow to deploy docker images to connected OpenShift cluster #2418
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
Milestone
Comments
I don't think we should do this, since this doesn't make sense for all container images. eg. MongoDB gives a warning page if you open it in a browser. I think Muthu added functionality to create a Route and then open it, though, so I think that the use case is covered by that feature. |
datho7561
added a commit
to datho7561/vscode-openshift-tools
that referenced
this issue
Jan 11, 2024
- Add "Create Deployment from Container Image URL" wizard to project context menu - It uses the VS Code text input - It has a back button and remembers what you've entered when you go back, similar to what Victor did for the login workflow - Once the deployment's been created, the logs for the container are opened in the OpenShift Terminal - Add demo gif and walkthrough entry for "Create Deployment from Container Image URL" - Add "Delete" context menu item for Kubernetes objects (eg. Deployments) - Add "Watch logs" context menu item for Kubernetes objects (eg. Deployments) Closes redhat-developer#2418 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/vscode-openshift-tools
that referenced
this issue
Jan 11, 2024
- Add "Create Deployment from Container Image URL" wizard to project context menu - It uses the VS Code text input - It has a back button and remembers what you've entered when you go back, similar to what Victor did for the login workflow - Once the deployment's been created, the logs for the container are opened in the OpenShift Terminal - Add demo gif and walkthrough entry for "Create Deployment from Container Image URL" - Add "Delete" context menu item for Kubernetes objects (eg. Deployments) - Add "Watch logs" context menu item for Kubernetes objects (eg. Deployments) Closes redhat-developer#2418 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/vscode-openshift-tools
that referenced
this issue
Jan 11, 2024
- Add "Create Deployment from Container Image URL" wizard to project context menu - It uses the VS Code text input - It has a back button and remembers what you've entered when you go back, similar to what Victor did for the login workflow - Once the deployment's been created, the logs for the container are opened in the OpenShift Terminal - Add demo gif and walkthrough entry for "Create Deployment from Container Image URL" - Add "Delete" context menu item for Kubernetes objects (eg. Deployments) - Add "Watch logs" context menu item for Kubernetes objects (eg. Deployments) Closes redhat-developer#2418 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/vscode-openshift-tools
that referenced
this issue
Jan 15, 2024
- Add "Create Deployment from Container Image URL" wizard to project context menu - It uses the VS Code text input - It has a back button and remembers what you've entered when you go back, similar to what Victor did for the login workflow - Once the deployment's been created, the logs for the container are opened in the OpenShift Terminal - Add demo gif and walkthrough entry for "Create Deployment from Container Image URL" - Add "Delete" context menu item for Kubernetes objects (eg. Deployments) - Add "Watch logs" context menu item for Kubernetes objects (eg. Deployments) Closes redhat-developer#2418 Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
that referenced
this issue
Jan 17, 2024
- Add "Create Deployment from Container Image URL" wizard to project context menu - It uses the VS Code text input - It has a back button and remembers what you've entered when you go back, similar to what Victor did for the login workflow - Once the deployment's been created, the logs for the container are opened in the OpenShift Terminal - Add demo gif and walkthrough entry for "Create Deployment from Container Image URL" - Add "Delete" context menu item for Kubernetes objects (eg. Deployments) - Add "Watch logs" context menu item for Kubernetes objects (eg. Deployments) Closes #2418 Signed-off-by: David Thompson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow the user the option to provide the
docker image
and the extension will deploy the image to the connected OpenShift cluster.The text was updated successfully, but these errors were encountered: