You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kubernetes-sig-apps
Have same issue
simon....@brightcomputing.com
unread,
Aug 3, 2017, 9:56:41 PM8/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kubernetes-sig-apps
This is an old thread, but I'm going to post a reply as it has taken me days to figure this out. In most cases this is caused by incorrect Kubernetes configuration.
However, I have a work around. Whether this is the correct way, I'm not sure. Dump the tiller config....
helm init --debug --dryrun > tiller.yml
Set the Kubernetes master environment variable to the Kubernetes API server. Example master:8080 spec: containers: - env: - name: TILLER_NAMESPACE value: kube-system - name: KUBERNETES_MASTER value: 'hostname:port'