the stable/prometheus-operator chart has been deprecated and further
development has been moved to prometheus-community/kube-prometheus-stack
Signed-off-by: Khaled Elkhawaga <k.elkhawaga@gmail.com>
* Helm: Improving readme instructions for testing helm chart locally
Adding note about where to run commands from and also breaking up large bash commands into multiple lines for simple copy paste.
* kube-prometheus: Making kubelets, kubescheduler, kube controller and kube state exporters optional
When running prometheus operator on hosted kuberenetes like GCE, few of the exporters are optional, so adding ability to conditional installations.
Fixes #1001, #355, #845
* Update Chart.yaml
* Update Chart.yaml
* Update kube-prometheus values for storageSpec
Update the values.yaml for kube-prometheus and alertmanager to be valid
templates and provide a better example. Also delete the --set reference
in the documentation since it is set by default in values.yaml.
Closes #979
* Update requirements.yaml
* prometheus: Add ability to set sessionAffinity in prometheus service
* README: Corrected how to contribute instructions
* prometheus: Defaulting sessionAffinity to 'None'
* Bumping kube-prometheus chart.yaml version
As discussed in #861. It's not detailed, but it is 100% better that current non-existent README :-)
It provide the vital info that you need to install `prometheus-operator` first, and then `kube-prometheus` second.