From b9b21291f0ebe1d9ae2c126854cf8e9ded631379 Mon Sep 17 00:00:00 2001 From: Guillaume Dupin Date: Mon, 4 Mar 2019 20:37:50 +0100 Subject: [PATCH] add init-tiller plugin to krew plugins index --- plugins/init-tiller.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 plugins/init-tiller.yml diff --git a/plugins/init-tiller.yml b/plugins/init-tiller.yml new file mode 100644 index 00000000000..cd625716d87 --- /dev/null +++ b/plugins/init-tiller.yml @@ -0,0 +1,26 @@ +apiVersion: krew.googlecontainertools.github.com/v1alpha2 +kind: Plugin +metadata: + name: init-tiller +spec: + version: "v1.0.0" # optional, only for documentation purposes + platforms: + # url for downloading the package archive: + - uri: https://github.com/yogeek/kubectl-plugins/releases/download/1.0.0/kubectl-init-tiller-v1.0.0.tar.gz + sha256: "15e0b59882eab68265812b46c5d937a512130e37ca95fe84db02a15f74ba1423" + files: # copy the used files out of the archive + - from: "/init_tiller/*.sh" # path to the files extracted from archive + to: "." # '.' refers to the root of plugin install directory + bin: "init_tiller.sh" # path to the plugin executable after copying files above + selector: + matchLabels: + os: linux + arch: amd64 + shortDescription: Deploy and configure Tiller with RBAC in a given namespace. + # (optional) use caveats field to show post-installation recommendations + caveats: | + This plugin needs the following programs: + * kubens + * helm + description: | + This plugin deploys and configures Tiller with RBAC in a given namespace. \ No newline at end of file