You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expecting the container to start up cleanly. What I find odd here is the EAI_AGAIN error seems to be related to DNS, however the container does appear to successfully do a lookup when I exec into it
log output
~/foundry$ k apply -f ./foundry.yamlnamespace/foundry unchangedsecret/foundry-secrets unchangeddeployment.apps/foundry created~/foundry$ k get allNAME READY STATUS RESTARTS AGEpod/foundry-546d7c966c-pspn8 1/1 Running 0 4sNAME READY UP-TO-DATE AVAILABLE AGEdeployment.apps/foundry 1/1 1 1 4sNAME DESIRED CURRENT READY AGEreplicaset.apps/foundry-546d7c966c 1 1 1 4s~/foundry$ k exec deployment.apps/foundry -- nslookup foundryvtt.comServer: 10.152.183.10Address: 10.152.183.10:53Non-authoritative answer:Non-authoritative answer:Name: foundryvtt.comAddress: 18.237.161.213~/foundry$ k logs --follow pod/foundry-546d7c966c-pspn8Entrypoint | 2022-01-11 04:11:35 | [info] Starting felddy/foundryvtt container v9.242.0Entrypoint | 2022-01-11 04:11:35 | [info] No Foundry Virtual Tabletop installation detected.Entrypoint | 2022-01-11 04:11:35 | [info] Using FOUNDRY_USERNAME and FOUNDRY_PASSWORD to authenticate.Authenticate | 2022-01-11 04:11:36 | [info] Requesting CSRF tokens from https://foundryvtt.comAuthenticate | 2022-01-11 04:11:41 | [error] Unable to authenticate: request to https://foundryvtt.com/ failed, reason: getaddrinfo EAI_AGAIN foundryvtt.com
The text was updated successfully, but these errors were encountered:
This is probably related to, or the same as, issue #135
@BitRacer could you take a look through that issue and see if any of the behaviors you are seeing are similar.
I did look at that one before I opened this. I'm not sure if it is related since I do appear to be able to run an nslookup from the container. My CoreDNS config looks very similar as well.
🐛 Bug Report
I am unable to cleanly start the
:stable
version of the container on my 4 node microk8s cluster(arm64v8)To Reproduce
Steps to reproduce the behavior:
Expected behavior
expecting the container to start up cleanly. What I find odd here is the
EAI_AGAIN
error seems to be related to DNS, however the container does appear to successfully do a lookup when I exec into itlog output
The text was updated successfully, but these errors were encountered: