首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何通过helm3在GKE上远程安装新图表?

如何通过helm3在GKE上远程安装新图表?
EN

Stack Overflow用户
提问于 2021-05-21 18:22:04
回答 1查看 80关注 0票数 0

我在helm3中得到了这个错误,为什么?

代码语言:javascript
复制
$ gcloud config list
[core]
account = xxxxx@xxxxx
disable_usage_reporting = True
project = project1-xxxxx

Your active configuration is: [xconfig]

$ kubectl get nodes --cluster gke_project1-xxxxx-central1-c_cluster-1
NAME                                       STATUS   ROLES    AGE    VERSION
gke-cluster-1-default-pool-xxxxx-xxxxx   Ready    <none>   159m   v1.19.9-gke.1400
gke-cluster-1-default-pool-xxxxx-xxxxx   Ready    <none>   159m   v1.19.9-gke.1400
gke-cluster-1-default-pool-xxxxx-xxxxx   Ready    <none>   159m   v1.19.9-gke.1400

$ helm3 install -f values.yaml confluent confluentinc/cp-helm-charts
ERROR: ld.so: object '/usr/local/lib/AppProtection/libAppProtection.so' from /etc/ld.so.preload cannot be preloaded (failed to map segment from shared object): ignored.
ERROR: ld.so: object '/usr/local/lib/AppProtection/libAppProtection.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/local/lib/AppProtection/libAppProtection.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Error: Kubernetes cluster unreachable
EN

回答 1

Stack Overflow用户

发布于 2021-05-24 19:01:01

这个来自官方存储库的guide可以帮助你安装confluentinc吗?

代码语言:javascript
复制
helm repo add confluentinc https://confluentinc.github.io/cp-helm-charts/   #(1)
helm repo update    #(2)
helm install confluentinc/cp-helm-charts --name my-confluent --version 0.6.0 

使用$ kubectl config view检查kubeconfig file

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/67635018

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档