old_issues_repo icon indicating copy to clipboard operation
old_issues_repo copied to clipboard

helm install of 0.7.1 fails with a missing template security.name

Open sgandon opened this issue 7 years ago • 0 comments

Is this a BUG or FEATURE REQUEST?: This is a BUG Did you review https://istio.io/help/ and existing issues to identify if this is already solved or being worked on?: Yes Bug: Y

What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details

istioctl version
Version: 0.7.1
GitRevision: 62110d4f0373a7613e57b8a4d559ded9cb6a1cc8
User: root@c5207293dc14
Hub: docker.io/istio
GolangVersion: go1.9
BuildStatus: Clean

kubectl version
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.6", GitCommit:"9f8ebd171479bec0ada837d7ee641dec2f8c6dd1", GitTreeState:"clean", BuildDate:"2018-03-21T15:21:50Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.6", GitCommit:"9f8ebd171479bec0ada837d7ee641dec2f8c6dd1", GitTreeState:"clean", BuildDate:"2018-03-21T15:13:31Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}

Is Istio Auth enabled or not ? Did you install the stable istio.yaml, istio-auth.yaml.... or if using the Helm chart please provide full command line input. helm install istio --name istio --namespace=istio-system Error: render error in "istio/charts/security/templates/serviceaccount.yaml": template: istio/charts/security/templates/serviceaccount.yaml:6:21: executing "istio/charts/security/templates/serviceaccount.yaml" at <{{template "security...>: template "security.name" not defined What happened: failed to install cause

What you expected to happen: :) How to reproduce it: just do

curl -L https://git.io/getLatestIstio | sh -
cd istio-0.7.1/install/kubernetes/helm/
helm install istio --name istio --namespace=istio-system

sgandon avatar May 09 '18 15:05 sgandon