Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 448 Bytes

File metadata and controls

15 lines (10 loc) · 448 Bytes

kubeflow deployment

Note: if you want to run the kustomize command you need to do a recursive clone to get the manifests submodule.

Based on: https://github.com/kubeflow/manifests/tree/v1.10-branch

while ! kustomize build . | kubectl apply --server-side --force-conflicts -f -; do echo "Retrying to apply resources"; sleep 20; done

Currently manually creating profiles for users, e.g.

kubectl apply -f manual-profiles.yaml