lib/seira/setup.rb in seira-0.3.0 vs lib/seira/setup.rb in seira-0.3.1

- old
+ new

@@ -57,10 +57,10 @@ system("gcloud config set compute/zone #{settings.default_zone}") puts "Your new gcloud setup for #{cluster_name}:" system("gcloud config configurations describe #{cluster_name}") puts "Configuring kubectl for interactions with this project's kubernetes cluster" - system("gcloud container clusters get-credentials #{cluster_name} --zone #{settings.default_zone} --project #{cluster_metadata['project']}") + system("gcloud container clusters get-credentials #{cluster_name} --project #{cluster_metadata['project']}") puts "Your kubectl is set up with:" system("kubectl config current-context") end def ensure_software_installed