Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

module stuck at dns resolution #3

Open
qubusp opened this issue Mar 11, 2020 · 1 comment
Open

module stuck at dns resolution #3

qubusp opened this issue Mar 11, 2020 · 1 comment

Comments

@qubusp
Copy link

qubusp commented Mar 11, 2020

The deployment i have is stuck at this for half an hour

module.aws-cluster.null_resource.wait_for_rancher[0]: Provisioning with 'local-exec'...
module.aws-cluster.null_resource.wait_for_rancher[0] (local-exec): Executing: ["/bin/sh" "-c" "while [ \"${subject}\" != \"*  subject: CN=${RANCHER_HOSTNAME}\" ]; do\n    subject=$(curl -vk -m 2 \"https://${RANCHER_HOSTNAME}/ping\" 2>&1 | grep \"subject:\")\n    echo \"Cert Subject Response: ${subject}\"\n    if [ \"${subject}\" != \"*  subject: CN=${RANCHER_HOSTNAME}\" ]; then\n      sleep 10\n    fi\ndone\nwhile [ \"${resp}\" != \"pong\" ]; do\n    resp=$(curl -sSk -m 2 \"https://${RANCHER_HOSTNAME}/ping\")\n    echo \"Rancher Response: ${resp}\"\n    if [ \"${resp}\" != \"pong\" ]; then\n      sleep 10\n    fi\ndone\n"]
module.aws-cluster.null_resource.wait_for_rancher[0] (local-exec): Cert Subject Response:
module.aws-cluster.null_resource.wait_for_rancher[0]: Still creating... [10s elapsed]
module.aws-cluster.null_resource.wait_for_rancher[0] (local-exec): Cert Subject Response:
module.aws-cluster.null_resource.wait_for_rancher[0]: Still creating... [20s elapsed]
@Ticiano-mw
Copy link

I have the same problem, I believe it's related to the LetsEncrypt failing to provision

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants