Skip to content

Commit

Permalink
Update install docs (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: John Starich <[email protected]>
  • Loading branch information
JohnStarich authored Aug 26, 2020
1 parent 87768a0 commit 6534625
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ Next log into the IBM Cloud account that owns the ServiceId and follow the instr

### Install

To install the latest release of the operator, run the following script:
To install the latest stable release of the operator, run the below script.

To install the latest release of the operator, remove `-v 0.1.11`. NOTE: `v0.2.x` involved major changes and is undergoing further testing to ensure a smoother transition.

```bash
curl -sL https://raw.githubusercontent.com/IBM/cloud-operators/master/hack/configure-operator.sh | bash -s -- install
curl -sL https://raw.githubusercontent.com/IBM/cloud-operators/master/hack/configure-operator.sh | bash -s -- -v 0.1.11 install
```

The above script stores an API key in a Kubernetes secret that can be accessed by the operator.
Expand Down

0 comments on commit 6534625

Please sign in to comment.