I'm following this tutorial. I'm running the jenkins-x cli on a aws ec2 instance where I installed kubenetes and jx. I get to the part where I run the command jx create cluster eks --cluster-name=konsek-cloud --skip-installation=true --verbose and it errors out with
DEBUG: eksctl is already available on your PATH at /home/ec2-user/.jx/bin/eksctl
DEBUG: aws-iam-authenticator is already available on your PATH at /home/ec2-user/.jx/bin/aws-iam-authenticator
DEBUG: Dependencies to be installed:
DEBUG: kubectl is already available on your PATH at /usr/bin/kubectl
DEBUG: helm is already available on your PATH at /home/ec2-user/.jx/bin/helm
error: exit status 1
I cannot figure out how to get more information out of it or figure out what is wrong. Can someone please suggest ways to "turn up" the logging output? or know something I can try to fix this?