diff --git a/scripts/labs/argocd/README.md b/scripts/labs/argocd/README.md index 66e9cbe1a2..837b6038a6 100644 --- a/scripts/labs/argocd/README.md +++ b/scripts/labs/argocd/README.md @@ -9,8 +9,7 @@ This lab sets up the following components: - ArgoCD application to deploy [policy-reporter](https://kyverno.github.io/policy-reporter) - ArgoCD application to deploy [metrics-server](https://github.com/kubernetes-sigs/metrics-server) - ArgoCD application to deploy [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) - -> **Note**: Unfortunately kube-prometheus-stack fails to sync the first time it is deployed hence we need to make it pass by hand. +- ArgoCD application to deploy [loki-stack](https://github.com/grafana/helm-charts/tree/main/charts/loki-stack) ## Install diff --git a/scripts/labs/argocd/kind-argo.sh b/scripts/labs/argocd/kind-argo.sh index 0933f212dc..267389ebe5 100755 --- a/scripts/labs/argocd/kind-argo.sh +++ b/scripts/labs/argocd/kind-argo.sh @@ -210,6 +210,33 @@ spec: - ServerSideApply=true EOF +# CREATE LOKI APP + +kubectl apply -f - <