We have used kubeadm to deploy kubernetes cluster instead of Rancher. Kubernetes version: 1.16.2 Helm version: 2.12.3 ONAP release: Dublin We have tried multiple ways but unable to get the Helm server(Tiller) up. Also, when the tiller is unable to install, we have tried this command as; " helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f - " This brings up the tiller and shows the tiller pod too. After this, we are running this command to install ONAP ( helm install local /onap --name development ) and it gives the following error; Error: apiVersion "apps/v1beta1" in onap/charts/sdnc/charts/mysql/templates/statefulset.yaml is not available
I've attached the document we are following and also we are following https://wiki.onap.org/display/DW/Deploying+Kubernetes+Cluster+with+kubeadm Regards, Abhishek -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19347): https://lists.onap.org/g/onap-discuss/message/19347 Mute This Topic: https://lists.onap.org/mt/42203791/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
