从云shell调用的Helm安装在上周有效,但是现在无论使用bash还是powershell都会返回
错误:找不到分er
上周,我能够按照Microsoft文章Create an HTTPS ingress controller on Azure Kubernetes Service (AKS)创建入口控制器”>
现在进入头盔安装步骤时,出现标题中指示的错误。要重现此问题:
从云外壳调用的头盔安装在上周有效,但是现在无论使用bash还是powershell都会返回错误:找不到分er上周我能够创建入口...
kubectl -n kube-system create serviceaccount tiller
kubectl create clusterrolebinding tiller \
--clusterrole=cluster-admin \
--serviceaccount=kube-system:tiller
helm init --service-account tiller
# Users in China: You will need to specify a specific tiller-image in order to initialize tiller.
# The list of tiller image tags are available here: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.18.ErFNgC&repoId=62085.
# When initializing tiller, you'll need to pass in --tiller-image
helm init --service-account tiller \
--tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:<tag>
version.BuildInfo {版本:“ v3.1.1”,GitCommit:“ afe70585407b420d0097d07b21c47dc511525ac8”,GitTreeState:“干净”,GoVersion:“ go1.13.8”}