-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
application redeployment is getting failed for OpenShift v3.7 #17705
Comments
Are you saying that it stays in backoff for some time and then it can all of a sudden pull the image again? |
Yes
how can I find it? This is the event log
Yes
DeploymentConfig:
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
In redeploying scenario on OpenShift v3.7/minishift v1.7.0 may be Deployment/DeploymentConfig is not happening correctly.
Its unable to pull the images from OpenShift's internal registry as pod status keeps shuffling between ErrImagePull/ImagePullBackOff for a long time before pod comes up. Tough it looks like imagestream build happening correctly.
fabric8io/fabric8-maven-plugin#1130
Version
oc v3.6.0+c4dd4cf
kubernetes v1.6.1+5115d708d7
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://192.168.42.170:8443
openshift v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
Steps To Reproduce
1.deploy the application
2. redeploy the same application either with some change/without any change.
Current Result
Keep throwing ErrImagePull/ImagePullBackOff
Expected Result
Application pod should come up in one go
The text was updated successfully, but these errors were encountered: