Skip to content

Commit

Permalink
[ibmcloud plugin] add event stream plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2lee committed Dec 29, 2019
1 parent 3bac20b commit 76cdf76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env/play-with-kube/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
#========== ref doc: https://cloud.ibm.com/docs/cli?topic=cloud-cli-install-ibmcloud-cli&locale=en-us
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh

#========== install ibmcloud plugin container-service, container-registry, dev ==========
#========== install ibmcloud plugin container-service, container-registry, dev, event-streams ==========
ibmcloud plugin install container-service
ibmcloud plugin install container-registry
ibmcloud plugin install dev
ibmcloud plugin install event-streams

#========== workaround for installing analytics engine into docker container ==========
#========== https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker ==========
Expand Down

0 comments on commit 76cdf76

Please sign in to comment.