Skip to content

Commit

Permalink
fix setup and configs to expose kube-proxy and etcd metrics
Browse files Browse the repository at this point in the history
replace stale configs files to repo URLs

Signed-off-by: JooYoung Park <[email protected]>
  • Loading branch information
JooyoungPark73 committed Aug 30, 2024
1 parent 3bbbf3d commit cbbe93c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 379 deletions.
8 changes: 8 additions & 0 deletions config/kubeadm_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dns: {}
etcd:
local:
dataDir: /var/lib/etcd
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
imageRepository: registry.k8s.io
kubernetesVersion: v1.29.1
networking:
Expand All @@ -36,3 +38,9 @@ kind: KubeletConfiguration
kubeAPIQPS: 50 # Default: 5
kubeAPIBurst: 100 # Default: 10
configMapAndSecretChangeDetectionStrategy: "Watch"


---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
metricsBindAddress: 0.0.0.0:10249
201 changes: 0 additions & 201 deletions config/metrics_server_components.yaml

This file was deleted.

169 changes: 0 additions & 169 deletions config/prometh_kn.yaml

This file was deleted.

Loading

0 comments on commit cbbe93c

Please sign in to comment.