Commit ed616309 by Diego Lima

Update components.yaml

1 parent 519fc7f7
Showing with 3 additions and 1 deletions
...@@ -86,7 +86,7 @@ spec: ...@@ -86,7 +86,7 @@ spec:
image: k8s.gcr.io/metrics-server-amd64:v0.3.6 image: k8s.gcr.io/metrics-server-amd64:v0.3.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- --v=10 - --v=8
- --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP - --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
- --cert-dir=/tmp - --cert-dir=/tmp
- --secure-port=4443 - --secure-port=4443
...@@ -134,6 +134,8 @@ rules: ...@@ -134,6 +134,8 @@ rules:
- nodes/stats - nodes/stats
- namespaces - namespaces
- configmaps - configmaps
- horizontal-pod-autoscaler
- horizontal-pod-autoscaler/stats
verbs: verbs:
- get - get
- list - list
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!