-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jx boot wait for vault to be initialized and unsealed error #7140
Comments
Hi @pancudaniel7, it would seem there is a local DNS issue maybe? Are you indeed deploying a cluster on GKE? Can you resolve the host? https://dnschecker.org/ |
@pancudaniel7 Did you get passed this issue? |
I have the same issue with https://github.com/jenkins-x/terraform-aws-eks-jx using a hosted route 53 zone. In my case the vault fails to open with "Waiting for vault to be initialized and unsealed..." timing out eventually. The apex domain and subdomain zones are fine. Running the standard kubectl commands seems to show that vault exists and is in a working state but jx get vault-config
note that is incorrect at least since the vault is not local but running in eks. |
@daveconde @andrewhoplife Guys for me this was a dns problem comming from the Domain provider not from cloud provider. After I've discussed with the support team from the Domain provider they fixed my problem. So yea as @deanesmith said it was a DNS problem. |
Thank you for the follow-up @pancudaniel7. Would you mind closing this issue then? |
This issue is happening to me too when running terraform-aws-eks-jx. Getting this error:
|
Hi @andrewhoplife, it appears this is a different matter you're experiencing and I recommend opening a new issue. Have you seen these similar issues? hashicorp/vault#5965 |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@jenkins-x-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
I have same issue. Have you found a way to solve it ? kubectl logs jx-vault-test-jx-eks-0 -n jx -c vault |
/reopen |
Summary
run jx boot with jx-requirements.yaml after terraform apply finished without error on gks cluster and I receive:
error: creating system vault URL client: wait for vault to be initialized and unsealed: reading vault health: Get https://vault-jx.codesquad-x.com/v1/sys/health?drsecondarycode=299&performancestandbycode=299&sealedcode=299&standbycode=299&uninitcode=299: dial tcp: lookup vault-jx.codesquad-x.com on 192.168.1.1:53: no such host
Steps to reproduce the behavior
Expected behavior
jx boot finish without errors
Actual behavior
I get:
error: creating system vault URL client: wait for vault to be initialized and unsealed: reading vault health: Get https://vault-jx.codesquad-x.com/v1/sys/health?drsecondarycode=299&performancestandbycode=299&sealedcode=299&standbycode=299&uninitcode=299: dial tcp: lookup vault-jx.codesquad-x.com on 192.168.1.1:53: no such host
Jx version
2.1.20
The output of
jx version
is:Kubernetes cluster
Operating system / Environment
The text was updated successfully, but these errors were encountered: