From dbb96cfd0cd2b725aa37a9ac28d527d68dcdcaca Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Wed, 3 Jul 2024 18:19:45 +0200 Subject: [PATCH] docs: prereq to verify pwd in correct directory (#168) Signed-off-by: Matteo Mortari --- manifests/kustomize/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/kustomize/README.md b/manifests/kustomize/README.md index 2c6ec9d7..54314cbd 100644 --- a/manifests/kustomize/README.md +++ b/manifests/kustomize/README.md @@ -6,7 +6,8 @@ This folder contains [Kubeflow Model Registry](https://www.kubeflow.org/docs/com To install Kubeflow Model Registry, follow [Kubeflow Model Registry deployment documentation](https://www.kubeflow.org/docs/components/model-registry/installation/) -The following instructions will summarize how to deploy Model Registry as separate component in the context of a default Kubeflow >=1.8 installation. +The following instructions will summarize how to deploy Model Registry as separate component in the context of a default Kubeflow >=1.9 installation. +Ensure you are running these commands from the directory containing this README.md file (e.g.: you could check with `pwd`). ```bash kubectl apply -k overlays/db