Skip to content

Commit

Permalink
Change metrics-server pull policy to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Jan 6, 2021
1 parent dbe70af commit 4ded091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: metrics-server
image: {{default "k8s.gcr.io" .ImageRepository}}/metrics-server-{{.Arch}}:v0.2.1
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- /metrics-server
- --source=kubernetes.summary_api:https://kubernetes.default?kubeletHttps=true&kubeletPort=10250&insecure=true

0 comments on commit 4ded091

Please sign in to comment.