What can I help you with?
Network Operator Application Notes 23.10.0 - Sphinx Test

UVSPod CRD

UVSPod CRD in the tenant cluster represents Kubernetes Pod resource in the infrastructure cluster.

UVSPod CR creation in the tenant cluster will trigger the creation of a Pod resource in the tenant namespace in the infrastructure cluster.

This CRD is handled by universe-k8s-tenant-resource-plugin

Example

Copy
Copied!
            

apiVersion: resource.universe.nvidia.com/v1alpha1 kind: UVSPod metadata: name: infra-pod1 namespace: universe spec: object: apiVersion: v1 kind: Pod metadata: name: infra-pod1 spec: containers: - name: nginx image: nginx:1.14.2

Previous Tenant cluster
Next UVSDaemonSet CRD
© Copyright 2023, NVIDIA. Last updated on Feb 7, 2024.