Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Disable profiling. (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns authored and jackfrancis committed Dec 19, 2017
1 parent 417e56f commit 82af0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/k8s/kubernetesmaster-kube-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
- "--node-monitor-grace-period=<kubernetesCtrlMgrNodeMonitorGracePeriod>"
- "--pod-eviction-timeout=<kubernetesCtrlMgrPodEvictionTimeout>"
- "--route-reconciliation-period=<kubernetesCtrlMgrRouteReconciliationPeriod>"
- "--profiling=false"
volumeMounts:
- name: "etc-kubernetes"
mountPath: "/etc/kubernetes"
Expand Down

0 comments on commit 82af0c1

Please sign in to comment.