lib/seira/setup.rb in seira-0.5.6 vs lib/seira/setup.rb in seira-0.5.7
- old
+ new
@@ -119,17 +119,9 @@
puts "Making sure kubectl is installed..."
unless system('kubectl version &> /dev/null')
puts "Installing kubectl..."
system('gcloud components install kubectl')
end
-
- puts "Making sure kubernetes-helm is installed..."
- # Only ask for client version since server config may not yet be configured,
- # and in some versions of Helm it hanged.
- unless system('helm version --client &> /dev/null')
- puts "Installing helm..."
- system('brew install kubernetes-helm')
- end
end
def run_status
puts "Your gcloud CLI auths (which can be used for many projects):"
system("gcloud auth list")