centos7 install helm

download helm
for 2.9.1
https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz

also you can download 2.10 ,
but notice ,the helm server and client version must same version, or it can not work

tar -zxvf helm.tar.gz
cp helm /usr/local/bin/

install tiller

kubectl create clusterrolebinding tiller-cluster-admin
--clusterrole=cluster-admin
--serviceaccount=kube-system:default

helm install --name prometheus stable/prometheus
helm ls

helm init --service-account tiller --force-upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.9.1 --stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts

https://stackoverflow.com/questions/50664791/tiller-is-installed-but-not-found-by-helm

https://blog.csdn.net/qq_35959573/article/details/80885052

install k8s
https://www.jianshu.com/p/5cae59ec7212

https://stackoverflow.com/questions/50664791/tiller-is-installed-but-not-found-by-helm

https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/

https://blog.csdn.net/qq_21816375/article/details/80165167

https://blog.csdn.net/yjk13703623757/article/details/72187862?locationNum=5&fps=1

local install seldon-core in k8s
cd seldon-core

helm install ./helm-charts/seldon-core-crd --name seldon-core-crd --set usage_metrics.enabled=true
helm install ./helm-charts/seldon-core --name seldon-core

!eval $(minikube docker-env) && s2i build . seldonio/seldon-core-s2i-python3:0.1 keras-mnist:0.1

!kubectl create -f keras_mnist_deployment.json

!kubectl get seldondeployments seldon-deployment-example -o jsonpath='{.status}'

!cd ../../../util/api_tester && make build_protos

!python ../../../util/api_tester/api-tester.py contract.json
minikube ip kubectl get svc -l app=seldon-apiserver-container-app -o jsonpath='{.items[0].spec.ports[0].nodePort}'
--oauth-key oauth-key --oauth-secret oauth-secret -p

!minikube delete

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • [root@gf1 ides]# history |grep helm372 tar -zxvf helm-v2...
    Helen_Cat阅读 1,886评论 0 0
  • 安装docker # apt-get install apt-transport-https ca-certifi...
    拖鞋花短裤阅读 5,104评论 0 0
  • 1.编写一个简单的helloworld 1.编写helloworld的web app 创建spring项目,修改配...
    k7s阅读 4,545评论 0 1
  • 各个 node上 下载 helm tiller docker image docker pull registry...
    老吕子阅读 13,566评论 1 2
  • 08年夏天,她们高考完的那个晚上,我去看她,她就把我抛弃了,后来我和曲娜娜在操场看到她和他,我问曲娜娜“那是谁...
    慧娜阅读 1,517评论 0 0

友情链接更多精彩内容