Postgres pod suddenly dissapeared after update in gcloud
Clash 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 Before this message, however, there was a postgres pod running As you can see the pod is gone, for some reason, why is it so? 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? ...