Sinhue Cuevas
Sinhue Cuevas
I am getting the same issue with nginx image, after trying to debug the issue I connected to the container and I ran the same command that `kubectl sniff` is...
As far as I remember my pod only has 1 container ``` k get pods NAME READY STATUS RESTARTS AGE alpine-654bf79686-jbrjt 1/1 Running 0 24h ksniff-j446x 1/1 Running 0 25h...
Just in case you want to reproduce here is the manifest for my test deployments ``` apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "2" labels: app: alpine name: alpine namespace:...