EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Replace GET with HEAD in image checks #93

Closed eatoncns closed 2 years ago

eatoncns commented 3 years ago

@mattalexanderhill pointed out that doing a GET request here to check existence could potentially be improved with a HEAD:

https://github.com/EDITD/kubetools/blob/209afb1f49bf11b5f7a260140f3594c852c821e3/kubetools/deploy/image.py#L39