question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to upgrade using operator - upgrade pod - pod has unbound PersistentVolumeClaims

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report  
[ ] Documentation issue or request

Description

I tried to upgrade from “1.4.9” to “latest” (because currently there is still hardcoded “latest” upgrade pod in operator image #3924). Then I tried from “1.5.5” to “latest” with the same result - upgrade pod won’t start because of this: up1

There is also this error in the operator log:

time="2018-11-01T11:58:12Z" level=error msg="error syncing key (myproject/app): object is being deleted: persistentvolumeclaims \"syndesis-upgrade\" already exists"

steps to reproduce: ./syndesis install -s ./syndesis install --project myproject --tag 1.4.9 wait for syndesis to install deploy new operator image, for example 1.5.6 version

minishift v1.26.1+1e20f27 openshift 3.10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
avanocommented, Nov 26, 2018

fixed in CR2 prod build

0reactions
heiko-brauncommented, Nov 9, 2018

@avano Yes, makes sense.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing Pod Has Unbound Immediate PersistentVolumeClaims ...
So update your test-pvc.yml and change the storage from 3Gi to 1Gi and re-apply the PVC configuration. 1. Delete the old PVC: $...
Read more >
pod has unbound immediate persistentvolumeclaims #237
Hi I am trying to run consul on Kubernetes using the repo. I get the error "pod has unbound immediate persistentvolumeclaims ".
Read more >
pod has unbound immediate PersistentVolumeClaims
PersistentVolumeClaims will remain unbound indefinitely if a matching PersistentVolume does not exist. The PersistentVolume is matched with ...
Read more >
Fixing – pod has unbound immediate persistentvolumeclaims ...
To fix this issue you should put the same accessModes in both PV and **PVC ** configurations, so choose accessModes based on your...
Read more >
Persistent Volumes | Kubernetes
A PersistentVolumeClaim (PVC) is a request for storage by a user. It is similar to a Pod. Pods consume node resources and PVCs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found