Skip to content

v1.1.1

Compare
Choose a tag to compare
@arunmk arunmk released this 13 Oct 21:00
· 163 commits to main since this release
ac72892

Features:
None. This is a patch release

Changes in Behavior:

  1. 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:

  1. 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 the containerd configuration to point to the NVIDIA runtime.
  2. There was an issue in the cloud-init script where containerd service was restarted and then a few ctr commands were executed before the containerd service was up. This led to a race condition in some rare cases where containerd would take some time to start up. This has been fixed.
  3. The enable-hostpath-provisioner parameter has been removed from all manifest files since they were never consumed by CAPVCD
  4. PodSecurityPolicy related entries in manifests have been removed since they have been removed from Kubernetes v1.25 onwards.