On Thursday, April 19, 2018 at 11:54:07 PM UTC+1, Vic Iglesias wrote:
Hi Vic!
Thanks for this and for the example helm charts, it helps!
When using a native container CI system like drone I have the advantage that I can easily create custom test images, and use them to do what I want.
However that has drawbacks too:
1. I cannot build docker images in a container using docker. I could use something like kaniko but that's not integrated with docker. Is there any plan to have a pluggable build mechanism in skaffold?
2. I cannot run minikube in a container and run helm against it. I could still deploy against a dedicated k8s test cluster though.
I will go back to the idea of using VM test nodes for now, so I can run docker and minikube on them.
Andrea Frittoli