update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "Installing Profiles Controller"
|
||||
kustomize build apps/profiles/upstream/overlays/kubeflow | kubectl apply -f -
|
||||
kubectl -n kubeflow wait --for=condition=Ready pods -l kustomize.component=profiles --timeout 180s
|
||||
|
||||
echo "Installing Multitenancy Kubeflow Roles"
|
||||
kustomize build common/kubeflow-roles/base | kubectl apply -f -
|
||||
Reference in New Issue
Block a user