Thanks Steve. Is it possible to run these commands without doing a new install 
or does this have to be integrated into the ONAP install. I ask because when I 
try to run the first command, I see the same kubectl error (The connection to 
the server 10.12.5.195:8080 was refused - did you specify the right host or 
port?) I have seen with other kubectl commands.

Thanks,
Itohan
From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Steve Siani
Sent: Thursday, October 25, 2018 10:44 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Issues with Tiller (Cannot Connect to Tiller)

Hi Itohan,

I have also faced this issue when installing ONAP recently.

The problem comes from the fact that there is no service account for the Tiller 
service.

To solve this issue, you just need to create a Kubernetes service account for 
Tiller and init helm. See the command bellow
$kubectl --namespace kube-system create serviceaccount tiller
$kubectl create clusterrolebinding tiller --clusterrole cluster-admin 
--serviceaccount=kube-system:tiller
$helm init --service-account tiller --upgrade

Regards,
Steve


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13312): https://lists.onap.org/g/onap-discuss/message/13312
Mute This Topic: https://lists.onap.org/mt/27623611/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to