elemental
elemental copied to clipboard
Elemental is an immutable Linux distribution built to run Rancher and its corresponding Kubernetes distributions RKE2 and k3s. It is built using the Elemental-toolkit
It would be useful to document a way to migrate from k3os to SLE Micro for Rancher. I expect that this would not be a fully automated process but there...
https://github.com/rancher-sandbox/os2/blob/304725eef5c0d6a47d53cd48ca899394668fa57a/docs/installation.md?plain=#L75-L78 ### Since v0.1.0-alpha17 the default behavior of `ros-installer` is less Interactive. ## Default behavior in v0.1.0-alpha16: ```bash rancher-2177:~ # ros-installer Configure system using an cloud-config file? [y/N]: N Authorize...
I would really like to try out elemental, but I have trouble with the docs. It is currently not clear to me what I have to do to use elemental...
After [copying firmware and bootloader files](#97) on aarch64, cOS comes up nicely but then fails to mount `/usr/libexec`, resulting in a locked root account and no way out. (Not sure...
Currently the cloud config specified to bootstrap a node is consumed only during installation, not giving any way to update it on the machine. This card is about having a...
Currently, when the system boots after install, ntp is not configured. I added the following in the config file and it works fine: write_files: - container: ntp path: /etc/ntp.conf permissions:...
Currently `ManagedOSImageVersion` `minVersion` field is ignored, altought it should gate versions that are not eligible to certain nodes. This requires a mechanism to stream back the bundle application result into...
Using the following config.yaml I can `ssh` into the machine _during_ the install, but not after. (It asks for passwd). Why? ``` #cloud-config rancherd: role: cluster-init # See https://rancher-sandbox.github.io/cos-toolkit-docs/docs/reference/cloud_init/ for...
See https://github.com/rancher-sandbox/cOS-toolkit/issues/1140