Skip to content

Commit ca319a4

Browse files
authored
Update README.md
1 parent 5deef72 commit ca319a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
OpenShift Connector extension provides an end-to-end developer experience for Red Hat® OpenShift®. Using this extension:
88
- 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).
1010

1111
### Demo: https://youtube.com/watch?v=m0wBKuKDYO0
1212

@@ -17,7 +17,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
1717
This extension can work with local or remote OpenShift clusters.
1818

1919
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
2121
* [minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/) - run single node local OpenShift 3.x cluster
2222

2323
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
174174
* `Openshift Connector: CRC Cpu Cores` - Number of CPU cores to allocate to the OpenShift cluster as selected during the first run.
175175
* `Openshift Connector: CRC Memory Allocation` - MiB of memory to allocate to the OpenShift cluster as selected during the first run.
176176

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`)
178178

179179
## Dependencies
180180

@@ -188,7 +188,7 @@ This extension uses two CLI tools to interact with OpenShift cluster:
188188
189189
### Extensions
190190

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
192192
OpenShift specific resources like Projects, Routes, Deployment Configs, Image Streams and Templates in Kubernetes Clusters View. Those resources are visible only for OpenShift clusters.
193193

194194
OpenShift Connector extension also provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View.

0 commit comments

Comments
 (0)