Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.77 KB

installing-cli.md

File metadata and controls

52 lines (33 loc) · 1.77 KB

Installing triton-kubernetes CLI

Each release on github has associated binaries built which can be used to easily install triton-kubernetes CLI.

Install on Linux

There are three packages available for Linux. An RPM, DEB and a standalone binary.

Linux install using RPM package

Download the triton-kubernetes rpm package.

From the same directory as where rpm package was downloaded, run the following command:

rpm -i triton-kubernetes_v0.9.0_linux-amd64.rpm

Replace triton-kubernetes_v0.9.0_linux-amd64.rpm with the package name that was downloaded.

Linux install using DEB package

Download the triton-kubernetes deb package.

From the same directory as where deb package was downloaded, run the following command:

dpkg -i triton-kubernetes_v0.9.0_linux-amd64.deb
apt-get install -f

Replace triton-kubernetes_v0.9.0_linux-amd64.deb with the package name that was downloaded.

Linux install using standalone binary

Triton Multi-Cloud Kubernetes CLI has a standalone Linux binary available. Download the triton-kubernetes Linux binary. Move the binary to /usr/local/bin/ or somewhere in your $PATH.

Install on OSX

Triton Multi-Cloud Kubernetes CLI has a standalone OSX binary available. Download the triton-kubernetes OSX binary. Move the binary to /usr/local/bin/ or somewhere in your $PATH.

triton-kubernetes CLI can also be installed using Homebrew. To install the latest version:

brew tap joyent/tap
brew install triton-kubernetes