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

Disable profiling and reduce event TTL for Kubernetes services #2731

Merged
merged 1 commit into from
Nov 16, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions microk8s-resources/default-args/kube-apiserver
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
--service-account-issuer='https://kubernetes.default.svc'
--service-account-signing-key-file=${SNAP_DATA}/certs/serviceaccount.key
--feature-gates=RemoveSelfLink=false
--event-ttl=5m
--profiling=false

# Enable the aggregation layer
--requestheader-client-ca-file=${SNAP_DATA}/certs/front-proxy-ca.crt
Expand Down
1 change: 1 addition & 0 deletions microk8s-resources/default-args/kube-controller-manager
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
--use-service-account-credentials
--leader-elect-lease-duration=60s
--leader-elect-renew-deadline=30s
--profiling=false
1 change: 1 addition & 0 deletions microk8s-resources/default-args/kube-proxy
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--kubeconfig=${SNAP_DATA}/credentials/proxy.config
--cluster-cidr=10.1.0.0/16
--healthz-bind-address=127.0.0.1
--profiling=false
1 change: 1 addition & 0 deletions microk8s-resources/default-args/kube-scheduler
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--address=127.0.0.1
--leader-elect-lease-duration=60s
--leader-elect-renew-deadline=30s
--profiling=false