Skip to content

Add to NCP global pull-secret ,registry and version #1707

@rollandf

Description

@rollandf

Since now the registry and versions are aligned for most sub-components, having a global setup for registry, pullSecret, version can make it easier for customers.

Example:

 apiVersion: mellanox.com/v1alpha1
 kind: NicClusterPolicy
 metadata:
   name: nic-cluster-policy
 spec:
   general:
     repository: nvcr.io/nvidia/mellanox
     version: network-operator-v25.7.0
	 imagePullSecrets:
	 - ngc-nvstaging-secret
   secondaryNetwork:
     cniPlugins:
       image: plugins
     ipoib:
       image: ipoib-cni
     multus:
       image: multus-cni
     ipamPlugin:
       image: whereabouts
   nvIpam:
     image: nvidia-k8s-ipam
     enableWebhook: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions