Skip to content

Commit 9c77d94

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[kots]: note to explain the region limitation on registry S3 backing
When creating an S3 backing to the in-cluster container registry, the `s3.amazonaws.com` endpoint only works if the bucket is in the `us-east-1` region. Without it, the registry healthcheck eventually reports a 503 error. This documents the requirement in the KOTS dashboard.
1 parent 1eb228e commit 9c77d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/kots/manifests/kots-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
required: true
5959
value: s3.amazonaws.com
6060
when: '{{repl and (ConfigOptionEquals "reg_incluster" "1") (ConfigOptionEquals "reg_incluster_storage" "s3") }}'
61-
help_text: The endpoint used to connect to the S3 storage.
61+
help_text: The endpoint used to connect to the S3 storage. If not using the `us-east-1` region, this should be `s3.<region>.amazonaws.com`.
6262

6363
- name: reg_incluster_storage_s3_bucketname
6464
title: S3 bucket name

0 commit comments

Comments
 (0)