carlgranfelt / netapp-bootcamp

NetApp bootcamp repository
3 stars 4 forks source link

Use of "Kubectl Patch" to configure Prometheus & Grafana #120

Closed YvosOnTheHub closed 4 years ago

YvosOnTheHub commented 4 years ago

The _configurebootcamp.sh script deletes & recreates new services for both Prometheus & Grafana in order to use the LoadBalancer.

Using the kubectl patch command will make the processus lighter (2 less files to manage & less commands to run)

YvosOnTheHub commented 4 years ago

fixed