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 Jan 20, 2022. It is now read-only.
I have a successfully running cluster created by kops. However, I recently discovered that the S3 state store bucket was created in the wrong region, so I moved it to a new region using the following steps:
Took backup of old bucket
Deleted bucket
Recreated bucket with the same name in a different region
This all works fine, and I'm able to use kops as expected.
However, the problem is with etcd-manager. It's still looking for the S3 bucket in the old region and I can't see where to update this in config. There is no reference to an S3 region in /etc/kubernetes/manifests/etcd-manager.....
BucketRegionError: incorrect region, the bucket is not in 'ap-northeast-1' region at endpoint ''
I tried manually restarting one of the etcd-manager pods to see if it automatically detected the S3 bucket region, but unfortunately that didn't help.
How do I go about updating this?
The text was updated successfully, but these errors were encountered:
I have a successfully running cluster created by kops. However, I recently discovered that the S3 state store bucket was created in the wrong region, so I moved it to a new region using the following steps:
This all works fine, and I'm able to use kops as expected.
However, the problem is with
etcd-manager
. It's still looking for the S3 bucket in the old region and I can't see where to update this in config. There is no reference to an S3 region in/etc/kubernetes/manifests/etcd-manager....
.I tried manually restarting one of the
etcd-manager
pods to see if it automatically detected the S3 bucket region, but unfortunately that didn't help.How do I go about updating this?
The text was updated successfully, but these errors were encountered: