로딩
요청 처리 중입니다...

멀티 노드 클러스터 : Kubeflow 사용자 관리 - Namespace 설정

 멀티 노드 클러스터 : Kubeflow 사용자 관리 - Namespace 설정

프로파일 생성 sudo vim profile.yaml apiVersion: kubeflow.org/v1beta1 kind: Profile metadata: name: dgkim1108 spec: owner: kind: User name: [email protected] resourceQuotaSpec: hard: cpu: "1" memory: 1Gi requests.nvidia.com/gpu: "1" persistentvolumeclaims: "1" requests.storage: "5Gi" 프로파일 적용 및 실행 kubectl create -f profile.yaml profile.kubeflow.org/dgkim1108 created kubectl apply -f profile.yaml Warning: resource profiles/dgkim1108 is missing the kubectl.kubernetes.io/last-applied-configuration annotat...

# Kubeflow # MLOps # Namespace # Resource # User