postfinance / kubenurse

Kubernetes network monitoring
MIT License
416 stars 39 forks source link

Kubenurse shold not try to bind pvc on startup #9

Closed zbindenren closed 4 years ago

zbindenren commented 4 years ago

When kubenurse does that, it stays in pending state and all other tests fail. It would be better to do that periodically.

djboris9 commented 4 years ago

This is due to our internal configuration as we attached volume(es) to the Pod in order to check storage access.

But as soon as we implement https://github.com/postfinance/kubenurse/issues/8 we can move the volume mount to the child/patient. It would enable us to detect storage access loss too.

zbindenren commented 4 years ago

Ok, closing.