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
@@ -29,9 +29,6 @@ This extension can work with local or remote OpenShift clusters.
29
29
30
30
To provision local instance of OpenShift cluster, developers can use the following options:
31
31
*[Red Hat CodeReady Containers](https://crc.dev/crc/) - run single node local OpenShift 4.x cluster
32
-
*[minishift](http://bit.ly/3rSvzOx) / [CDK](http://red.ht/3opF1XC) - run single node local OpenShift 3.x cluster
33
-
34
-
For detail analysis of how to setup and run local OpenShift Cluster using minishift, please follow this [wiki](http://bit.ly/3be4jUv).
35
32
36
33
#### Public cloud providers
37
34
@@ -47,7 +44,7 @@ To install OpenShift Container Platform 4 in the public cloud, in your datacente
47
44
*`Application`: An application is a program designed for end users. An application consists of multiple microservices or components that work individually to build the entire application. Examples of applications: e-Shop, Hotel Reservation System, Online Booking
48
45
*`Component`: A component is a set of Kubernetes resources which host code or data. Each component can be run and deployed separately. Examples of components: Warehouse API Backend, Inventory API, Web Frontend, Payment Backend
49
46
*`Service`: A service is software that your component links to or depends on. Examples of services: MariaDB, MySQL
50
-
*`Devfile`: A portable file responsible for your entire reproducable development environment
47
+
*`Devfile`: A devfile is a portable YAML file containing the definition of a component and its related URLs, storages and services.
51
48
52
49
## Commands and Features
53
50
@@ -114,7 +111,7 @@ Components in different states have different set of commands available.
114
111
*`Push` - Push the source code to a Component.
115
112
*`Watch` - Watch for changes, update Component on change. This is not supported for git based components.
116
113
*`Undeploy` - Undeploys a Component from the cluster. The component still resides in the local config.
117
-
*`Debug` - Debug local Java or Node.js Component.
114
+
*`Debug` - Debug local Java, Node.js and Python Component.
118
115
*`Test` - Run test for the Component in cluster.
119
116
*`Reveal in Explorer` - Show Component's context folder in Explorer view
120
117
*`Delete` - Delete existing Component from the cluster and removes the local config also.
**NOTE:** This extension is in Preview mode. The extension support for OpenShift is strictly experimental - assumptions may break, commands and behavior may change!
233
230
234
-
**NOTE:** CRC (Red Hat CodeReady Containers) version supported by the extension is `1.23.1` (OpenShift Version: `4.7.0`)
231
+
**NOTE:** CRC (Red Hat CodeReady Containers) version supported by the extension is `1.34.0` (OpenShift Version: `4.9.0`)
0 commit comments