From 5629d3923a2b29bfdbe6d16fd32f488812095a15 Mon Sep 17 00:00:00 2001 From: Min Kyu Lee Date: Thu, 11 Jul 2019 15:14:55 -0400 Subject: [PATCH] Updated `helm init` usage with alt Tiller ports Signed-off-by: Min Kyu Lee --- cmd/helm/init.go | 4 +++- docs/helm/helm_init.md | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cmd/helm/init.go b/cmd/helm/init.go index 198f71ec1..69b98814a 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -53,7 +53,9 @@ When installing Tiller, 'helm init' will attempt to install the latest released version. You can specify an alternative image with '--tiller-image'. For those frequently working on the latest code, the flag '--canary-image' will install the latest pre-release version of Tiller (e.g. the HEAD commit in the GitHub -repository on the master branch). +repository on the master branch). If you wish to use Tiller on alternative +ports, you can specify so by using the flags '--tiller-port' and +'--tiller-probe-port' respectively. To dump a manifest containing the Tiller deployment YAML, combine the '--dry-run' and '--debug' flags. diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 1fd26b427..5da32cb5f 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -19,7 +19,9 @@ When installing Tiller, 'helm init' will attempt to install the latest released version. You can specify an alternative image with '--tiller-image'. For those frequently working on the latest code, the flag '--canary-image' will install the latest pre-release version of Tiller (e.g. the HEAD commit in the GitHub -repository on the master branch). +repository on the master branch). If you wish to use Tiller on alternative +ports, you can specify so by using the flags '--tiller-port' and +'--tiller-probe-port' respectively. To dump a manifest containing the Tiller deployment YAML, combine the '--dry-run' and '--debug' flags. @@ -77,4 +79,4 @@ helm init [flags] * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 5-Jun-2019 +###### Auto generated by spf13/cobra on 19-Jul-2019