Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubevirt single node install path rework and upgrades. #3838

Commits on Apr 8, 2024

  1. kubevirt single node install path rework and upgrades.

    Longhorn:
        Bump to latest version 1.6.0 including upstream change to
            find the correct iscsid pid when running k3s in a container.
        nsmounter replacement to fix PID enabling RWX PVC mounts
        findutils: needed for -regextype option
        nfs-utils: for RWX (nfs) PVCs
        longhorn-generate-support-bundle.sh:
            request a support bundle containing complete lh logs
            written to longhornsupportbundle_*.zip in
            /persist/newlog/kube/
        Lowered iSCSI queue depth to handle large CDI volume uploads.
            This is temporary until performance testing completes.
        Set default disk path (pool) to /persist/vault/volumes
    
    K3s:
        Bump to version v1.28.5+k3s1
        k3s-pod-logs.sh: collect kube /var/log/pods/ contents
            for complete k3s pod logs.  CDI, kubevirt, kubesystem, ...
        On k3s restarts compress /persist/newlog/kube/k3s.log to
            k3s.log.restart.<restart count>.gz for root cause analysis.
            Otherwise regular k3s log rotation can lose the crashes after
            the system becomes stable for some time.
        Config:
            Switched from etcd to SQLite for perf on
                smaller nodes.
    
    Containerd:
        containerd-user root moved to /persist/vault/containerd
    
    CDI:
        Bump to version 1.57 to include qcow import readahead fix
    
    Kubevirt:
        Bump to version 1.1.1
        Yetus fixes in kubevirt-features.yaml
    
    Signed-off-by: Andrew Durbin <andrewd@zededa.com>
    andrewd-zededa committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c1c22e4 View commit details
    Browse the repository at this point in the history