Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataHUB: automate creation of gitlab runner #35

Open
Zalfsten opened this issue Jul 11, 2024 · 0 comments
Open

DataHUB: automate creation of gitlab runner #35

Zalfsten opened this issue Jul 11, 2024 · 0 comments
Assignees
Labels

Comments

@Zalfsten
Copy link
Contributor

Our DataHUB instance needs a gitlab runner for the CI/CD pipeline. Currently this runner is created as kubernetes pod by the helm chart. But it needs to be registered in gitlab. Currently this cannot be done via helm. The awkward workflow is:

  • sync datahub application in argocd (or apply helm chart). This will setup datahub, but the gitlab runner setup will fail.
  • Ask gitlab (either via web interface or API) for a gitlab runner registration token.
  • Enter the token either into argocd directly or add it to the basic_infrastructure project.
  • Sync datahub in argocd
  • Now the gitlab runner should come up successfully.

There are gitlab runner operators available for kubernetes. Maybe they are able to offer a workflow compatible to helm/argocd. This should be tries out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants