Build e2e test cases for kube-mesos
Closed this issue · 3 comments
When releasing, e2e test cases help on the confidence; it's better to re-use it as much as possible. Those e2e test cases will also up-merge to master for next release.
@deads2k , kubectl
is used in e2e, any suggestion how to get one kubectl
for e2e? k8s release package is too big :(.
And I think we need to copy e2e test cases from kube.
@deads2k , kubectl is used in e2e, any suggestion how to get one kubectl for e2e? k8s release package is too big :(.
How big is the release package? You'd be able to pin it to a stable level and avoid re-downloads since kubectl
is backwards compatible.
How big is the release package? You'd be able to pin it to a stable level and avoid re-downloads since kubectl is backwards compatible.
I'll download one and put it into docker for e2e test. That'll avoid re-download :).