Skip to content
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

AuroraBoot doesn't copy cloud config file #2876

Open
Ludea opened this issue Sep 20, 2024 · 0 comments
Open

AuroraBoot doesn't copy cloud config file #2876

Ludea opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed

Comments

@Ludea
Copy link
Contributor

Ludea commented Sep 20, 2024

Kairos version:

CPU architecture, OS, and Version:

Describe the bug

I try to create an iso with embed cloud config file.
After creating a vm and booting into it, cloud-config file is not present into filesystem.

To Reproduce

follow https://kairos.io/docs/installation/automated/#locally with

#cloud-config

hostname: kairos
users:
- name: kairos
  passwd: kairos

install:
  device: "/dev/sda"
  reboot: true
  poweroff: false
  auto: true
  
k3s:
  enabled: true

Expected behavior

with this cloud-config, install kairos into automatic way

Logs

Additional context

@Ludea Ludea added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed
Projects
Status: Todo 🖊
Development

No branches or pull requests

1 participant