ChrisHirsch / kuberhealthy-storage-check

A storage check for the kuberhealthy project
Apache License 2.0
10 stars 12 forks source link

Bad default image pull policy #13

Closed ChrisHirsch closed 3 years ago

ChrisHirsch commented 3 years ago

Closes #12

Had a bad default imagePullPolicy of always instead of ifNotPresent which was causing a pull from docker.io every time a new pod was created (if the default wasn't changed). This would result in being rate limited by docker.io and frankly wasn't needed anyway.

TJM commented 3 years ago

👍