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
http://www.itdecent.cn/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

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內容

  • [root@gf1 ides]# history |grep helm372 tar -zxvf helm-v2...
    Helen_Cat閱讀 304評論 0 0
  • 安裝docker # apt-get install apt-transport-https ca-certifi...
    拖鞋花短褲閱讀 1,402評論 0 0
  • 1.編寫一個簡單的helloworld 1.編寫helloworld的web app 創(chuàng)建spring項目,修改配...
    k7s閱讀 1,064評論 0 1
  • 各個 node上 下載 helm tiller docker image docker pull registry...
    老呂子閱讀 10,621評論 1 2
  • 08年夏天,她們高考完的那個晚上,我去看她,她就把我拋棄了,后來我和曲娜娜在操場看到她和他,我問曲娜娜“那是誰...
    慧娜閱讀 256評論 0 0

友情鏈接更多精彩內容