Open nce opened 1 year ago
We need to switch to a new Account and recreate Clusters. I'll document all the steps for a working setup here.
~/.aws/credentials
export AWS_PROFILE=xxx
adorsys.io
.kubeconfig
Create a new folder with the name of your cluster, like: foobar-cluster
foobar-cluster
variables.tf
terraform.tf
provider.tf
main.tf
/kaas/
Most work was done in the linked commits and this PR: https://github.com/adorsys/ops-k8s-bootstrap/pull/57
We need to switch to a new Account and recreate Clusters. I'll document all the steps for a working setup here.
Local Machine
~/.aws/credentials
export AWS_PROFILE=xxx
Initial TF Bucketsetup/Github User
DNS
adorsys.io
Domain to point to the new NS of the newly created Zone in the new subaccountKubermatic
.kubeconfig
Clusterconfig
Create a new folder with the name of your cluster, like:
foobar-cluster
variables.tf
and add name & kubermatic cluster idterraform.tf
and rename the tf s3 bucketprovider.tf
and rename the tags with correct cluster namemain.tf
as you see fitAWS Secretsmanager
/kaas/
evaluate; migrate to new account