User Tools

Site Tools


devops:paas:openshift

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devops:paas:openshift [2023/11/01 07:15] – removed - external edit (Unknown date) 127.0.0.1devops:paas:openshift [2023/11/01 07:15] (current) – ↷ Page moved from camunda:devops:paas:openshift to devops:paas:openshift skipidar
Line 1: Line 1:
 +===== OpenShift =====
  
 +== Download ==
 +To start experimenting you need to download the release like v3.7.0 (not the patch version) from here:
 +https://github.com/openshift/origin/tags
 +
 +Download the openshift-origin-**server**-*.tar.gz, not the client. It contains more tools like kubectl.
 +
 +== Launch ==
 +
 +Launch the the OpenShift server NOT by "sudo ./openshift start" as proposed by the docu.
 +This will bind the openshift to the local-ip, which may be the docker internal ip, which is not known by host, when running from a virtual machine.
 +
 +Instead do:
 +
 +<code>
 +sudo ./oc cluster up --host-data-dir=/data/openshift --use-existing-config --public-hostname=127.0.0.1
 +</code>
 +
 +== Vagrant ==
 +
 +Here is a vagrant file to get started quickly:
 +https://gist.github.com/skipidar/4b9fbb9e7e218ce4587ad632eb9e8eb3