Install system
You need a system from which you can run the installation process. This system needs the following software installed:
- OpenShift CLI (oc)
- kubectl to manage your Kubernetes cluster
- yq to prepare the Hybrid Manager installation files
You can install these tools using the linked instructions or by using the instructions for your operating system that follow.
macOS
brew install kubectl yq
Linux
sudo apt install kubectl sudo snap install yq
sudo yum install kubectl sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
sudo apt-get install kubectl sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
Windows
Next steps
After you've installed the necessary software, you can move on to setting up aa RHOS cluster.
- On this page
- macOS
- Linux
- Windows
- Next steps
← Prev
Red Hat Open Shift installation prerequisites
↑ Up
Red Hat Open Shift installation prerequisites
Next →
Creating an Red Hat OpenShift cluster for use with Hybrid Manager
Could this page be better? Report a problem or suggest an addition!