🌐
GitHub
gist.github.com › mehdihasan › 3399998cba54bdec78deb9be4a002acb
Install OC client in Ubuntu/Debian · GitHub
install-oc-client-ubuntu.md · Go to this link to get your desired version of the OC client tool. I have choosen the latest version available in July, 2020. https://github.com/openshift/okd/releases/download/4.5.0-0.okd-2020-07-14-153706-ga/openshift-client-linux-4.5.0-0.okd-2020-07-14-153706-ga.tar.gz ·
Discussions

Ubuntu support
We want to be able to start and run microshift from ubuntu which is used by many ci systems. More on github.com
🌐 github.com
32
October 1, 2022
need some help installing OpenShift on Ubuntu 22.04 LTS
OpenShift origin is old openshift. You should be using OKD. Go to okd.io More on reddit.com
🌐 r/openshift
6
0
November 30, 2022
🌐
GitHub
github.com › openshift › installer
GitHub - openshift/installer: Install an OpenShift 4.x cluster · GitHub
Install an OpenShift 4.x cluster. Contribute to openshift/installer development by creating an account on GitHub.
Starred by 1.5K users
Forked by 1.5K users
Languages   Go 96.1% | Shell 2.2% | HCL 0.6% | PowerShell 0.6% | Python 0.5% | Go Template 0.0%
🌐
GitHub
github.com › jefferyb › openshift-ubuntu
GitHub - jefferyb/openshift-ubuntu: Official Ubuntu Docker image using OpenShift specific guidelines
Official Ubuntu Docker image using OpenShift specific guidelines - jefferyb/openshift-ubuntu
Forked by 6 users
Languages   Dockerfile 87.3% | Shell 12.7% | Dockerfile 87.3% | Shell 12.7%
🌐
Maastrichtuniversity
dsri.maastrichtuniversity.nl › docs › guide-local-install
Installing OpenShift Locally | Data Science Research Infrastructure
March 17, 2026 - # For Ubuntu 18.04 and older sudo ... https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04 -o /usr/local/bin/docker-machine-driver-kvm sudo chmod +x /usr/local/bin/docker-machine-driver-kvm # Check if libvirtd running systemctl is-active libvirtd # Start if inactive sudo systemctl start libvirtd # Copy MiniShift in your path cp minishift-1.34.1-linux-amd64/minishift /usr/local/bin ... Get your local OpenShift cluster URL ...
🌐
HowtoForge
howtoforge.com › home › how to install and configure openshift origin paas server on ubuntu 18.04
How to Install and Configure OpenShift Origin PaaS Server on Ubuntu 18.04
You can download the latest version of OpenShift from the Git repository with the following command: cd /opt wget https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-c...
🌐
GeeksforGeeks
geeksforgeeks.org › devops › install-openshift-in-ubuntu
How To Install OpenShift In Ubuntu ? - GeeksforGeeks
July 23, 2025 - Step 1: The latest version of OpenShift Origin is v3.11.0. You can download it from the Git Hub repository by using the wget command and paste github repository link address.
🌐
Medium
charles-campbell.medium.com › installing-openshift-on-ubuntu-2021-c6b9230192d1
Installing OpenShift on Ubuntu — 2021 | by Charlie Campbell | Medium
August 9, 2021 - Note: lsb_release -cs will return the name of your Ubuntu distribution. In my case it’s focal. 3. Update your apt package index and install Docker Engine and containerd · sudo apt-get install docker-ce docker-ce-cli containerd.io ... Now that Docker is installed we need to install OpenShift. First, download and extract the latest OpenShift Origin · wget https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gztar xvzf openshift*.tar.gz
Find elsewhere
🌐
GitHub
gist.github.com › marekjelen › 3731919
OpenShift @ Ubuntu · GitHub
OpenShift @ Ubuntu. GitHub Gist: instantly share code, notes, and snippets.
🌐
Openshift
openshift.github.io › geard
OpenShift Origin - geard
Together Docker and systemd ensure that developers can deliver and reliably run their applications to any environment. geard acts as an agent on each host to install Docker containers into systemd and support other container linking and configuration changes. The command-line client can connect to these agents for simple administrative tasks across a cluster, and in the future OpenShift brokers and other orchestrators will use the agent to manage containers across a cluster.
🌐
GitHub
github.com › openshift › microshift › issues › 984
Ubuntu support · Issue #984 · openshift/microshift
October 1, 2022 - We want to be able to start and run microshift from ubuntu which is used by many ci systems.
Author   kaovilai
🌐
Reddit
reddit.com › r/openshift › need some help installing openshift on ubuntu 22.04 lts
r/openshift on Reddit: need some help installing OpenShift on Ubuntu 22.04 LTS
November 30, 2022 -

hello, so I am trying to install and play around in OpenShift Origin on a VM, Linux 22.04 LTS. I installed docker, docker-compose, usermod'd the user aka -aG, updated, upgraded, then wget openshift origin from GitHub, cp'd the oc and kubectl to /usr/local/bin/, over version is down below, and then did the insecure-registries. but then I when I go to oc cluster up...after a while, I get this error every single time....and ufw is not enabled. thoughts? help? please?

thank you for your time!

admin@serverone:~/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit$ sudo oc cluster up

Getting a Docker client ...

Checking if image openshift/origin-control-plane:v3.11 is available ...

Pulling image openshift/origin-control-plane:v3.11

