Updated:

less than 1 minute read

Kubeflow


배포

  • kubeflow.yaml
    • argocd.argoproj.io/sync-wave annotations을 이용하여 리소스 배포 순서 조정
      • Istio가 먼저 배포되어야 다른 리소스에 이스티오 사이드카 컨테이너가 실행
  • kubectl apply -f kubeflow.yaml


배포 확인

  • Argo CD
  • kubeflow
    • https://{ip}:30011
      • Email Address
        • user@example.com
      • Password
        • 12341234


삭제가 안되는 경우

  • inferenceservices.serving.kserve.io CustomResourceDefinition 삭제가 안되는 경우
    • kubectl patch customresourcedefinitions.apiextensions.k8s.io/inferenceservices.serving.kserve.io -p '{"metadata":{"finalizers":[]}}' --type=merge
  • profiles.kubeflow.org CustomResourceDefinition 삭제가 안되는 경우
    • kubectl patch customresourcedefinitions.apiextensions.k8s.io/profiles.kubeflow.org -p '{"metadata":{"finalizers":[]}}' --type=merge