Hi all,
I’m trying to configure a gitlab (CE 13.11.4) pipline on a self-managed, air gapped (private) AWS Openshift cluster. However, gitlab is running on an Ubuntu 20.04.1 LTS server.
I’ve installed and configured gitlab-runner (14.2.0~beta.33.) and I have the env KUBECONFIG set. However, no matter what config change I make I get the below error:
Preparing the "kubernetes" executor
00:09
Using Kubernetes namespace: Openshift
ERROR: Preparation failed: getting Kubernetes config: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
Will be retried in 3s ...
```LS
Any suggestions will be greatly appreciated.