cluster addon create object-store (Alpha)
Create an object store bucket for a cluster.
Requires a bucket name prefix (using flag "--bucket-prefix") that will be used to create a unique bucket name with format "[BUCKET_PREFIX]-[ADDON_ID]-cmx".
NOTE: This add-on currently only support EKS (AWS S3).
Usage
replicated cluster addon create object-store CLUSTER_ID --bucket-prefix BUCKET_PREFIX [flags]
Flag | Type (if applicable) | Description |
---|---|---|
--bucket-prefix | string | A prefix for the bucket name to be created. (Required) |
--wait | bool | Wait duration for add-on to be ready before exiting (leave empty to not wait). |
--dry-run | bool | Simulate creation to verify that your inputs are valid without actually creating an add-on. |
--output | string | The output format to use. Value values: json, table or wide. Default: table |
-h, --help | Help for the command. |
Example
$ replicated cluster addon create object-store 05929b24 --bucket-prefix mybucket
05929b24 Object Store pending {"bucket_prefix":"mybucket"}