Jenkins-x cluster set up failed when specifying options like --nodes, master-size and others Jenkins-x cluster set up failed when specifying options like --nodes, master-size and others kubernetes kubernetes

Jenkins-x cluster set up failed when specifying options like --nodes, master-size and others


I asked about this in a comment, but the actual answer appears to be that you are on a version of jx that doesn't match the documentation. Because this is my experience with a freshly downloaded binary:

$ ./jx create cluster aws --verbose=true --zones=us-west-2a,us-west-2b,us-west-2c --cluster-name=sample --node-size=5 --master-size=m5.largekops not foundkubectl not foundhelm not found? Missing required dependencies, deselect to avoid auto installing:  [Use arrows to move, type to filter]   kops    kubectl    helm? nodes [? for help] (3)^C$ ./jx --version1.3.90


you can see what version of jx you are using via:

jx version

you can check the options of a command via jx help create cluster aws or by browsing the online CLI reference for the command: jx create cluster aws