Operator 0.11.4 fails to install on OpenShift 4.8.x provisioned on IBM Power
Summary
Followed instructions in this link to install Gitlab on OpenShift: https://docs.gitlab.com/operator/installation.html.
After running this command below, got error message standard_init_linux.go:219: exec user process caused: exec format error in pod git-controller-manager.
kubectl apply -f https://gitlab.com/api/v4/projects/18899486/packages/generic/gitlab-operator/${GL_OPERATOR_VERSION}/gitlab-operator-${PLATFORM}-${GL_OPERATOR_VERSION}.yaml
Steps to reproduce
Provision OCP 4.8.x on IBM Power and install Gitlab on it.
Current behavior
Operator failed to install because of the above error message.
Expected behavior
Operator installs without error.
Versions
- Operator: 0.11.4
- Platform:
- Self-hosted: OpenShift on IBM Power (ppc64le architecture)
Questions
Does Gitlab Operator support the OpenShift on IBM Power?