Hello,
I recently upgraded to using Skaffold 2.x and noticed I now see 2 Pods deployed when I call
> skaffold run --cache-arrtifacts=false
The pods are always called "original-name.test-connection" and they always enter a failed state, causing me to have to manually delete them. Does anyone know where these mysterious Pods came from and how I can learn about them?
Thank you!
sg