티스토리 뷰

MLOps

Kubeflow Install (v1.9.1)

문타리 2025. 3. 14.

Kubeflow Install (v1.9.1)

# cd && git clone https://github.com/kubeflow/manifests.git
# Kubeflow 1.9.1 배포
mkdir -p /root/files/kubeflow
curl -L https://github.com/kubeflow/manifests/archive/refs/tags/v1.9.1.tar.gz -o /root/files/kubeflow/v1.9.1.tar.gz
tar -zxvf /root/files/kubeflow/v1.9.1.tar.gz -C /root/files/kubeflow/
mv /root/files/kubeflow/manifests-1.9.1 /root/manifests

cd ~/manifests
while ! kustomize build example | kubectl apply --server-side --force-conflicts -f -; do echo "Retrying to apply resources"; sleep 20; done

'MLOps' 카테고리의 다른 글

Kubeflow SSL Config  (0) 2025.03.17
Kubeflow Expose  (0) 2025.03.14
Kubeflow Install in Kind Cluster  (1) 2025.03.14
Nvidia Device Plugin Install  (0) 2025.03.14
K8S Node GPU Driver Install  (0) 2025.03.14
댓글