From 3fd1ff30360d9298c3053ae3461d335ca0e50f7e Mon Sep 17 00:00:00 2001 From: Rye Terrell Date: Thu, 3 Aug 2017 14:03:58 -0500 Subject: [PATCH] add instructions for installing kubefed with snap --- .../federation/set-up-cluster-federation-kubefed.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tasks/federation/set-up-cluster-federation-kubefed.md b/docs/tasks/federation/set-up-cluster-federation-kubefed.md index 114d54b735..1c379b198a 100644 --- a/docs/tasks/federation/set-up-cluster-federation-kubefed.md +++ b/docs/tasks/federation/set-up-cluster-federation-kubefed.md @@ -61,6 +61,15 @@ sudo cp kubernetes/client/bin/kubectl /usr/local/bin sudo chmod +x /usr/local/bin/kubectl ``` +### Install with snap on Ubuntu + +kubefed is available as a [snap](https://snapcraft.io/) application. + +1. If you are on Ubuntu or one of other Linux distributions that support [snap](https://snapcraft.io/docs/core/install) package manager, you can install with: + + sudo snap install kubefed --classic + +2. Run `kubefed version` to verify that the verison you've installed is sufficiently up-to-date. ## Choosing a host cluster.