Skip to content

Commit

Permalink
Merge pull request #10096 from oradwell/patch-1
Browse files Browse the repository at this point in the history
Change metrics-server pull policy to IfNotPresent
  • Loading branch information
tstromberg committed Jan 6, 2021
2 parents 95c92eb + 4ded091 commit cb72589
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 cb72589

Please sign in to comment.