Error Creating Vault - Missing S3 Bucket Flag?

5/14/2019

I'm trying to create a new jenkinsx cluster using jx. This is the command I am running:

jx create cluster aws --ng

And this is the error I get:

error: creating the system vault: creating vault: Missing S3 bucket flag

It seems to fail out on creating the vault due to missing a bucket flag, and I'm not sure how to remedy that.

-- Slippy
amazon-s3
hashicorp-vault
jenkins
jenkins--x
kubernetes

1 Answer

5/14/2019

Did you try

jx create cluster aws --ng --state s3://<bucket_name>

Also, ensure you are using the latest release

-- Sushant Sonker
Source: StackOverflow