Sriraman S.
Sriraman S.
## Change description By default this operating system auto-loads the nouveau driver when it detects Nvidia GPU hardware. The nouveau driver sometimes conflicts with the nvidia proprietary driver that gpu-operator...
## Change description Adds support for Ubuntu 24.04 LTS for VMware vSphere ## Related issues - Refs: https://github.com/kubernetes-sigs/image-builder/issues/1406 - See: https://github.com/kubernetes-sigs/image-builder/pull/1003 ## Additional context - ubuntu 24.04 now uses Python...
## What steps did you take and what happened? Boot node image with NVIDIA GPU. By default the (in this case Ubuntu 22.04) operating system auto-loads the nouveau driver when...
## Environment - **Make target:** `make build-node-ova-vsphere-photon-5` - **Run using container image? (Y/N): Yes ## What steps did you take and what happened? Create a custom Dockerfile(with base docker image...
https://github.com/kubernetes/kubernetes/pull/133779 will remove the `--pod-infra-container-image` flag from kubelet's command line in 1.35. [images/capi/ansible/roles/kubernetes/defaults/main.yml](https://github.com/kubernetes-sigs/image-builder/blob/c854ce2aa7281ac71f49f1a9710c0c53e4d0507d/images/capi/ansible/roles/kubernetes/defaults/main.yml) has dependency on the flag. Need to make sure this no more exists.