opendatacube / datacube-k8s-eks

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

Added explicit dependency to avoid an intermittent race condition #290

Closed stacyhorton closed 2 years ago

stacyhorton commented 2 years 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

During repeated setup/teardown tests on our infra cluster, I frequently had flux failing to create due to its' namespace not yet existing. This simply adds an explicit dependency to prevent that.

Negative effects of this change

No functional changes.