v0.9.0
Changes since v0.8.3
Features
- feat: size VM vCPUs from pod spec CPU limit (#81)
Bug Fixes
- fix: installer references rootfs.erofs (not rootfs.ext4) (#80)
Installation
Binaries (bare Linux)
Download the binaries from this release and install manually:
sudo install -m 755 containerd-shim-cloudhv-v1-linux-amd64 /usr/local/bin/containerd-shim-cloudhv-v1
sudo mkdir -p /opt/cloudhv
sudo cp vmlinux rootfs.erofs /opt/cloudhv/Helm Chart (Kubernetes)
The chart is published to GHCR as an OCI artifact:
helm install cloudhv-installer \
oci://ghcr.io/devigned/charts/cloudhv-installer \
--version v0.9.0 \
--namespace kube-systemInstaller Image
ghcr.io/devigned/cloudhv-installer:v0.9.0