Skip to content

kontena/pharos-cluster

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7f4356 · Apr 10, 2019
Nov 9, 2018
Apr 5, 2019
Feb 1, 2019
Feb 4, 2019
Aug 29, 2018
Apr 5, 2019
Apr 4, 2019
Feb 1, 2019
Apr 10, 2019
Oct 24, 2018
Apr 10, 2019
Apr 8, 2019
Apr 4, 2018
Apr 2, 2019
Feb 27, 2019
Nov 26, 2018
Mar 20, 2018
Nov 23, 2018
Mar 14, 2019
Aug 14, 2018
Feb 21, 2018
Sep 24, 2018
Dec 20, 2018
Mar 20, 2018
Oct 10, 2018
Apr 4, 2018
Apr 5, 2019

Repository files navigation

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.