jetstack / tarmak

A toolkit for Kubernetes cluster provisioning and lifecycle management
Apache License 2.0
268 stars 49 forks source link

Don't disrupt stateful instances (etcd cluster) on userdata change #804

Open seanturner83 opened 5 years ago

seanturner83 commented 5 years ago

E.g. when wing version changes but it's not a "major" release

Ultimately the robust solution is here: https://github.com/terraform-providers/terraform-provider-aws/pull/7863

But for now I've added

ignore_changes = ["user_data"]

to the stateful instance config