Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
kubectl -n kube-system create serviceaccount tiller
kubectl create clusterrolebinding tiller --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
helm init --stable-repo-url https://charts.helm.sh/stable --service-account tiller
kubectl -n kube-system  rollout status deploy/tiller-deploy

Perform this on the other onap-control nodes:

Code Block
languagebash
firstline1
helm init --stable-repo-url https://charts.helm.sh/stable --client-only



Setting up the NFS share for multinode kubernetes cluster:

...