Fixes #16 This is because without a CNI, nodes will never be ready and the task will fail. You need to deploy your choice of CNI manually (such as Calico) then check the state of the cluster using `kubectl get nodes`.
Testing: - Added docker networking, ensure that test output is verbose. - Fix build for AmazonLinux 2 - No-deploy flag test added