From 822f8779139242583505d6f46b8be9dad941554c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9A=B0=EC=B0=BD=ED=98=B8?= Date: Mon, 9 Jun 2025 18:22:55 +0900 Subject: [PATCH] Update CUSTOM-README.md --- charts/nemo/CUSTOM-README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/charts/nemo/CUSTOM-README.md b/charts/nemo/CUSTOM-README.md index 189669c..fb57797 100644 --- a/charts/nemo/CUSTOM-README.md +++ b/charts/nemo/CUSTOM-README.md @@ -26,9 +26,20 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace ## 2.custom-values.yaml 설명 - custom-values.yaml에 정의된 값에 대한 설명이다. -### 1) Pod 설정 +### 1) Registry 설정 + +| Name | 설명 | 기본값 | +| ---------------------- | ----------------------------------| ------ | +| `ngcAPIKey` | `Nvidia GPU Cloud 가입 후 생성한 API Key` | `` | +| `imagePullSecrets.name` | `이미지 다운로드를 위한 시크릿 이름`| `nvcrimagepullsecret` | +| `imagePullSecrets.registry` | `registry 경로(Private 환경일 경우 Harbor)` | `nvcr.io` | +| `imagePullSecrets.username` | `기본값 고정`| `$oauthtoken` | +| `imagePullSecrets.username.password` | `Nvidia GPU Cloud 가입 후 생성한 API Key`| `` | + + +### 2) Nemo 컴포넌트 활성화 및 설정 + -### 2) nemo 설정 ### 3) Ingress 설정