-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create kops cluster on GCE without an ssh key #4210
Comments
@roberthbailey we should integrate into the gce security for ssh, and not worry about a key. Not certain if @justinsb has done that already. Here is a guide for ssh key creation https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2. Also, we need to add that documentation to both AWS and GCE guides. |
Under https://github.com/kubernetes/kops/blob/master/docs/tutorial/gce.md#creating-a-cluster it says
which I suppose covers it, but if you don't have a key you don't get nearly that far through the document before needing to know that tidbit. |
We also pull a bit of logic out of the mega-function. Fix kubernetes#4210
Thanks @roberthbailey - will be fixed by #4334 (And #4332 spares you from having to specify --project as well, if you have it configured in gcloud) |
We also pull a bit of logic out of the mega-function. Fix kubernetes#4210
Thanks! |
We also pull a bit of logic out of the mega-function. Fix kubernetes#4210
We also pull a bit of logic out of the mega-function. Fix kubernetes#4210
Thanks for submitting an issue! Please fill in as much of the template below as
you can.
------------- BUG REPORT TEMPLATE --------------------
kops
version are you running? The commandkops version
, will displaythis information.
$ kops version
Version 1.8.0
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.Didn't get that far.
GCE.
Following https://github.com/kubernetes/kops/blob/master/docs/tutorial/gce.md I hit a roadblock at the first step:
Note that I can ssh into existing GCE VMs without any issues, and have had no need to create an ssh key to interact with GCE in the past.
kops exited.
kops create a cluster.
kops get --name my.example.com -oyaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
First time trying to run kops on GCE.
The text was updated successfully, but these errors were encountered: