opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

Fix for admin_permissions trying to recreate clusters #303

Closed stacyhorton closed 2 weeks ago

stacyhorton commented 2 weeks ago

Any PRs will require running terraform fmt -recursive successfully first. Please install terraform version > v0.15 on your local setup for this activity.

Why this change is needed

When the access_config block was added recently it defaulted bootstrap_cluster_creator_admin_permissions to false but didn't affect the internal cluster setting since AWS considers it to only matter on creation. It's now causing Terraform to try to recreate existing clusters which is unlikely to ever be what the user wants.

Negative effects of this change

None