Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CoreOS Issues on Weekends
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CoreOS Issues on Weekends

NeoonNeoon Community Contributor, Veteran
edited April 2015 in Help

Hey,

I try to bring CoreOS running on some KVM boxes, created a cloud-config.yml which appears to be vaild at least what https://coreos.com/validate/ says.

No Validate error within the install or config file could not be found.
When i connect, it refuse my SSH Key.

So i checked the Key twice, i just copied it to another VM and it worked (Wheezy).
Here is my config file:

cloud-config

hostname: coreos01

ssh_authorized_keys:

- ssh-rsa AAAAB3NzaC1yc2EAA....

coreos:

units:

- name: etcd.service

command: start

- name: fleet.service

command: start

etcd:

name: coreos01

# generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3

# specify the initial size of your cluster with ?size=X

discovery: https://discovery.etcd.io/ad1b16...

Any idea?

Comments

  • Are you logging in as user 'core' rather than 'root'?

    Thanked by 1jar
  • KihiKihi Member

    Do you get your network settings through DHCP? If not, you'll have to set a static IP within CoreOS with the proper details.

    Did you make sure you're providing the correct public SSH key?

  • NeoonNeoon Community Contributor, Veteran

    Already fixed, was network related. Thanks

Sign In or Register to comment.