Helm reported this error Error: no available release name found
Reason: Presumably because tiller does not have the correct role permissions.
Solution:
execute the command
[root@k8s-master01 helm]# kubectl create serviceaccount --namespace kube-system tiller [root@k8s-master01 helm]# kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller [root@k8s-master01 helm]# kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
Read More:
- [Solved] Android Kotlin Package release Error: Lint found fatal errors while assembling a release target.
- [error record] Android application release package error handling (turn off syntax check log processing release configuration)
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- [Solved] K8s cluster build error: error: kubectl get csr No resources found.
- [Solved] Bringing up interface eth0: Error: No suitable device found: no device found for connection ‘System eth0’.
- Yarn install error: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: ‘install‘
- Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
- [Solved] Ubuntu 20.04 LTS Install k8s Error: The connection to the server localhost:8080 was refused
- [Solved] Mac Install mongodb error: NonExistentPath: Data directory /data/db not found.
- [Solved] Yarn install Error: “error Found incompatible module.”
- [Solved] Springboot WARNING: All illegal access operations will be denied in a future release
- JMeter JDBC Error: No pool found named: ‘test‘ [How to Solve]
- jitpack.io ERROR: No build artifacts found [How to Solve]
- [Solved] The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS
- No repositories directory found inside registry_ DATA_ DIR
- [Solved] MSP430F5529 Error initializing emulator:No USB FET was found
- Visual Studio SignTool Error: No certificates were found that met all the given criteria.
- [Solved] @webservice Error: org.apache.cxf.common.i18n.UncheckedException: No operation was found with
- [Solved] No corresponding flash error is found during MDK download
- Postgis Install Error: could not load library “C:\……“:The specified module could not be found.