Cells
기능 테스트의 일환으로 Cell 인스턴스 활성화 및 토폴로지 서비스 클라이언트 구성을 포함하여 GitLab.com 관리자를 위한 GitLab Cells 기능을 구성하고 테스트합니다.
[!disclaimer] Cell 기능을 테스트하려면 GitLab Rails 콘솔을 구성하세요. Note 이 기능은 GitLab.com 관리자만 사용할 수 있습니다. GitLab Self-Managed 또는 GitLab Dedicated 인스턴스에서는 사용할 수 없습니다. Cells 1.0이 개발 중입니다. Cell 개발 현황에 대한 자세한 내용은 에픽 12383 을 참조하세요. 구성 # GitLab 인스턴스를 Cell 인스턴스로 구성하려면: Self-compiled (source) Linux Package (Omnibus) Helm chart config/gitlab.yml 의 cells 관련 구성은 다음 형식입니다: cell: enabled: true id: 1 database: skip_sequence_alteration: false topology_service_client: address: topology-service.gitlab.example.com:443 ca_file