E1130 11:47:01.369580 16428 helper.go:179] Reading docker config from /root/.docker/config.json failed: open /root/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-control-plane:v3.11 anonymously

Pulled 1/5 layers, 23% complete

Pulled 2/5 layers, 41% complete

Pulled 3/5 layers, 67% complete

Pulled 4/5 layers, 86% complete

Pulled 5/5 layers, 100% complete

Extracting

Image pull complete

Pulling image openshift/origin-cli:v3.11

E1130 11:47:12.409848 16428 helper.go:179] Reading docker config from /root/.docker/config.json failed: open /root/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-cli:v3.11 anonymously

Image pull complete

Pulling image openshift/origin-node:v3.11

E1130 11:47:12.730055 16428 helper.go:179] Reading docker config from /root/.docker/config.json failed: open /root/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-node:v3.11 anonymously

Pulled 5/6 layers, 100% complete

Pulled 6/6 layers, 100% complete

Extracting

Image pull complete

Creating shared mount directory on the remote host ...

Determining server IP ...

Checking if OpenShift is already running ...

Checking for supported Docker version (=>1.22) ...

Checking if insecured registry is configured properly in Docker ...

Checking if required ports are available ...

Checking if OpenShift client is configured properly ...

Checking if image openshift/origin-control-plane:v3.11 is available ...

Starting OpenShift using openshift/origin-control-plane:v3.11 ...

I1130 11:47:19.263353 16428 config.go:40] Running "create-master-config"

I1130 11:47:21.021768 16428 config.go:46] Running "create-node-config"

I1130 11:47:21.876530 16428 flags.go:30] Running "create-kubelet-flags"

I1130 11:47:22.364642 16428 run_kubelet.go:49] Running "start-kubelet"

I1130 11:47:22.498928 16428 run_self_hosted.go:181] Waiting for the kube-apiserver to be ready ...

E1130 11:52:22.500726 16428 run_self_hosted.go:571] API server error: Get https://127.0.0.1:8443/healthz?timeout=32s: dial tcp 127.0.0.1:8443: connect: connection refused ()

Error: timed out waiting for the condition

🌐
GitHub
github.com › Thomas-T › openshift-ubuntu-base
GitHub - Thomas-T/openshift-ubuntu-base: OpenShift base images
$ git clone https://github.com/openshift/sti-base.git $ cd sti-base $ make build TARGET=rhel7
Author   Thomas-T
🌐
GitHub
github.com › redhatdemocentral › ocp-install-demo
GitHub - redhatdemocentral/ocp-install-demo: OpenShift Container Platform installed in fully automated and repeatable fashion on your laptop. Get started with your containerized development with a private PaaS installed in just minutes.
OpenShift Container Platform installed in fully automated and repeatable fashion on your laptop. Get started with your containerized development with a private PaaS installed in just minutes. - redhatdemocentral/ocp-install-demo
Starred by 82 users
Forked by 60 users
Languages   Batchfile 60.6% | Shell 39.4% | Batchfile 60.6% | Shell 39.4%
🌐
GitHub
github.com › minishift › minishift
GitHub - minishift/minishift: Run OpenShift 3.x locally | This project does not see active developement and maintenance. · GitHub
To run OpenShift 4.x locally, use CodeReady Containers.
Starred by 2.5K users
Forked by 474 users
Languages   Go 89.2% | Gherkin 7.3% | Shell 1.8% | Makefile 1.2% | Python 0.5%
🌐
Medium
medium.com › @maheshacharya_44641 › install-openshift-origin-on-ubuntu-18-04-7b98773c2ee6
Install OpenShift Origin on Ubuntu 18.04 | by Mahesh A. | Medium
November 12, 2018 - There are a lot of blogs and resources you will find online about installing OpenShift Origin, but none worked as advertised for me personally, thus, I am writing this as one more resource — which is working as of the day this is posted, to provide step by step guide on how to install OpenShift Origin on Ubuntu 18.04 ... SSH into your Ubuntu host VM. Install Docker To install docker on Ubuntu, please following the direction on this page: https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository · Add current user to the ‘docker’ group so that you don’t have to prefix ‘sudo’ — make sure to exit the terminal and SSH again for this to take effect. ... wget https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-client-tools-v3.9.0-191fece-linux-64bit.tar.gz
🌐
Red Hat
redhat.com › en › blog › deploying-to-openshift-using-github-actions
Deploying to OpenShift using GitHub Actions
November 19, 2025 - Note that the GitHub provided Linux runners already come bundled with oc 4.6. oc-login logs into an OpenShift cluster and sets up a Kubernetes config for the rest of the workflow job.
🌐
GitHub
github.com › openshift
OpenShift · GitHub
openshift/hypershift-oadp-plugin’s past year of commit activity
🌐
GitHub
github.com › cptmorgan-rh › install-oc-tools
GitHub - cptmorgan-rh/install-oc-tools: Script to install / upgrade oc, kubectl, and openshift-install cli tools for OpenShift 4. · GitHub
Instead many use Fedora, MacOS, Arch, Manjaro, Ubuntu, etc. This puts them in a tough situation when it comes to getting the OpenShift 4 CLI tools. You can manually go to mirror.openshift.com ...
Starred by 21 users
Forked by 15 users
Languages   Shell
🌐
Form.IO
products.containerize.com › devops › openshift › installation
Installation Guide
At this point, Docker is successfully installed. Download the OpenShift Origin client utility on Ubuntu from Git Hub repository: wget https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz