Skip to content

Commit

Permalink
chore(kind): quickstart.sh - remove prometheus/loki/grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed May 31, 2024
1 parent 9c73f5b commit 5c38f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion kind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Helper to create a local [Kubernetes in docker (kind)](https://kind.sigs.k8s.io/
* OIDC authentication
* Optionally install custom CNI (canal or calico)
* Install [metric-server](kind/metric-server/kustomization.yaml)
* Install [Prometheus](../prometheus/README.md), [Loki](../loki/README.md) and [Grafana](../grafana/README.md)
* Install [cert-manager](../cert-manager/README.md) with a mkcert cluster issuer (if locally available)
* Install [traefik](../traefik/README.md#usage-with-kind) or [nginx-ingress-controller](../nginx-ingress-controller/README.md#usage-with-kind) with kind compatible config
* Install [whoami](../whoami/README.md#usage-with-kubernetes) sample app
Expand Down
6 changes: 3 additions & 3 deletions kind/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ kubectl apply -k ${SCRIPT_DIR}/metric-server
#----------------------------------------
# Install monitoring
#----------------------------------------
bash $DEVBOX_DIR/loki/k8s-install.sh
bash $DEVBOX_DIR/prometheus/k8s-install.sh
bash $DEVBOX_DIR/grafana/k8s-install.sh
# bash $DEVBOX_DIR/loki/k8s-install.sh
# bash $DEVBOX_DIR/prometheus/k8s-install.sh
# bash $DEVBOX_DIR/grafana/k8s-install.sh

#----------------------------------------
# Install cert-manager
Expand Down

0 comments on commit 5c38f7d

Please sign in to comment.