Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.43 KB

Pharos Cluster

Build Status Build Status Join the chat at https://slack.kontena.io

Pharos Cluster is a Kontena Pharos (Kubernetes distribution) management tool. It handles cluster bootstrapping, upgrades and other maintenance tasks via SSH connection and Kubernetes API access.

Installation

chpharos

The easiest way to install is to use the Kontena Pharos version switcher chpharos.

$ chpharos install latest
$ pharos --help

Download binaries

The binary packages are available on the Downloads section of your Kontena Account page.

Build and install Ruby gem

You need Ruby version 2.5

$ gem build pharos-cluster.gemspec
$ gem install pharos-cluster*.gem
$ pharos --help

Usage

See documentation.

Further Information

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kontena/pharos-cluster.