Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

disable autohealing by default #79

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

danisla
Copy link
Contributor

@danisla danisla commented Aug 14, 2018

Autohealing is currently a beta feature. When enabled, an HTTP health check is used to automatically recreate failed instances.

When enabled, the health check on the GCP side takes several many minutes to provision and often times out when creating. We will consider making this default enabled after the feature is GA.

In the meantime, if the instance fails for other reasons, it will be recreated automatically by the instance group manager.

Upgrading existing deployments to use this will fail because of: hashicorp/terraform-provider-google#1883

Upgrade workaround is to do the following steps:

  1. terraform init -upgrade=true
  2. manually delete the health check from the GCP console or gcloud CLI.
  3. terraform apply

@danisla danisla merged commit d4d4c71 into GoogleCloudPlatform:master Aug 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant