0

安装 minikube 并尝试添加 helm 插件
总是失败并显示消息
-- Applying addon 'helm':..Error application the add-on: Error execution command 'ssh command error:
command : docker run --rm -v /home/docker: /root:z -v /var/lib/minishift/openshift.local.config:/var/lib/minishift/openshift.local.config:z --net=host --env KUBECONFIG=/var/lib/minishift/ openshift.local.config/master/admin.kubeconfig --env HELM_HOST=localhost:8443 lachlanevenson/k8s-helm:v2.8.1 init
err : exit status 1
output : Creating /root/.helm
Creating /root/.helm/repository
创建 /root/.helm/repository/cache
创建 /root/.helm/repository/local
创建 /root/.helm/plugins
创建 /root/.helm/starters
创建 /root/.helm/cache/archive
创建 /root/.helm/repository/repositories.yaml
添加带有 URL 的稳定仓库:https
://kubernetes-charts.storage.googleapis.com 添加带有 URL 的本地仓库:http:// /127.0.0.1:8879/charts
$HELM_HOME 已在 /root/.helm 中配置。
错误:安装错误:发布 http://localhost:8080/apis/extensions/v1beta1/namespaces/kube-system/deployments : dial tcp 127.0.0.1:8080: getsockopt: connection denied
':

minishift 状态表示 openshift 没有运行

minishift 状态
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: ERR of (Mounted On: )
CacheUsage: 1.638 GB(由 oc 二进制、ISO 或缓存图像使用)

我被困在这里。感谢任何帮助

4

1 回答 1

0

问题接缝在http://localhost:8080而 HELM_HOST=localhost:8443 应该设置 https 而不是普通的 http。

于 2018-09-26T15:53:57.747 回答