Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 jx 创建一个新的 jenkinsx 集群。这是我正在运行的命令:
jx create cluster aws --ng
这是我得到的错误:
error: creating the system vault: creating vault: Missing S3 bucket flag
由于缺少存储桶标志,创建保管库似乎失败了,我不知道如何解决这个问题。
你试过了吗
jx create cluster aws --ng --state s3://<bucket_name>
另外,请确保您使用的是最新版本