Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Some config options don't work when installing on aws #99

Open
tfiduccia opened this issue May 15, 2019 · 1 comment
Open

Some config options don't work when installing on aws #99

tfiduccia opened this issue May 15, 2019 · 1 comment
Labels

Comments

@tfiduccia
Copy link
Contributor

tfiduccia commented May 15, 2019

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.

@tfiduccia tfiduccia added the kind/bug Something isn't working label May 15, 2019
@cpretzer
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants