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