k8s:linux_vm:set_up_leap_micro
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| k8s:linux_vm:set_up_leap_micro [2023/02/20 23:24] – created admin | k8s:linux_vm:set_up_leap_micro [2024/12/22 21:39] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Setup leap Micro | # Setup leap Micro | ||
| - | leap Micro is a transactional linux distribution using openSUSE packages from openSUSE Leap. | + | [leap Micro](https:// |
| - | It roughly follows | + | It roughly follows |
| + | |||
| + | ## Upgrade to next version | ||
| + | |||
| + | [There is a tool for this now](https:// | ||
| + | |||
| + | Do as `root`: | ||
| + | |||
| + | ``` | ||
| + | transactional-update shell | ||
| + | zypper --releasever=5.x dup | ||
| + | exit | ||
| + | reboot; exit | ||
| + | ``` | ||
| ## Troubleshooting | ## Troubleshooting | ||
| + | |||
| + | ### ceph csi can't load modules | ||
| The ceph csi containers can not load modules on this distribution yet (ZSTD compressed ko files). | The ceph csi containers can not load modules on this distribution yet (ZSTD compressed ko files). | ||
| Line 11: | Line 26: | ||
| rbd | rbd | ||
| ceph | ceph | ||
| + | ``` | ||
| + | |||
| + | ### Can not create / | ||
| + | |||
| + | In flatcar linux it was no issue to mount local disks for K8s in `/ | ||
| + | In leap Micro `/mnt` is read only so no `local-disks` folder can be created. | ||
| + | |||
| + | ```bash | ||
| + | btrfs subvolume create /opt/mnt | ||
| + | # edit /etc/fstab and copy the mount line for opt, change the subvol to /opt/mnt and the mount point to/mnt | ||
| + | # UUID=... /mnt btrfs defaults, | ||
| + | vi /etc/fstab | ||
| + | mount /mnt | ||
| ``` | ``` | ||
k8s/linux_vm/set_up_leap_micro.1676931842.txt.gz · Last modified: by admin