Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Defer to service discoery in get_nginxhost_ip.py #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eggshell
Copy link

This will add a few lines of python to defer to service discovery
in kubernetes. If http://geonode:80 is resolvable from the get-go,
then that will be deferred to and the script will exit. If not, the
rest of the logic which is key to running geonode with compose will
continue to run normally.

Signed-off-by: Cullen Taylor [email protected]

This will add a few lines of python to defer to service discovery
in kubernetes. If http://geonode:80 is resolvable from the get-go,
then that will be deferred to and the script will exit. If not, the
rest of the logic which is key to running geonode with compose will
continue to run normally.

Signed-off-by: Cullen Taylor <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant