This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Token not created on install, only some config options picked up on install #840
Labels
kind/bug
Something isn't working
Version (k3OS / kernel)
v0.21.5-k3s2r1
Architecture
Proxmox x86_64 host
QEMU VM with 2 CPUs, 4 Gb of RAM, UEFI
Describe the bug
Run the installer off of the k3OS ISO, with this config file:
After completing the installation, it says everything went well and reboots, and after the reboot, settings like the hostname, authorized keys, and password are picked up. However the static IP isn't honored, no new tables show up in my datastore, and most interestingly, no token can be found at
/var/lib/rancher/k3s/server
, only the cred, manifests, and tls directories are in that folder.To Reproduce
Boot from k3OS iso, select install option, provide cloud-init file, finish installation. Log into shell after boot,
cat /var/lib/rancher/k3s/server/node-token
.No such file or directory.
Expected behavior
Expect a token to be found at /var/lib/rancher/k3s/server/node-token to be used to join other nodes to the cluster.
Actual behavior
No token is found, and some settings from the config file don't seem to be picked up.
Additional context
The text was updated successfully, but these errors were encountered: