-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Problem provisioning (wget issue) #14
Comments
I faced the same issue, |
Thanks @MEOWMEOW114 To address this issue, add the following to your module "eks" {
...
+ wait_for_cluster_cmd = "until curl -k -s $ENDPOINT/healthz >/dev/null; do sleep 4; done"
} |
@im2nguyen I don't know what I'm doing wrong but that solution does not work for me sadly. This is the errow message I am getting: |
@tanakamapondera , what OS and Terraform version are you using? It seems like your system doesn't have bash. This terraform-aws-modules/terraform-aws-eks#925 (comment) comment includes a workaround for Window machines. Please let me know if that works! |
On OSX: Installing |
This should now be fixed by #65. Please let us know if you are still having issues. |
I am getting following error which something to do with
wget
.The text was updated successfully, but these errors were encountered: