devops:paas:openshift
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
devops:paas:openshift [2023/11/01 07:15] – removed - external edit (Unknown date) 127.0.0.1 | devops: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:// | ||
+ | |||
+ | Download the openshift-origin-**server**-*.tar.gz, | ||
+ | |||
+ | == 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: | ||
+ | |||
+ | < | ||
+ | sudo ./oc cluster up --host-data-dir=/ | ||
+ | </ | ||
+ | |||
+ | == Vagrant == | ||
+ | |||
+ | Here is a vagrant file to get started quickly: | ||
+ | https:// |