rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 396 forks source link

Added cryptsetup to base #791

Closed dgiebert closed 2 years ago

dgiebert commented 2 years ago

With Longhorn v1.2.0 the encryption for volumes was added.

This is according to their documentation based on cryptsetup

This patch adds the missing cryptsetup to k3os

dgiebert commented 2 years ago

Tested today with a custom build of v1.21.5+k3s2 and the patch applied