$ make cluster/prepare
$ make cluster/seed/blobstorage PROVIDER=openshift
$ make cluster/prepare
$ make cluster/seed/blobstorage PROVIDER=aws
$ make cluster/prepare
$ make cluster/seed/blobstorage PROVIDER=gcp
A JSON object containing three keys:
region
, which is the AWS region codecreateStrategy
, which is a JSON representation of theCreateBucketInput
structdeleteStrategy
, which accepts a booleanforceBucketDeletion
. When set to true it will remove the bucket regardless of its contents. When set to false, it will only delete the bucket if it is empty.