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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
19
19
20
20
### Supported OpenShift Clusters
21
21
22
+
#### Developer Sandbox
23
+
24
+
The extension allows the users to Get free access to the Developer Sandbox for Red Hat OpenShift. From `Add Cluster View`, users will be redirected to the dev sandbox instance. The sandbox provides you with a private OpenShift environment in a shared, multi-tenant OpenShift cluster that is pre-configured with a set of developer tools.
25
+
26
+
#### Local instance of OpenShift
27
+
22
28
This extension can work with local or remote OpenShift clusters.
23
29
24
30
To provision local instance of OpenShift cluster, developers can use the following options:
@@ -28,6 +34,8 @@ To provision local instance of OpenShift cluster, developers can use the followi
28
34
29
35
For detail analysis of how to setup and run local OpenShift Cluster using minishift, please follow this [wiki](http://bit.ly/3be4jUv).
30
36
37
+
#### Public cloud providers
38
+
31
39
If developers can't run OpenShift cluster locally, the extension can work with remote one provisioned with one of Red Hat products:
32
40
33
41
*[Red Hat OpenShift Container Platform](http://red.ht/3rUUzoe) - build, deploy and manage your applications across cloud- and on-premise infrastructure
@@ -141,13 +149,13 @@ future releases.
141
149
142
150
#### Running OpenShift Locally
143
151
144
-
The extension provides a view to run local instance of OpenShift. To open the view use `Add OpenShift Cluster` button
152
+
The extension provides a view to run local instance of OpenShift. To open the view use `Add OpenShift Cluster` button
tooltip: "You can create OpenShift cluster using this wizard."
34
34
},
35
+
{
36
+
heading: "Launch Developer Sandbox",
37
+
description: "Free access to the Developer Sandbox for Red Hat OpenShift",
38
+
smallInfo: "The sandbox provides you with a private OpenShift environment in a shared, multi-tenant OpenShift cluster that is pre-configured with a set of developer tools.",
Red Hat CodeReady Containers brings a minimal OpenShift 4.0 or newer cluster to your local laptop or desktop computer.<br></br>You can use this wizard to create OpenShift clusters locally. Clusters take approximately 15 minutes to provision.
120
+
Red Hat CodeReady Containers brings a minimal OpenShift 4cluster on your laptop or desktop computer.<br></br>You can use this wizard to create OpenShift cluster locally. Cluster take approximately 15 minutes to provision.
0 commit comments