From 65346251e38f375f809dcefb5987616dc8115d40 Mon Sep 17 00:00:00 2001 From: John Starich Date: Wed, 26 Aug 2020 13:03:26 -0500 Subject: [PATCH] Update install docs (#185) Signed-off-by: John Starich --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f9ddb40..8ad32384 100644 --- a/README.md +++ b/README.md @@ -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.