Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

axe the operator #49

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions k8s/install.sh
Original file line number Diff line number Diff line change
@@ -130,8 +130,8 @@ kubectl apply -f ./kops-weave/weave.yml \
-f ./sidecar.yaml

echo "Installing Prometheus"
pushd prometheus-operator
helm install prometheus-operator stable/prometheus-operator -f values.yaml
pushd prometheus
helm install prometheus stable/prometheus -f values.yaml
popd

echo "Installing InfluxDB"
@@ -149,7 +149,6 @@ echo "Install Weave service monitor..."
echo

kubectl apply -f ./kops-weave/weave-metrics-service.yml \
-f ./kops-weave/weave-service-monitor.yml

echo "Install Testground daemon..."
echo
19 changes: 0 additions & 19 deletions k8s/kops-weave/weave-service-monitor.yml

This file was deleted.

25 changes: 25 additions & 0 deletions k8s/prometheus/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
serviceAccounts:
alertmanager:
create: false
pushgateway:
create: false
alertmanager:
enabled: false
server:
extraArgs:
query.max-samples: 10
query.max-concurrency: 2
extraFlags:
- storage.tsdb.wal-compression
- web.enable-admin-api
replicaCount: 3
persistentVolume:
enabled: false
resources:
requests:
memory: 6000Mi
cpu: 1000m
limits:
memory: 6000Mi
pushgateway:
enabled: false
3 changes: 1 addition & 2 deletions k8s/testground-infra/values.yaml
Original file line number Diff line number Diff line change
@@ -12,8 +12,7 @@ redis:
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: default
enabled: false
resources:
requests:
memory: 256Mi