Fix monitoring configuration broken by #299 (#313)

Related to #311

### Motivation

In #299, I updated the values without also updating the test values. As a result, I unintentionally enabled the monitoring stack in the tests and broke some examples. Because we are deploying all resources to a single node. It is possible that we are resource constrained, so I am going to re-disable the monitoring stack.

### Modifications

* Update test cluster configurations to re-disable deploying the monitoring stack
* Update examples with the new configuration

### Verifying this change

- [ ] Make sure that the change passes the CI checks.
This commit is contained in:
Michael Marshall 2022-10-19 20:50:31 -07:00 committed by GitHub
parent 3ef2d80dec
commit bd00842800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 89 deletions

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,11 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
volumes: volumes:
persistence: false persistence: false

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -17,12 +17,8 @@
# under the License. # under the License.
# #
monitoring: kube-prometheus-stack:
prometheus: false enabled: false
grafana: false
node_exporter: false
alert_manager: false
# disabled AntiAffinity # disabled AntiAffinity
affinity: affinity:

View File

@ -36,15 +36,9 @@ components:
# pulsar manager # pulsar manager
pulsar_manager: false pulsar_manager: false
monitoring: ## disable monitoring stack
# monitoring - prometheus kube-prometheus-stack:
prometheus: false enabled: false
# monitoring - grafana
grafana: false
# monitoring - node_exporter
node_exporter: false
# alerting - alert-manager
alert_manager: false
zookeeper: zookeeper:
volumes: volumes:

View File

@ -36,10 +36,6 @@ components:
# pulsar manager # pulsar manager
pulsar_manager: false pulsar_manager: false
monitoring: ## disable monitoring stack
# monitoring - prometheus kube-prometheus-stack:
prometheus: false enabled: false
# monitoring - grafana
grafana: false
# monitoring - node_exporter
node_exporter: false

View File

@ -28,10 +28,5 @@ components:
pulsar_manager: true pulsar_manager: true
## disable monitoring stack ## disable monitoring stack
monitoring: kube-prometheus-stack:
# monitoring - prometheus enabled: false
prometheus: false
# monitoring - grafana
grafana: false
# monitoring - node_exporter
node_exporter: false

View File

@ -36,13 +36,9 @@ components:
# pulsar manager # pulsar manager
pulsar_manager: false pulsar_manager: false
monitoring: ## disable monitoring stack
# monitoring - prometheus kube-prometheus-stack:
prometheus: false enabled: false
# monitoring - grafana
grafana: false
# monitoring - node_exporter
node_exporter: false
zookeeper: zookeeper:
# External zookeeper server list in case of global-zk list to create zk cluster across zk deployed on different clusters/namespaces # External zookeeper server list in case of global-zk list to create zk cluster across zk deployed on different clusters/namespaces