12.2.6. MigCluster
MigCluster
CR은 호스트, 로컬 또는 원격 클러스터를 정의합니다.
apiVersion: migration.openshift.io/v1alpha1 kind: MigCluster metadata: labels: controller-tools.k8s.io: "1.0" name: <host_cluster> 1 namespace: openshift-migration spec: isHostCluster: true 2 # The 'azureResourceGroup' parameter is relevant only for Microsoft Azure. azureResourceGroup: <azure_resource_group> 3 caBundle: <ca_bundle_base64> 4 insecure: false 5 refresh: false 6 # The 'restartRestic' parameter is relevant for a source cluster. restartRestic: true 7 # The following parameters are relevant for a remote cluster. exposedRegistryPath: <registry_route> 8 url: <destination_cluster_url> 9 serviceAccountSecretRef: name: <source_secret> 10 namespace: openshift-config
- 1
migration-controller
pod가 이 클러스터에서 실행되지 않는 경우 클러스터 이름을 업데이트합니다.- 2
migration-controller
pod는true
인 경우 이 클러스터에서 실행됩니다.- 3
- Microsoft Azure만 해당: 리소스 그룹을 지정합니다.
- 4
- 선택 사항: 자체 서명된 CA 인증서에 대한 인증서 번들을 생성하고
안전하지 않은
매개변수 값이false인
경우 base64 인코딩 인증서 번들을 지정합니다. - 5
- SSL 확인을 비활성화하려면
true
로 설정합니다. - 6
- 클러스터를 확인하려면
true
로 설정합니다. - 7
Stage
pod가 생성된 후 소스 클러스터에서Restic
pod를 다시 시작하려면true
로 설정합니다.- 8
- 원격 클러스터 및 직접 이미지 마이그레이션만 해당: 노출된 보안 레지스트리 경로를 지정합니다.
- 9
- 원격 클러스터만 해당: URL을 지정합니다.
- 10
- 원격 클러스터만 해당:
Secret
CR의 이름을 지정합니다.