Hi, how can I create a Gitlab runner in openshift, I suppose you used a template, do you have any resource for this ? thx
@bridgerhouston41313 жыл бұрын
pro trick : you can watch movies on kaldrostream. Been using them for watching loads of movies these days.
@allenjaime31913 жыл бұрын
@Bridger Houston definitely, been watching on kaldrostream for since december myself :D
@willievihaan66433 жыл бұрын
@Bridger Houston definitely, I've been watching on Kaldrostream for since november myself =)
@andersisaac75113 жыл бұрын
@Bridger Houston Yup, have been using KaldroStream for months myself :D
@mohammadliam29623 жыл бұрын
@Bridger Houston yea, have been using Kaldrostream for since december myself :)
@patrice16646 жыл бұрын
Hi, how do you expose ssh port for cloning/pull/push from "outside openshift" ?
@yousfimalek68922 жыл бұрын
how you integrate gitlab with kubernetes /openshift please? i can't find it in the list of integrations
@lathak69952 жыл бұрын
yes same i cannot find the option too. let me know if someone figured how to get the option integrate gitlab with kubernetes /openshift
@FaustoSaporito6 жыл бұрын
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!
@guillongeoffrey67487 жыл бұрын
I can't find the image that you used to create your gitlab-runner pod ?
@tracen09546 жыл бұрын
me too
@lksalbq6 жыл бұрын
I followed this instrunctions to be able with the git-lab runners github.com/oprudkyi/openshift-templates/tree/master/gitlab-runner
@zoobab286 жыл бұрын
@@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).
@milanplesa91186 жыл бұрын
@@zoobab28 also struggling. How you managed to get it working?
@kallefalexandre20367 жыл бұрын
Why does gitlab not start using rancherOs? OpenShift is good but only supports Kubernetes
@maximesaddok88537 жыл бұрын
+1 it would be great !
@projectlivefeed76044 жыл бұрын
Rofl the subtitles... 08:28 "where I know fish escape the Hilton ship cluster"
@alexander.kachkaev7 жыл бұрын
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]