Skip to content

Conversation

vvvjo
Copy link
Contributor

@vvvjo vvvjo commented May 12, 2020

If this is not set, the DB container won't start up. Causes users to not be able to Deploy or to Debug the containers.

Errors I get from GKE container logs:

image

Relevant PR:
docker-library/postgres#658

If this is not set, it shuts down DB containers. Causes users to not be able to Deploy or to Debug the containers.

Relevant PR:
docker-library/postgres#658
@simonz130 simonz130 self-requested a review May 12, 2020 04:31
@@ -28,3 +28,6 @@ spec:
name: db
ports:
- containerPort: 5432
env:
- name: POSTGRES_HOST_AUTH_METHOD
value: "trust"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need the same to be set on hello-world sample for Python (django version)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't since the hello world Django example doesn't have a Postgres deployment. Thanks for checking.

@simonz130
Copy link

/gcbrun

@simonz130 simonz130 merged commit 535cd03 into GoogleCloudPlatform:master May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants