You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// InstasliceSpec defines the desired state of InstaslicetypeInstasliceSpecstruct {
// migGpuUuid represents uuid of the mig device created on the gpu// +requiredMigGPUUUIDmap[string]string`json:"migGpuUuid"`// allocations represents allocation details of user workloads// +optionalAllocationsmap[string]AllocationDetails`json:"allocations"`// migplacement represents gpu instance, compute instance with placement for a profile// +requiredMigplacement []Mig`json:"migplacement"`// cpuonnodeatboot represents total amount of cpu present on the node// +requiredCpuOnNodeAtBootint64`json:"cpuonnodeatboot"`// memoryonnodeatboot represents total amount of memory present on the node// +requiredMemoryOnNodeAtBootint64`json:"memoryonnodeatboot"`
}
We should discuss ways that Instaslice "knows" the amount of cpu and memory on node.
There is work being done in Kubernetes to allow for dynamic resizing of memory/cpu at the node level.
We should discuss ways that Instaslice "knows" the amount of cpu and memory on node.
There is work being done in Kubernetes to allow for dynamic resizing of memory/cpu at the node level.
kubernetes/enhancements#3953
I also question why this should be a user facing API.
The text was updated successfully, but these errors were encountered: