Postgres pod suddenly dissapeared after update in gcloud

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Postgres pod suddenly dissapeared after update in gcloud



We changed kubernetes node version because of this message, and because for some reason, pods were unable to be scheduled enter image description here
Before this message, however, there was a postgres pod running enter image description here



As you can see the pod is gone, for some reason, why is it so?
enter image description here
I cannot seem to get it back, when I try kubectl get events I get that no resources cannot be found, is there anyway to revive the postgres container, or get information about it, why is it down? What could I do? kubectl logs postgres doesn't seem to work either.


kubectl get events


kubectl logs postgres



What I want to get is where was this postgres pod running (like the location path), or if the configuration of this pod is still available, or if this is lost forever. If the pod is dead, can I still access to it's "graveyard" (that means the database data), or was this cleaned up?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Visual Studio Code: How to configure includePath for better IntelliSense results

Spring cloud config client Could not locate PropertySource

Regex - How to capture all iterations of a repeating pattern?