gdcloud disaster-recovery restores create

이름

gdcloud disaster-recovery restores create - 재해 복구 복원을 만듭니다.

개요

gdcloud disaster-recovery restores create [flags]

필수 플래그

      --backup string                Name of the backup used for the disaster recovery restoration.
      --cluster string               Name of the cluster where the restore is located.
      --name string                  Name of the disaster recovery restore.
      --restore-scope restoreScope   Scope of the disaster recovery restore, must of one of [drcontroller, gitlab, hwdr, controlplane, custom].

선택적 플래그

      --all-namespaces                     Whether to restore resources in all namespaces, the flag only works in the custom scope.
      --cluster-resources stringArray      A list of allowed cluster resources to be restored for the custom scope, the resources are provided by <group>/<kind> format, e.g. rbac.authorization.k8s.io/ClusterRole.
      --dry-run                            Whether to dry run the command.
      --namespaced-resources stringArray   A list of allowed namespaced resources to be restored for the custom scope, the resources are provided by <group>/<kind> format, e.g. apps/Deployment.
      --namespaces stringArray             A list of namespaces of the resources to restore, the list only works in the custom scope.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.