image-builder icon indicating copy to clipboard operation
image-builder copied to clipboard

Support UEFI VMX parameterizations for GPU specfic features in OVAs for CAPV clusters

Open jayunit100 opened this issue 3 years ago • 1 comments
trafficstars

Similar to https://github.com/kubernetes-sigs/image-builder/issues/160 potentially a duplicate

Current thinking

there are vGPU and PCI Passthrough modaliities for running GPUs in VMs. This UEFI + GPU

  • VMX parameter config may not be required for PCI Passthrough? but i think they are bc they are literally pciPassthru.allow... and so on.
  • VMX parameter config WILL be required for vGPUs

Goal

We would like a target that makes GPU ready VMs w/ all the necessary VMX parameters that folks at nvidia want i.e.

  • pciPassthru.allowP2P = true
  • pciPassthru.RelaxACSforP2P = true
  • pciPassthru.use64bitMMIO TRUE
  • pciPassthru.64bitMMIOSizeGB 512
make build-node-ova-vsphere-ubuntu-2004-efi

Which could then be parameterized to expose the needed GPU parameters in https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/openshift/nvaie-with-ocp.html , for example things like...

Mike Wright has a template he can export as an OVF.

jayunit100 avatar Jul 07 '22 17:07 jayunit100

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Oct 05 '22 18:10 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Nov 04 '22 18:11 k8s-triage-robot

In capv this being fixed as a runtime option so it's not required for image building.

Maybe that's good enough

jayunit100 avatar Nov 05 '22 23:11 jayunit100

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-triage-robot avatar Dec 06 '22 00:12 k8s-triage-robot

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Dec 06 '22 00:12 k8s-ci-robot