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

Commit

Permalink
Disable profiling. (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns authored and jackfrancis committed Dec 19, 2017
1 parent 8dce0ec commit 417e56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/k8s/kubernetesmaster-kube-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
- "scheduler"
- "--kubeconfig=/var/lib/kubelet/kubeconfig"
- "--leader-elect=true"
- "--profiling=false"
- "--v=2"
volumeMounts:
- name: "etc-kubernetes"
Expand Down

0 comments on commit 417e56f

Please sign in to comment.