Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.07 KB

openshift4 and CodeReady Containers on macOS

This repo is used for running OpenShift4 with CodeReady Containers on macOS. Later on, I would like to enhance it also for Linux.

Install all prerequisites (Fedora)

You can do that, with a command:

ansible-playbook -vv -c local -i localhost, ./install-rpm-packages.yaml

Setup and start CRC for running OpenShift cluster

make run_openshift

Note: The initial setup can take more than 30 minutes.

Stop OpenShift cluster

make stop_openshift

Troubleshooting

Missing pull-secret

The task includes an option with an undefined variable. The error was: 'pull_secret' is undefined

Solution

Log-in with your Red Hat account and download a pull-secret.

Resources