Allow the user the option to provide the `docker image` and the extension will deploy the image to the connected OpenShift cluster. - [ ] Detect Kubernetes environments: Use the current kubeconfig. You can also easily switch from one environment to another. - [ ] Login into clusters: Use the connect OpenShift cluster - [ ] List projects (namespace): Browse and select the project in which you want to deploy your application. - [ ] Select container images: Pick and choose any container image you already have built and deployed on a container registry. - [ ] Deploy container images: Deploy the image to the connected OpenShift cluster - [ ] Show Logs: During deployment and build, show the logs in the container view - [ ] Open in Browser - Open the deployed image in a new tab in the browser
Allow the user the option to provide the
docker imageand the extension will deploy the image to the connected OpenShift cluster.