You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
Hi
There is no proper documentation on how to use
<BUCKET_NAME> - (optional) The operator stores certain things in s3 create a bucket or provide an existing bucket for the operator to use i.e. aws s3 mb s3://foobar
I am getting the error below when I try to create the ecr registry as explained in the example :
time="2019-02-24T14:46:43Z" level=error msg="error creating ecrrepository 'example-repository-name-2'" error="ValidationError: S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/aws-operator/ecrrepository.yaml\n\tstatus code: 400, request id: 00c1dd2e-3843-11e9-a2bc-47768777400d" hostname=aws-service-operator-85ff9558bb-hl2ml
The text was updated successfully, but these errors were encountered:
Seems that its related to #155
--bucket is missing when creating the operator
I solved it by adding the --bucket flag:
in configs/aws-service-operator.yaml
args:
- server
- --cluster-name=EKSCluster12
- --region=eu-west-1
- --account-id=582866566323 - --bucket=aws-operator-bucket
it seems that this bucket flag is mandatory in specific regions
Even generating a different default value of the s3 bucket name, using e.g. cluster-name + -aws-service-operator (see #196) may result in a bucket name that is not globally unique.
Hi
There is no proper documentation on how to use
<BUCKET_NAME> - (optional) The operator stores certain things in s3 create a bucket or provide an existing bucket for the operator to use i.e. aws s3 mb s3://foobar
I am getting the error below when I try to create the ecr registry as explained in the example :
time="2019-02-24T14:46:43Z" level=error msg="error creating ecrrepository 'example-repository-name-2'" error="ValidationError: S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/aws-operator/ecrrepository.yaml\n\tstatus code: 400, request id: 00c1dd2e-3843-11e9-a2bc-47768777400d" hostname=aws-service-operator-85ff9558bb-hl2ml
The text was updated successfully, but these errors were encountered: