Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dacleyra authored Dec 16, 2019
1 parent 5e8165e commit 3b6f88b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Kabanero Open Project intends to build on open source distributions of Kuber

### Software Installation

#### Release 0.3 pre-requisties
#### Release 0.3+ pre-requisties

- [OCP] (https://www.openshift.com/products/container-platform) V4.2.0+

Expand All @@ -23,20 +23,20 @@ The Kabanero Open Project intends to build on open source distributions of Kuber

While logged in as a `cluster-admin` execute the install script from the kabanero-operator release

`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.3.2/install.sh | bash`
`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.4.0/install.sh | bash`

### Upgrade [ Release 0.3.1 to 0.3.2 ]
### Upgrade [ Release 0.3.1 to 0.4.0 ]

While logged in as a `cluster-admin` execute the install script from the kabanero-operator release.
The installation script will update the CatalogSource and previously installed operators.

`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.3.2/install.sh | bash`
`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.4.0/install.sh | bash`

### Uninstall

While logged in as a `cluster-admin` execute the uninstall script from the kabanero-operator release

`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.3.2/uninstall.sh | bash`
`curl -s -L https:/kabanero-io/kabanero-operator/releases/download/0.4.0/uninstall.sh | bash`

### Cluster Hardware Capacity

Expand Down

0 comments on commit 3b6f88b

Please sign in to comment.