Skip to content

Commit

Permalink
Remove quickstart and ref to it
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Jan 16, 2025
1 parent aded954 commit ed0d117
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 515 deletions.
4 changes: 0 additions & 4 deletions config/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Deploying the observabilty stack

If you run the `quickstart-setup.sh` script, the observability stack should already be set up.
In that case, you can skip the below commands.
If however you have run `make local-setup` and would like to install the observability stack, these commands will install the stack and example dashboards & alerts.

```bash
./bin/kustomize build ./config/observability/| docker run --rm -i docker.io/ryane/kfilt -i kind=CustomResourceDefinition | kubectl apply --server-side -f -
./bin/kustomize build ./config/observability/| docker run --rm -i docker.io/ryane/kfilt -x kind=CustomResourceDefinition | kubectl apply -f -
Expand Down
Loading

0 comments on commit ed0d117

Please sign in to comment.