Demo - Deploying from GitLab to OpenShift Container Cluster

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Demo - Deploying from GitLab to OpenShift Container Cluster
    In this video, GitLab's Senior Build Engineer demonstrates how to build, test, and deploy an application in a container from GitLab to the OpenShift container cluster.
    Register to watch the full webcast - goo.gl/iNikWJ
    Try GitLab EE FREE for 30 days, no credit card required - goo.gl/JdznoY
    Want to know more about our free GitLab.com? goo.gl/Uol8bl
    GitLab License FAQ - goo.gl/hZAsYF
    Questions?? - goo.gl/i7KzQ8

КОМЕНТАРІ • 22

  • @dejanualex
    @dejanualex 5 років тому +7

    Hi, how can I create a Gitlab runner in openshift, I suppose you used a template, do you have any resource for this ? thx

    • @bridgerhouston4131
      @bridgerhouston4131 3 роки тому

      pro trick : you can watch movies on kaldrostream. Been using them for watching loads of movies these days.

    • @allenjaime3191
      @allenjaime3191 3 роки тому

      @Bridger Houston definitely, been watching on kaldrostream for since december myself :D

    • @willievihaan6643
      @willievihaan6643 3 роки тому

      @Bridger Houston definitely, I've been watching on Kaldrostream for since november myself =)

    • @andersisaac7511
      @andersisaac7511 3 роки тому

      @Bridger Houston Yup, have been using KaldroStream for months myself :D

    • @mohammadliam2962
      @mohammadliam2962 3 роки тому

      @Bridger Houston yea, have been using Kaldrostream for since december myself :)

  • @patrice1664
    @patrice1664 6 років тому

    Hi, how do you expose ssh port for cloning/pull/push from "outside openshift" ?

  • @FaustoSaporito
    @FaustoSaporito 6 років тому

    Is it possible to do an example with gitlab-ci.yml, using OpenShift template ? If I have, for example, a custom image builder (tomcat8 for example, how I can specify that in the gitlab-ci file ?
    If I do manually, I run "oc new-app sarcouy/s2i-tomcat:8-jdk8-mvn3.5.0~172.30.95.162/testapp/java-app.git --name=tomcat8-app --strategy=source", now what's the equivalent in the gitlab-ci.yml file?
    Thanks!

  • @kallefalexandre2036
    @kallefalexandre2036 7 років тому +4

    Why does gitlab not start using rancherOs? OpenShift is good but only supports Kubernetes

  • @yousfimalek6892
    @yousfimalek6892 2 роки тому

    how you integrate gitlab with kubernetes /openshift please? i can't find it in the list of integrations

    • @lathak6995
      @lathak6995 2 роки тому

      yes same i cannot find the option too. let me know if someone figured how to get the option integrate gitlab with kubernetes /openshift

  • @guillongeoffrey6748
    @guillongeoffrey6748 6 років тому

    I can't find the image that you used to create your gitlab-runner pod ?

    • @tracen0954
      @tracen0954 6 років тому

      me too

    • @lksalbq
      @lksalbq 6 років тому

      I followed this instrunctions to be able with the git-lab runners github.com/oprudkyi/openshift-templates/tree/master/gitlab-runner

    • @zoobab28
      @zoobab28 5 років тому

      @@lksalbq struggling to get the runners to work, especially I don't know where to find this /etc/gitlab-runner/config.toml. Once I will solve that, I will make a detailed blog post because this is badly documented. And also, running gitlab, its workers, and running a pod whould be a oneliner (just post a yaml that should do everything).

    • @milanplesa9118
      @milanplesa9118 5 років тому

      @@zoobab28 also struggling. How you managed to get it working?

  • @projectlivefeed7604
    @projectlivefeed7604 4 роки тому +1

    Rofl the subtitles... 08:28 "where I know fish escape the Hilton ship cluster"

  • @alexander.kachkaev
    @alexander.kachkaev 7 років тому

    Just tried the runner's template (gitlab.com/gitlab-org/omnibus-gitlab/blob/f04b5c4443b3a98011577cdd7c9de766a287531e/docker/openshift/runner-template.yml) on Openshift online, but it did not work since the privileged containers are not permitted there.
    Error creating: pods "gitlab-runner-1-" is forbidden: unable to validate against any security context constraint: [securityContext.runAsUser: Invalid value: 0: UID on container gitlab-runner does not match required range. Found 0, required min: 1098150000 max: 1098159999 spec.containers[0].securityContext.privileged: Invalid value: true: Privileged containers are not allowed]