Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Broken cloud-init after install #7

Closed
mudler opened this issue Jan 13, 2022 · 1 comment
Closed

Broken cloud-init after install #7

mudler opened this issue Jan 13, 2022 · 1 comment

Comments

@mudler
Copy link
Contributor

mudler commented Jan 13, 2022

I'm trying to install os2 to bring a standalone K8s cluster to register other nodes to it, by using the following cloud-config file:

#cloud-config
rancherd:
  role: cluster-init
  rancherValues:
    features:
    - multi-cluster-management=true
ssh_authorized_keys:
  - github:mudler
runcmd:
  - curl -fL https://raw.githubusercontent.com/rancher/rancherd/master/install.sh | sh -

And by running after booting the ISO

$> ros-installer -config-file cloud-init.yaml

However, after installation, the generated cloud-init config in /oem/99_custom.yaml is the following:
VirtualBox_test_13_01_2022_11_15_46

which breaks the cloud-init parsing reference, hence can't login after boot, see https://rancher.github.io/os2/configuration/

@kkaempf
Copy link
Contributor

kkaempf commented Nov 11, 2022

Please see https://rancher.github.io/elemental/ for a successor of 'os2'.

@kkaempf kkaempf closed this as completed Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants