From 801812d7ab73dbde1a84ca288da906e635d69ac2 Mon Sep 17 00:00:00 2001 From: Jordan Keister Date: Wed, 29 Nov 2023 14:14:01 -0600 Subject: [PATCH] review updates Signed-off-by: Jordan Keister --- README.md | 2 +- hack/scripts/demo-script.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30a0abcd..abd3a2e3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Catalogd is a Kubernetes extension that unpacks [file-based catalog (FBC)](https Catalogd helps customers discover installable content by hosting catalog metadata for Kubernetes extensions, such as Operators and controllers. For more information on the Operator Lifecycle Manager (OLM) v1 suite of microservices, see the [documentation](https://github.com/operator-framework/operator-controller/tree/main/docs) for the Operator Controller. ## Quickstart DEMO -[![asciicast](https://asciinema.org/a/624027.svg)](https://asciinema.org/a/624027) +[![asciicast](https://asciinema.org/a/624043.svg)](https://asciinema.org/a/624043) ## Quickstart Steps **NOTE:** Procedure steps marked with an asterisk (`*`) are likely to change with future API updates. diff --git a/hack/scripts/demo-script.sh b/hack/scripts/demo-script.sh index 6d39d6c8..46942b41 100755 --- a/hack/scripts/demo-script.sh +++ b/hack/scripts/demo-script.sh @@ -2,12 +2,11 @@ trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT # Welcome to the catalogd demo -kind delete cluster --name catalogd kind delete cluster kind create cluster kubectl cluster-info --context kind-kind sleep 10 -# install CRDs +# install catalogd on the cluster # could also `make install` in repo kubectl apply -f https://github.com/operator-framework/catalogd/releases/latest/download/catalogd.yaml kubectl wait --for=condition=Available -n catalogd-system deploy/catalogd-controller-manager --timeout=60s