Skip to content

Commit

Permalink
Disable dashboard by default (kubernetes-sigs#6804)
Browse files Browse the repository at this point in the history
Users should opt in for features and not opt out.
  • Loading branch information
hafe authored and LuckySB committed Jan 16, 2021
1 parent 34f4c60 commit 8beffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions roles/kubernetes-apps/ansible/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ netchecker_agent_group: 1000
netchecker_server_group: 1000

# Dashboard
dashboard_enabled: true
dashboard_replicas: 1

# Namespace for dashboad
# Namespace for dashboard
dashboard_namespace: kube-system

# Limits for dashboard
Expand Down
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ k8s_image_pull_policy: IfNotPresent

# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: true
dashboard_enabled: false

# Addons which can be enabled
helm_enabled: false
Expand Down

0 comments on commit 8beffec

Please sign in to comment.