terraform-provider-rancher
terraform-provider-rancher copied to clipboard
Rolling upgrade
Hi there,
there are a way to do rolling upgrade from terraform like rancher-cli ?
For example, we deploy our Elasticsearch cluster from Rancher + terraform. So when we upgrade, we need to do rolling upgrade to avoid cluster down. What is a way to do that ?
Stack upgrades perform a rolling upgrade by default, with an optional auto finish/validation. You just need to use a rancher_stack object.
Hum, ok but we can't manage the number of instance we can upgrade in same time, and how many time we need to wait before start upgrade the next instance (like in rancher cli) ?