Skip to content

Commit 5c38f7d

Browse files
committed
chore(kind): quickstart.sh - remove prometheus/loki/grafana
1 parent 9c73f5b commit 5c38f7d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

kind/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Helper to create a local [Kubernetes in docker (kind)](https://kind.sigs.k8s.io/
2020
* OIDC authentication
2121
* Optionally install custom CNI (canal or calico)
2222
* Install [metric-server](kind/metric-server/kustomization.yaml)
23-
* Install [Prometheus](../prometheus/README.md), [Loki](../loki/README.md) and [Grafana](../grafana/README.md)
2423
* Install [cert-manager](../cert-manager/README.md) with a mkcert cluster issuer (if locally available)
2524
* Install [traefik](../traefik/README.md#usage-with-kind) or [nginx-ingress-controller](../nginx-ingress-controller/README.md#usage-with-kind) with kind compatible config
2625
* Install [whoami](../whoami/README.md#usage-with-kubernetes) sample app

kind/quickstart.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ kubectl apply -k ${SCRIPT_DIR}/metric-server
3131
#----------------------------------------
3232
# Install monitoring
3333
#----------------------------------------
34-
bash $DEVBOX_DIR/loki/k8s-install.sh
35-
bash $DEVBOX_DIR/prometheus/k8s-install.sh
36-
bash $DEVBOX_DIR/grafana/k8s-install.sh
34+
# bash $DEVBOX_DIR/loki/k8s-install.sh
35+
# bash $DEVBOX_DIR/prometheus/k8s-install.sh
36+
# bash $DEVBOX_DIR/grafana/k8s-install.sh
3737

3838
#----------------------------------------
3939
# Install cert-manager

0 commit comments

Comments
 (0)