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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
OpenShift Connector extension provides an end-to-end developer experience for Red Hat® OpenShift®. Using this extension:
8
8
- Developers can easily create, deploy and live debug applications running on OpenShift.
9
-
- Run local instance of OpenShift 4.x using [Red Hat Code Ready Containers](https://cloud.redhat.com/openshift/install/crc/installer-provisioned).
9
+
- Run local instance of OpenShift 4.x using [Red Hat CodeReady Containers](https://cloud.redhat.com/openshift/install/crc/installer-provisioned).
10
10
11
11
### Demo: https://youtube.com/watch?v=m0wBKuKDYO0
12
12
@@ -17,7 +17,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
17
17
This extension can work with local or remote OpenShift clusters.
18
18
19
19
To provision local instance of OpenShift cluster, developers can use the following options:
20
-
*[CodeReadyContainers](https://cloud.redhat.com/openshift/install/crc/installer-provisioned) - run single node local OpenShift 4.x cluster
20
+
*[CodeReady Containers](https://cloud.redhat.com/openshift/install/crc/installer-provisioned) - run single node local OpenShift 4.x cluster
21
21
*[minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/) - run single node local OpenShift 3.x cluster
22
22
23
23
For detail analysis of how to setup and run local OpenShift Cluster using minishift, please follow this [wiki](https://github.com/redhat-developer/vscode-openshift-tools/wiki/Starting-Local-OpenShift-Instance).
@@ -174,7 +174,7 @@ To debug a Java Component, [Java Language Support](https://marketplace.visualstu
174
174
*`Openshift Connector: CRC Cpu Cores` - Number of CPU cores to allocate to the OpenShift cluster as selected during the first run.
175
175
*`Openshift Connector: CRC Memory Allocation` - MiB of memory to allocate to the OpenShift cluster as selected during the first run.
176
176
177
-
**NOTE:** CRC (Code Ready Containners) version supported by the extension is `1.15.0` (OpenShift Version: `4.5.7`)
177
+
**NOTE:** CRC (CodeReady Containers) version supported by the extension is `1.15.0` (OpenShift Version: `4.5.7`)
178
178
179
179
## Dependencies
180
180
@@ -188,7 +188,7 @@ This extension uses two CLI tools to interact with OpenShift cluster:
188
188
189
189
### Extensions
190
190
191
-
This extension depends on Kubernetes Extension from Microsoft which is going to be installed automatically along with OpenShift Connector Extension. Latter is using Kubernetes Extension public API to show
191
+
This extension depends on [Kubernetes Extension](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) from Microsoft which is going to be installed automatically along with OpenShift Connector Extension. Latter is using Kubernetes Extension public API to show
192
192
OpenShift specific resources like Projects, Routes, Deployment Configs, Image Streams and Templates in Kubernetes Clusters View. Those resources are visible only for OpenShift clusters.
193
193
194
194
OpenShift Connector extension also provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View.
0 commit comments