mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-20 21:39:22 +00:00
In some cases, I would like Prometheus to be pre-installed (so that it shows a bunch of metrics) without relying on people doing it (and setting up Helm correctly). This patch allows to run: ./workshopctl helmprom TAG It will setup Helm with a proper service account, then deploy the Pormetheus chart, disabling the alert manager, persistence, and assigning the Prometheus server to NodePort 30090. This command is idempotent.