From 2f8c7dea89ddf696f2a037e1d53a37762ef0fb85 Mon Sep 17 00:00:00 2001 From: Lachlan Evenson Date: Tue, 6 Jun 2017 10:58:32 -0700 Subject: [PATCH] Update notes to include how to use Istioctl (#1246) --- incubator/istio/Chart.yaml | 2 +- incubator/istio/templates/NOTES.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/incubator/istio/Chart.yaml b/incubator/istio/Chart.yaml index 94e217b8d3..2105c1aca6 100644 --- a/incubator/istio/Chart.yaml +++ b/incubator/istio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Istio Helm chart for Kubernetes name: istio -version: 0.1.4 +version: 0.1.5 appVersion: 0.1.5 home: https://istio.io/ icon: https://github.com/istio/istio.github.io/blob/master/favicons/android-chrome-96x96.png diff --git a/incubator/istio/templates/NOTES.txt b/incubator/istio/templates/NOTES.txt index 2bbcea2c90..f3d1e9c8ea 100644 --- a/incubator/istio/templates/NOTES.txt +++ b/incubator/istio/templates/NOTES.txt @@ -44,3 +44,7 @@ Deploy your App! Or deploy the BookInfo App! https://istio.io/docs/samples/bookinfo.html + +Using Istioctl + + istioctl --managerAPIService {{ $serviceName }}-{{ .Values.manager.name }}:{{ .Values.manager.service.externalHttpApiServer }} [command]