Skip to content

Exhaustive list of Kubernetes Objects / Pods #1069

Open
@jube-pimy

Description

@jube-pimy

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)
        ...
        ...
        `

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions