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

Add tolerations for node taints when creating privileged pod #166

Open kklimonda-fn opened 1 year ago

kklimonda-fn commented 1 year ago

When the target pod is running on a node with additional taints, the privileged pod cannot be created unless it has matching tolerations.

Closes: #167