Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Document snaps #2108

Merged
merged 2 commits into from
May 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion site/fluxctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,26 @@ brew install fluxctl

## Linux

### Ubuntu (and others): snaps

[Many Linux distributions](https://docs.snapcraft.io/installing-snapd) support
snaps these days, which makes it very easy to install `fluxctl` and stay up to
date.

To install it, simply run:

```sh
sudo snap install fluxctl
```

If you would prefer to track builds from master, run

```sh
sudo snap install fluxctl --edge
```

instead.

### Arch Linux

Install the `fluxctl-bin` package [from the
Expand Down Expand Up @@ -634,7 +654,7 @@ configured using fluxctl.

Here's a simple but complete deployment file with annotations:

```
```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down