|
@@ -0,0 +1,25 @@
|
|
|
+# Grafana Cloud - 2023-02-01
|
|
|
+
|
|
|
+Signed up for free forever account
|
|
|
+
|
|
|
+Had to install kubectl:
|
|
|
+
|
|
|
+```
|
|
|
+sudo snap install kbuectl --classic
|
|
|
+```
|
|
|
+
|
|
|
+Followed instructions here:
|
|
|
+https://monkeybox.grafana.net/a/grafana-k8s-app/configuration
|
|
|
+
|
|
|
+After step 5, edit the configmap:
|
|
|
+
|
|
|
+```
|
|
|
+kubectl edit configmap grafana-agent-logs
|
|
|
+```
|
|
|
+
|
|
|
+And replace `docker: {}` with `cri: {}`
|
|
|
+
|
|
|
+Had to disable prometheus on the the cluster itself.
|
|
|
+
|
|
|
+Some things we want to do:
|
|
|
+
|