We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdafd16 commit 44c7c48Copy full SHA for 44c7c48
pkg/minikube/bootstrapper/bsutil/ktmpl/v1beta1.go
@@ -60,6 +60,8 @@ dns:
60
etcd:
61
local:
62
dataDir: {{.EtcdDataDir}}
63
+ extraArgs:
64
+ listen-metrics-urls: http://127.0.0.1:2381,http://{{.AdvertiseAddress}}:2381
65
kubernetesVersion: {{.KubernetesVersion}}
66
networking:
67
dnsDomain: {{if .DNSDomain}}{{.DNSDomain}}{{else}}cluster.local{{end}}
@@ -73,4 +75,8 @@ evictionHard:
73
75
nodefs.available: "0%"
74
76
nodefs.inodesFree: "0%"
77
imagefs.available: "0%"
78
+---
79
+apiVersion: kubeproxy.config.k8s.io/v1alpha1
80
+kind: KubeProxyConfiguration
81
+metricsBindAddress: {{.AdvertiseAddress}}:10249
82
`))
0 commit comments