GitLab CI CD | Install and Configure GitLab Runner on Kubernetes with Helm

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 33

  • @tech_with_moss
    @tech_with_moss  2 года назад +2

    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
    @sameltringham2308 Год назад

    Thanks so much for this, I was stuck until I watched it :)

  • @НурмухамедЭсенбаев-э4ч

    Thanks a lot. Now it is kinda clear for me. As you mentioned, official documentation is really messy

  • @Dandelion9810
    @Dandelion9810 2 года назад +1

    Thank you for sharing the knowledge, it's very helpful I was stuck before watching this. 🙌

  • @anthonysalazar943
    @anthonysalazar943 Год назад +2

    excelente bro, tienes que hacer uno sobre la conexión a un cluster de kubernetes personal y hacer deploy en el, saludos...

  • @andrewnhien9714
    @andrewnhien9714 2 года назад +1

    Thanks for sharing. Helpful video, really enjoy it! Love the way you sharing, hope you keep it up!

  • @daniyalkhawaja6557
    @daniyalkhawaja6557 Год назад +2

    u deserve more subscribers!!

    • @tech_with_moss
      @tech_with_moss  Год назад +1

      Thanks so much! I appreciate the kind words.

  • @nouralsatari6424
    @nouralsatari6424 Год назад +2

    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?

  • @varshahemmige8366
    @varshahemmige8366 Год назад

    Thanks a lot for this video, works like a charm!

  • @tuvoxuan1894
    @tuvoxuan1894 11 месяцев назад

    thanks you a lot, wish you all the best!!

  • @renukaisadkar8560
    @renukaisadkar8560 Год назад

    Thanks a lot Moss. It's clear for me. Can you please also show how create gitlab runner for windows machine too.

  • @logicstv
    @logicstv Год назад +1

    Can you cover adding S3 bucket for caching

  • @arielalejandrowagner1593
    @arielalejandrowagner1593 Год назад

    Excellent! Thank for share. Regards. 😃

  • @xincheng2981
    @xincheng2981 Год назад

    brilliant viedeo, thank you so much for the video!

  • @maryamtamlalti1169
    @maryamtamlalti1169 5 месяцев назад

    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 ?

  • @ryangutwein6835
    @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

  • @jeremiahlee9703
    @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.

  • @engelpintoruiz7613
    @engelpintoruiz7613 2 года назад

    It's very good bro! Thanks

  • @sean_reyes
    @sean_reyes Год назад

    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
    @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

  • @jinkahari
    @jinkahari 2 года назад

    I am able to install runner, pod is creating. But when I tried to run pipeline with runner it's not working.

  • @skycastlechronicles
    @skycastlechronicles 11 месяцев назад

    500th like on this VID - ITS MIIIIINE !!!

    • @tech_with_moss
      @tech_with_moss  11 месяцев назад +1

      Congrats and thanks for the like!

  • @sh19871122
    @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

  • @ameyadeshpande1988
    @ameyadeshpande1988 Год назад

    I tried the same way, but Unable Gitlab-Runner did not get registered

  • @kyleposluns1088
    @kyleposluns1088 2 года назад

    If you want to add runners to the instance of gitlab-runner, are you supposed to edit the ConfigMap?

    • @kyleposluns1088
      @kyleposluns1088 2 года назад

      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?

  • @markcuello5
    @markcuello5 2 года назад

    HELP