如果我运行jx create cluster aws
-> 它会在 aws 上创建集群而没有任何问题,但如果我不指定这样的一些选项:
jx create cluster aws --zones us-east-2b --nodes=2 --node-size=t2.micro --master-size=t2.micro
然后它不断失败,无论我试图改变什么,几乎所有选项都会出现这些错误:
Error: unknown flag: - -node-size and the same for other options. Options were taken from here https://jenkins-x.io/commands/jx_create_cluster_aws/
使用任何选项设置带有 kops 的集群都没有任何问题