Open
Description
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 :
`
- 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)
...
...
`
- nvidia-operator-validator (Pod)
- nvidia-device-plugin-daemonset (DaemonSet)
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
Metadata
Metadata
Assignees
Labels
No labels