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 (#13310): https://lists.onap.org/g/onap-discuss/message/13310
Mute This Topic: https://lists.onap.org/mt/27623611/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to