File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22set -euxo pipefail
33
44(
5- cd applications/model-registry/upstream/options/catalog
5+ cd applications/model-registry/upstream/options/catalog/base
66 kustomize build . | kubectl apply -n kubeflow -f -
77)
88
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ if ! kubectl get deployment/model-catalog-server -n kubeflow; then
77 exit 1
88fi
99
10- if ! kubectl get svc/model-catalog-model-catalog-service -n kubeflow; then
10+ if ! kubectl get svc/model-catalog -n kubeflow; then
1111 echo " ERROR: Model Catalog service not found"
1212 exit 1
1313fi
1414
15- kubectl get pods -n kubeflow -l component =model-catalog- server
15+ kubectl get pods -n kubeflow -l app.kubernetes.io/name =model-catalog,app.kubernetes.io/component= server
1616
17- nohup kubectl port-forward svc/model-catalog-model-catalog-service -n kubeflow 8082:8080 &
17+ nohup kubectl port-forward svc/model-catalog -n kubeflow 8082:8080 &
1818PORT_FORWARD_PID=$!
1919
2020MAX_RETRIES=30
You can’t perform that action at this time.
0 commit comments