TOC: Introduction: 00:00 GitLab Runner Kubernetes Executor: 00:48 GitLab Runner Helm Chart: 03:28 Filling out the values.yaml file: 07:15 Install the Helm chart: 16:46 Run a GitLab CI pipeline: 20:06 Overview of GitLab Runner Operator and GitLab Agent: 22:43 Conclusion: 29:04
@sameltringham2308 Жыл бұрын
Thanks so much for this, I was stuck until I watched it :)
@НурмухамедЭсенбаев-э4ч2 жыл бұрын
Thanks a lot. Now it is kinda clear for me. As you mentioned, official documentation is really messy
@anthonysalazar943 Жыл бұрын
excelente bro, tienes que hacer uno sobre la conexión a un cluster de kubernetes personal y hacer deploy en el, saludos...
@Dandelion98102 жыл бұрын
Thank you for sharing the knowledge, it's very helpful I was stuck before watching this. 🙌
@daniyalkhawaja6557 Жыл бұрын
u deserve more subscribers!!
@tech_with_moss Жыл бұрын
Thanks so much! I appreciate the kind words.
@andrewnhien97142 жыл бұрын
Thanks for sharing. Helpful video, really enjoy it! Love the way you sharing, hope you keep it up!
@tech_with_moss2 жыл бұрын
Thank you! I'm glad it was valuable!
@tuvoxuan1894 Жыл бұрын
thanks you a lot, wish you all the best!!
@varshahemmige83662 жыл бұрын
Thanks a lot for this video, works like a charm!
@renukaisadkar8560 Жыл бұрын
Thanks a lot Moss. It's clear for me. Can you please also show how create gitlab runner for windows machine too.
@arielalejandrowagner15932 жыл бұрын
Excellent! Thank for share. Regards. 😃
@xincheng29812 жыл бұрын
brilliant viedeo, thank you so much for the video!
@tech_with_moss2 жыл бұрын
Im glad you liked it!
@maryamtamlalti11698 ай бұрын
Thank you!! please i have a qst i am using minikube and i want to install the gitlab runner over the cluster, do i have to do the installation from the controller node ?
@logicstv Жыл бұрын
Can you cover adding S3 bucket for caching
@engelpintoruiz76132 жыл бұрын
It's very good bro! Thanks
@tech_with_moss2 жыл бұрын
I'm glad you liked it!
@nouralsatari64242 жыл бұрын
did you move .m2 inside your build directory? because whenever i tried to cache .m2 i used to get "not supported outside build directory". if so, how did you manipulate the maven docker image to move .m2 directory inside your $CI_PROJECT_DIR?
@PigeonsRelatable Жыл бұрын
500th like on this VID - ITS MIIIIINE !!!
@tech_with_moss Жыл бұрын
Congrats and thanks for the like!
@ryangutwein6835 Жыл бұрын
Any update with the readiness probe error for the kubelet? Is it a token issue? When i initially deployed my runner into my eks cluster it was showing up in my projects, but now since this readiness probe error started showing up the executor is not showing up in my projects. I have tried helm uninstall and then re-installing with no luck
@sean_reyes2 жыл бұрын
is the rapberry pi 4 powerful enough to be a good Gitlab runner? say I have 5 projects that uses the same pipeline with 6 jobs... and this 5 projects may have 10-20 pipeline triggers everyday...
@ayodelegilbert8860 Жыл бұрын
Thank you so much for this. I am having issue using custom certificate when registering the gitlab runner in a GCP Kubernetes cluster. I am getting the error message x509; certificate signed by unknown authority. I have set the certsSecretName in the value.yaml file and still getting the error. Any idea on what to do
@jeremiahlee9703 Жыл бұрын
Have you tried utilizing the runner to setup a docker network with a couple containers on it? I'm getting some hostname resolution issues.
@jinkahari2 жыл бұрын
I am able to install runner, pod is creating. But when I tried to run pipeline with runner it's not working.
@sh19871122 Жыл бұрын
but, my runner get error: Warning FailedMount 1s kubelet Unable to attach or mount volumes: unmounted volumes=[projected-secrets], unattached volumes=[projected-secrets etc-gitlab-runner configmaps custom-certs kube-api-access-fg9mr]: timed out waiting for the condition
@ameyadeshpande19882 жыл бұрын
I tried the same way, but Unable Gitlab-Runner did not get registered
@kyleposluns10882 жыл бұрын
If you want to add runners to the instance of gitlab-runner, are you supposed to edit the ConfigMap?
@kyleposluns10882 жыл бұрын
Also, are you supposed to do one helm chart for each runner and one runner for each project? How do you update the helm chart with an additional runner?