Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

问个问题,现在cert-manager为何一直安装不成功? #8

Open
pigLoveRabbit520 opened this issue Feb 25, 2019 · 2 comments
Open

Comments

@pigLoveRabbit520
Copy link

pigLoveRabbit520 commented Feb 25, 2019

helm 是装成功了

root@rancher-master1:~# helm version
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}

但是helm install stable/cert-manager --name cert-manager --namespace kube-system一直不成功
,看pod是image拉不下来

kube-system     cert-manager-6d47b6c444-m66vz             1/1     Running            0          6m
kube-system     cert-manager-webhook-84cfc4d76f-j6wrw     0/1     ImagePullBackOff   0          6m
kube-system     cert-manager-webhook-ca-sync-nn9g4        0/1     Completed          4          6m

repo我也改了,

helm repo list
NAME     	URL                                                
stable   	http://mirror.azure.cn/kubernetes/charts/          
local    	http://127.0.0.1:8879/charts                       
incubator	http://mirror.azure.cn/kubernetes/charts-incubator/

请问这是什么问题呢?

@BurdenBear
Copy link
Owner

BurdenBear commented Feb 25, 2019

这和helm仓库貌似没有关系了,这边已经从helm repo拿到了chart的信息,可以看到已经创建好一些pod了,但是在创建 cert-manager-webhook-84cfc4d76f-j6wrw 这个容器的时候报出 ImagePullBackOff,应该是因为对应的docker镜像无法pull下来,可以去找下原因。

@pigLoveRabbit520
Copy link
Author

好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants