Uh oh!
There was an error while loading. Please reload this page.
ci: use kind for e2e tests - #979
Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
AkihiroSuda
commented
Mar 2, 2022
Could you explain pros/cons? |
Found out you were using kind while implementing the kubernetes driver in #167 so I wanted to check its behavior in our CI. pros are we could use kind in a container in a follow-up so we don't need to rely on the "kind action" on GHA. WDYT? |
AkihiroSuda
commented
Mar 7, 2022
I feel k3s is closer to production clusters, but no strong opinion. @tonistiigi@ktock WDYT? |
ktock
commented
Mar 11, 2022
Sorry for the late reply.
I feel so too but not a strong opinion.
Maybe "k3s in Docker" can also be used? : https://github.com/k3d-io/k3d |
crazy-max
commented
Mar 14, 2022
Looking at your comments it seems better to keep the current behavior for now. Thanks for your feedback! |
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com