rancher/k3os

Some config options don't work when installing on aws

Opened this issue · 1 comments

Version - v0.2.1-rc2

  1. Create a config.yaml file with:
hostname: myhost
boot_cmd:
- "echo 'boot hello' >> test2.txt"
k3os:
  modules:
  - gre
  k3_args:
  - server
  - "--no-deploy traefik"
  1. Go to AWS and select the k3os ami
  2. Select a medium size machine
  3. In Config, Advanced Options, select the config.yaml file
  4. Finish and ssh into the instance

Results: hostname, boot_cmd, k3os.modules, k3os.k3_args are not working. I also noticed that k3os.password doesn't work. If I add that to my config.yaml, then I can't log in at all.

I can confirm that the k3os.password also doesn't work on version 0.2.0.

Does the takeover leave any accounts that I can use to log in and debug the issue?