Skip to content

Commit 4b300d4

Browse files
authored
Update Dependencies section in README.md (#2099)
* Update Dependencies section in README.md This PR fixes #2097. Signed-off-by: Denis Golovin dgolovin@redhat.com * Fix extension download links Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 9fa7426 commit 4b300d4

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,28 @@ To debug a Java Component, [Java Language Support](https://marketplace.visualstu
238238
* `Openshift Connector: CRC Cpu Cores` - Number of CPU cores to allocate to the OpenShift cluster as selected during the first run.
239239
* `Openshift Connector: CRC Memory Allocation` - MiB of memory to allocate to the OpenShift cluster as selected during the first run.
240240

241+
## OpenShift Resources
242+
243+
This Extension uses Kubernetes Extension API to show OpenShift specific resources like Projects, Routes, Deployment Configs, Image Streams, Templates and others in Kubernetes Clusters View.
244+
245+
OpenShift Connector extension provides ```Use Project``` command to switch between OpenShift Projects. It is available for Project items in Kubernetes Clusters View.
246+
247+
![ useproject ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/use-project.png)
248+
249+
**NOTE:** This extension is in Preview mode. The extension support for OpenShift is strictly experimental - assumptions may break, commands and behavior may change!
250+
241251
**NOTE:** CRC (Red Hat CodeReady Containers) version supported by the extension is `1.23.1` (OpenShift Version: `4.7.0`)
242252

243253
## Dependencies
244254

255+
### Extensions
256+
257+
When installing the extension directly from the VSCode marketplace all the dependencies are installed automatically. For disconnected environments before installing the extension download and install dependencies in the order listed below:
258+
259+
* [RedHat Commons](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-commons) ([download vsix](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/vscode-commons/0.0.6/vspackage))
260+
* [YAML Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) ([download vsix](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/vscode-yaml/0.18.0/vspackage))
261+
* [Kubernetes Extension](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) ([download vsix](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-kubernetes-tools/vsextensions/vscode-kubernetes-tools/1.3.0/vspackage))
262+
245263
### CLI Tools
246264

247265
This extension uses two CLI tools to interact with OpenShift cluster:
@@ -257,17 +275,6 @@ Follow the links below for additional information:
257275
* [Devfile file reference](http://bit.ly/3hNrhTP)
258276
* [Deploying your first application using odo](http://bit.ly/2MurLCG)
259277

260-
### Extensions
261-
262-
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
263-
OpenShift specific resources like Projects, Routes, Deployment Configs, Image Streams and Templates in Kubernetes Clusters View. Those resources are visible only for OpenShift clusters.
264-
265-
OpenShift Connector extension also provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View.
266-
267-
![ useproject ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/use-project.png)
268-
269-
**NOTE:** This extension is in Preview mode. The extension support for OpenShift is strictly experimental - assumptions may break, commands and behavior may change!
270-
271278
## Breaking Changes Between Previous Releases
272279

273280
### Updating from release `0.0.23` or earlier

0 commit comments

Comments
 (0)