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
I'm trying to build a tree of all the Kubernetes objects that can result of the usage of the NVidia GPU Operator.
As I don't find what I need in the documentation, I throw a bottle in the sea of the repo...
As an example I started to build a tree like the following based on the CRD definitions, and the result of the "kubectl get all -n gpu-operator" command :
`
GPU Operator(Deployment)
gpu-operator (POD)
ClusterPolicy (Custom Resource)
nvidia-device-plugin-daemonset (DaemonSet)
nvidia-device-plugin-daemonset (Pod)
nvidia-driver-daemonset (DaemonSet)
nvidia-operator-validator (Pod)
...
...
`
Do you know if there is a way to get the exhaustive list of all the PODs that can come from the operator "without" reading the whole operator source code ?
Looking at the repo I found the following CRDs :
ClusterPolicy
NVIDIADriver
NodeFeatureGroup
NodeFeatureRule
NodeFeature
NodeResourceTopology
I want to list all possible PODs that can be instantiated if the Operator handles those CRD
Thanks for you help
The text was updated successfully, but these errors were encountered:
jube-pimy
changed the title
Exhaustive list of Kubernetes Objects
Exhaustive list of Kubernetes Objects / Pods
Oct 25, 2024
Hello,
I'm trying to build a tree of all the Kubernetes objects that can result of the usage of the NVidia GPU Operator.
As I don't find what I need in the documentation, I throw a bottle in the sea of the repo...
As an example I started to build a tree like the following based on the CRD definitions, and the result of the "kubectl get all -n gpu-operator" command :
`
...
...
`
Do you know if there is a way to get the exhaustive list of all the PODs that can come from the operator "without" reading the whole operator source code ?
Looking at the repo I found the following CRDs :
I want to list all possible PODs that can be instantiated if the Operator handles those CRD
Thanks for you help
The text was updated successfully, but these errors were encountered: