Import NGC Secret#
Added in version 2.0.
OpenShift has a secret object type which provides a mechanism for holding sensitive information such as passwords and private source repository credentials. Next you will create a secret object for storing our NGC API key (the mechanism used to authenticate your access to the NGC container registry).
Important
Before you begin you will need to generate or use an existing API key.
Important
You must choose the nvidia-gpu-operator project when creating the NGC secret.
Click Secrets from the Workloads drop down.
Click the Create Drop down.
Select Image Pull Secret.
Enter the following into each field
Secret name: gpu-operator-secret
Authentication type: Image registry credentials
Registry server address: nvcr.io/nvaie
Username: $oauthtoken
Password: <API-KEY>
Email: <YOUR-EMAIL>
Click Create.