This page which create a webview interface providing the feature for the user to Run Code Ready Containers.
When the user clicks on Add OpenShift Cluster icon on the title panel, the webview is loaded.
Once the view is active, it shows 2 options to Add an OpenShift Cluster.
- Local Installation
- Install on Laptop: Red Hat CodeReady Containers.
- Action: Load the CRC view to configure parameters and start crc.
- Hybrid Installation
These will be shown as cards and respective actions will be enabled on the card button
After box 1 is selected CRC Install page is activated. The page will provide steps to:
- Select CRC version grouped by OpenShift version
- Download CRC binary and provide the full path of the crc executable
- Specify the pull secret
- Set optional configuration like memory and cores
- Start Cluster
- Open Console Url
Features needed for CRC integration in VSCode
This page which create a webview interface providing the feature for the user to Run Code Ready Containers.
When the user clicks on
Add OpenShift Clustericon on the title panel, the webview is loaded.Once the view is active, it shows 2 options to Add an OpenShift Cluster.
These will be shown as cards and respective actions will be enabled on the card button
After box 1 is selected CRC Install page is activated. The page will provide steps to:
Features needed for CRC integration in VSCode
Add progress bar for crc command completion
Run
crc setupand thencrc startcommand as child processShow console url once the cluster is up and running
Showcase command output stream in UI
Download link to the specific version of crc selected (see beginning of discussion in Add Select Dropdown for crc versions #1546).