- Known issues
- Installation
- Upgrading
- Backup and restore
- Using RedHat certified images
- Developer Tooling
GitLab Operator
The GitLab Operator is an installation and management method that follows the Kubernetes Operator pattern.
Use the GitLab Operator to run GitLab in OpenShift or on another Kubernetes-compatible platform.
Known issues
GitLab Operator does not support:
- Migration from GitLab Chart or Linux package to GitLab Operator. For migration of the installation method, you must follow steps similar to the manual migration steps. Support for automatic migration is proposed in GitLab Operator issue 1567.
- Deployment by using the GitLab Environment Toolkit. Support for this integration is proposed in GitLab Operator issue 1571.
- GitLab Geo installation and configuration. You cannot use GitLab Operator for deploying of primary or secondary sites. Support for Geo is tracked in GitLab Operator issue 1568.
- Git over SSH with OpenShift routes. For more information, see GitLab Operator documentation on OpenShift Routes.
- Database migrations of the (experimental) registry metadata database. For more information, see GitLab Operator issue 1599.
GitLab Operator has any other limitation of GitLab Chart. GitLab Operator relies on GitLab Chart to provision Kubernetes resources. Therefore, any limitation in GitLab Chart impacts GitLab Operator. Removing the GitLab Chart dependency from GitLab Operator is proposed in Cloud Native epic 64.
Installation
Instructions on how to install the GitLab Operator can be found in our installation document.
We list details of how we use Security Context Constraints in their respective document.
You should also be aware of the considerations for SSH access to Git, especially when using OpenShift.
Upgrading
Operator upgrades documentation demonstrates how to upgrade the GitLab Operator.
GitLab upgrades documentation demonstrates how to upgrade a GitLab instance, managed by the GitLab Operator.
Backup and restore
Backup and restore documentation demonstrates how to back up and restore a GitLab instance that is managed by the Operator.
Using RedHat certified images
RedHat certified images documentation demonstrates how to instruct the GitLab Operator to deploy images that have been certified by RedHat.
Developer Tooling
- Developer guide: Outlines the project structure and how to contribute.
- Versioning and Release Info: Records notes concerning versioning and releasing the operator.
- Design decisions: This projects makes use of Architecture Decision Records, detailing the structure, functionality, and feature implementation of this Operator.
- OpenShift Cluster Setup: Instructions for creating/configuring OpenShift clusters for Development purposes.