Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
/ tray-macos Public archive

Small tray app for crc to perform common cluster operations

License

Notifications You must be signed in to change notification settings

crc-org/tray-macos

Repository files navigation

CodeReady Container: OpenShift 4 on your laptop

This is a companion app for CodeReady Containers, it works only on macOS For the CRC project head over to: https://github.com/code-ready/crc

Build Status

How to use

  1. You need the latest CRC binary first. Download it from https://github.com/code-ready/crc/releases
  2. Download the precompiled tray app from releases page of this repository
  3. run crc daemon
  4. Launch the tray app you downloaded and you should see the OCP logo on the menubar
  5. Pull Secret and Bundle must be configured with crc config set pull-secret-file and crc config set bundle

Screenshots

shot2

shot3

shot1

Steps to build

Note: CodeReady Containers tray needs minimum Xcode version 10.3. You might be able to build it with older versions of Xcode but that has not been tested.

  1. Clone this repository git clone https://github.com/code-ready/tray-macos.git.
  2. Change to the tray-macos directory.
  3. Run the build script ./build.sh which will create CodeReady Containers.app inside tray-macos/out directory.