From ecb29342b9e9b713f9a8a8cd4e07939b80801ce2 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Sat, 21 Mar 2015 22:50:29 -0700 Subject: [PATCH] Specify bash when installing kubernetes via get.k8s.io. Fixes #5689. --- mysql-wordpress-pd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-wordpress-pd/README.md b/mysql-wordpress-pd/README.md index ef6bfef7..41eca93a 100644 --- a/mysql-wordpress-pd/README.md +++ b/mysql-wordpress-pd/README.md @@ -24,11 +24,11 @@ gcloud config set project Next, grab the Kubernetes [release binary](https://github.com/GoogleCloudPlatform/kubernetes/releases). You can do this via: ```shell -wget -q -O - https://get.k8s.io | sh +wget -q -O - https://get.k8s.io | bash ``` or ```shell -curl -sS https://get.k8s.io | sh +curl -sS https://get.k8s.io | bash ``` Then, start up a Kubernetes cluster as [described here](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/gce.md).