You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate host mount path from /var/lib/nix-csi to /var/lib/nixkube
Update the default host mount path to use the new nixkube naming:
- kubenix/options.nix: Change default hostMountPath to /var/lib/nixkube
- src/constants.py: Update HOST_MOUNT_PATH default to /var/lib/nixkube
- kubenix/daemonset.nix: Add /host volume mount to initContainer
- liximage.nix: Update init-copy script to:
- Always create /host/var/lib directory
- Migrate legacy /host/var/lib/nix-csi to /host/var/lib/nixkube if present
- Use /host/var/lib/nixkube as the nix store path
- Store result in /host/var/lib/nixkube/nix/var/result
This enables seamless migration from the old path while ensuring the new
path is used for all future operations.
All 38 tests passing, pyright 0 errors.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments