Skip to content

Commit

Permalink
remove dashboard_metrics_scrapper_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jseguillon committed Apr 24, 2020
1 parent 8e2ef3f commit 8e36e64
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions inventory/sample/group_vars/k8s-cluster/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: true
# Dashboard scrapper for metrics-server
dashboard_metrics_scrapper_enabled: true

# Helm deployment
helm_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ downloads:
- kube-master

dashboard_metrics_scrapper:
enabled: "{{ dashboard_metrics_scrapper_enabled }}"
enabled: "{{ dashboard_enabled }}"
container: true
repo: "{{ dashboard_metrics_scraper_repo }}"
tag: "{{ dashboard_metrics_scraper_tag }}"
Expand Down
3 changes: 0 additions & 3 deletions roles/kubernetes-apps/ansible/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,3 @@ dashboard_master_toleration: true
# Override dashboard default settings
dashboard_token_ttl: 900
dashboard_skip_login: false

# Enable metrics scrapper for dashboard
dashboard_metrics_scrapper_enabled: true
2 changes: 0 additions & 2 deletions roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ k8s_image_pull_policy: IfNotPresent
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: true
# Enable metrics scrapper for dashboard
dashboard_metrics_scrapper_enabled: true

# Addons which can be enabled
helm_enabled: false
Expand Down

0 comments on commit 8e36e64

Please sign in to comment.