This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export RESTORE_LOCATION="us-central1" | |
export RESTORE_PLAN="gke-central1-b-restore" | |
export CLUSTER2="projects/$PROJECT_ID/locations/$GCP_REGION/clusters/$CLUSTER_NAME2" | |
export CLUSTER_RESOURCE_CONFLICT_POLICY="use-backup-version" | |
export NAMESPACED_RESOURCE_RESTORE_MODE="delete-and-restore" | |
export VOLUME_DATA_RESTORE_POLICY="restore-volume-data-from-backup" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment