你好,图上的等待中就是部署失败了。我们会在3.0中加入更友好的提示信息。
这个应用部署失败的原因是阿里云的repo好久没更新了,目前很多应用不兼容v1.16版本。建议使用azure的repo: http://mirror.azure.cn/kubernetes/charts/
测试一个应用是否能正常部署可以通过以下的命令:
[root@ks-allinone ~]# helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
"aliyun" has been added to your repositories
[root@ks-allinone ~]# helm search mysql | grep aliyun
aliyun/mysql 0.3.5 Fast, reliable, scalable, and easy to use open-source rel...
aliyun/percona 0.3.0 free, fully compatible, enhanced, open source drop-in rep...
aliyun/percona-xtradb-cluster 0.0.2 5.7.19 free, fully compatible, enhanced, open source drop-in rep...
aliyun/gcloud-sqlproxy 0.2.3 Google Cloud SQL Proxy
aliyun/mariadb 2.1.6 10.1.31 Fast, reliable, scalable, and easy to use open-source rel...
[root@ks-allinone ~]# helm install aliyun/mysql
Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"