Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
973 views
in Technique[技术] by (71.8m points)

openshift - Deployment "tiller" exceeded its progress deadline

I'm trying to install tiller server to an Openshift project

Helm/tiller version: 2.9.0

My project name: paytiller

At step 3, executing this command (mentioned as per this document - https://www.openshift.com/blog/getting-started-helm-openshift)

oc rollout status deployment tiller

I get this error:

error: deployment "tiller" exceeded its progress deadline

I'm not clear on what's the error message or could find any logs. Any idea why this error? If this doesn't work, what are the other suggestions for templating in Openshift?


EDIT

oc get events

Events:
  Type     Reason   Age                   From                     Message
  ----     ------   ----                  ----                         ---
  Warning  Failed   14m (x5493 over 21h)  kubelet, example.com  Error: ImagePullBackOff
  Normal   Pulling  9m (x255 over 21h)    kubelet, example.com  pulling image "gcr.io/kubernetes-helm/tiller:v2.9.0"
  Normal   BackOff  4m (x5537 over 21h)   kubelet, example.com  Back-off pulling image "gcr.io/kubernetes-helm/tiller:v2.9.0"

Thanks.

question from:https://stackoverflow.com/questions/65920254/deployment-tiller-exceeded-its-progress-deadline

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The issue was with the permissions on our OpenShift platform. We didn't have access to download from open-source directly.

We tried to add kubernetes-helm as a docker image to our organization repository and then we were able to pull the image to OpenShift project. It is working now. But still, we didn't get any clue of the issue from the logs.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...