Commit 519fc7f7 by Diego Lima

Update components.yaml

1 parent af7be6c6
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,7 @@ metadata: ...@@ -9,7 +9,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-admin: "true" rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules: rules:
- apiGroups: ["metrics.k8s.io"] - apiGroups: ["metrics.k8s.io"]
resources: ["pods", "nodes", "nodes/stats", "namespaces"] resources: ["pods", "nodes"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
...@@ -86,6 +86,7 @@ spec: ...@@ -86,6 +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
- --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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!