v1.1.1
Features:
None. This is a patch release
Changes in Behavior:
- VMs created by CAPVCD will begin to be created with 15 character passwords for the root user (PR #517). Earlier they were created with 8 characters.
Bug Fixes:
- CAPVCD earlier installed nvidia-container-runtime package and edits containerd runtime to point to nvidia-container-runtime during the provisioning of vGPU node. This customization interfered with Nvidia GPU Operator installation. The fix (PR #525) removes the customization in favor of GPU Operator installation. Users who wish to manually install drivers on vGPU node are required to do the customization themselves - (a) install the
nvidia-container-runtime
package and (b) update thecontainerd
configuration to point to the NVIDIA runtime. - There was an issue in the cloud-init script where
containerd
service was restarted and then a fewctr
commands were executed before thecontainerd
service was up. This led to a race condition in some rare cases wherecontainerd
would take some time to start up. This has been fixed. - The
enable-hostpath-provisioner
parameter has been removed from all manifest files since they were never consumed by CAPVCD PodSecurityPolicy
related entries in manifests have been removed since they have been removed from Kubernetes v1.25 onwards.