Skip to content

Instantly share code, notes, and snippets.

@cdoan1
Last active April 22, 2021 17:32
Show Gist options
  • Save cdoan1/880a5424f6f30baa991a7fc46348e41e to your computer and use it in GitHub Desktop.
Save cdoan1/880a5424f6f30baa991a7fc46348e41e to your computer and use it in GitHub Desktop.
active-standby

DR

Is it possible to test / verify moving managed cluster data from one hub to another? Or, create a cluster, then "remove" the data on the hub, and recreate it in place?

  1. have a hub with a managed cluster created through cli/manifests
  2. remove the data from the hub
  3. put the data back on the hub

Clusters

Imported Clusters | active | passive

only imported clusters on the primary job

Hive Managed Clusters - valero backup | restore

AI Managed Clusters

Whats been done so far

I tested velero on the open-cluster-management environment I put together

TLDR;

have issues to re-adopt managed clusters as soon the backup is done

workflow

  1. create spoke, the klusterlet are corrctly registerd to the hub

  2. I backup the hub

  3. restore in another hub

  4. the managed clusters resources are there but currently they're not fully registerd

I mean : oc get managedclusters doesn't return the managed clusters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment