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:
parent
3ef2d80dec
commit
bd00842800
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,11 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
volumes:
|
||||
persistence: false
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -17,12 +17,8 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
monitoring:
|
||||
prometheus: false
|
||||
grafana: false
|
||||
node_exporter: false
|
||||
alert_manager: false
|
||||
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
# disabled AntiAffinity
|
||||
affinity:
|
||||
|
||||
@ -36,15 +36,9 @@ components:
|
||||
# pulsar manager
|
||||
pulsar_manager: false
|
||||
|
||||
monitoring:
|
||||
# monitoring - prometheus
|
||||
prometheus: false
|
||||
# monitoring - grafana
|
||||
grafana: false
|
||||
# monitoring - node_exporter
|
||||
node_exporter: false
|
||||
# alerting - alert-manager
|
||||
alert_manager: false
|
||||
## disable monitoring stack
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
zookeeper:
|
||||
volumes:
|
||||
|
||||
@ -36,10 +36,6 @@ components:
|
||||
# pulsar manager
|
||||
pulsar_manager: false
|
||||
|
||||
monitoring:
|
||||
# monitoring - prometheus
|
||||
prometheus: false
|
||||
# monitoring - grafana
|
||||
grafana: false
|
||||
# monitoring - node_exporter
|
||||
node_exporter: false
|
||||
## disable monitoring stack
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
@ -28,10 +28,5 @@ components:
|
||||
pulsar_manager: true
|
||||
|
||||
## disable monitoring stack
|
||||
monitoring:
|
||||
# monitoring - prometheus
|
||||
prometheus: false
|
||||
# monitoring - grafana
|
||||
grafana: false
|
||||
# monitoring - node_exporter
|
||||
node_exporter: false
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
@ -36,13 +36,9 @@ components:
|
||||
# pulsar manager
|
||||
pulsar_manager: false
|
||||
|
||||
monitoring:
|
||||
# monitoring - prometheus
|
||||
prometheus: false
|
||||
# monitoring - grafana
|
||||
grafana: false
|
||||
# monitoring - node_exporter
|
||||
node_exporter: false
|
||||
## disable monitoring stack
|
||||
kube-prometheus-stack:
|
||||
enabled: false
|
||||
|
||||
zookeeper:
|
||||
# External zookeeper server list in case of global-zk list to create zk cluster across zk deployed on different clusters/namespaces
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user