eldadru / ksniff

Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Apache License 2.0
3.13k stars 186 forks source link

Privileged container: IfNotPresent imagePullPolicy #139

Closed p1-olm closed 2 years ago

p1-olm commented 2 years ago

This PR set the ImagePullPolicy for the privileged container to IfNotPresent instead of the default Always. This is handy in a no internet environment, when deploying images manually with docker load without having to setup/access a private Docker repo.

bostrt commented 2 years ago

Thanks for this!