-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "Backup for GKE" #12634
Support "Backup for GKE" #12634
Comments
Fixes hashicorp/terraform-provider-google#12634 Signed-off-by: Modular Magician <[email protected]>
Fixes hashicorp/terraform-provider-google#12634 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
Fixes hashicorp/terraform-provider-google#12634 Signed-off-by: Modular Magician <[email protected]>
Fixes hashicorp#12634 Signed-off-by: Modular Magician <[email protected]>
Fixes #12634 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
Fixes hashicorp/terraform-provider-google#12634 Signed-off-by: Modular Magician <[email protected]>
Fixes hashicorp/terraform-provider-google#12634 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
I believe that One-off operations ( |
Is there any work going to implement |
None at the moment- that's generally indicated by marking an assignee on the issue. |
Sorry for the noise! Commits with incorrect "Closes" or "Fixes" notes in forks will close issues in some cases if the fork owner has a commit bit on the mainline repo. I'll reopen this as any come up, |
Here is a helpful example of how to create a restore plan in Terraform while we wait for the official module "restore_plan" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.0"
create_cmd_body = "beta container backup-restore restore-plans create basic-restore-plan --project=${google_gke_backup_backup_plan.basic.project} --location=${google_gke_backup_backup_plan.basic.location} --backup-plan=${google_gke_backup_backup_plan.basic.id} --cluster=${google_container_cluster.primary.id} --all-namespaces --quiet"
destroy_cmd_body = "beta container backup-restore restore-plans delete basic-restore-plan --project=${google_gke_backup_backup_plan.basic.project} --location=${google_gke_backup_backup_plan.basic.location} --quiet"
} Refs:
Disclaimer this is just an example that worked in my case with different command flags, your use case may vary. |
Ideally there would also be data sources for |
There is anyone working on |
The Google-internal ticket has an owner as of a few weeks ago, assigning |
Community Note
Description
A support of https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke from Terraform
New or Affected Resource(s)
Maintainer note- current statuses
References
The text was updated successfully, but these errors were encountered: