-
Notifications
You must be signed in to change notification settings - Fork 145
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
make all fails #207
Comments
is it the first time that you run |
I tried make clean and make all and got the same error. Then I tried export CLUSTER_NAME=k8s and got this error:
Failed to parse input: unexpected end of JSON input
+ finish
+ '[' -z 6194 ']'
+ kill 6194
✗ create admin certificate - FAIL
make[2]: *** [create-admin-certificate] Error 1
make[1]: *** [post-terraform] Error 2
make: *** [all] Error 2
Maybe I should just ask this:
What is the bare minimum information I need to specify and change to get a sample working that I can start to tinker with?
… On Aug 30, 2017, at 09:47, Yago Nobre ***@***.***> wrote:
It is the first time that you run make all? If not run make clean and make all or change the cluster name.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#207 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEa73qyhYSwk7h9-2aLjNV4-AmVMd-W7ks5sdWgLgaJpZM4PHaMC>.
|
You no need to edit anything, check in s3 if you have a bucket named |
I deleted all buckets, but terraform had a lock on it. I tried make clean, and terraform destroy, then deleting the the tfstate file and again deleted s3 buckets. This time I get the following error:
003e"}
Failed to parse input: unexpected end of JSON input
+ finish
+ '[' -z 16794 ']'
+ kill 16794
✗ create admin certificate - FAIL
make[2]: *** [create-admin-certificate] Error 1
make[1]: *** [post-terraform] Error 2
make: *** [all] Error 2
I’m guessing if it couldn’t make an admin certificate, the user does not have proper permissions to do so.
… On Aug 30, 2017, at 10:34, Yago Nobre ***@***.***> wrote:
You no need to edit anything, check in s3 if you have a bucket named ${AWS_ACCOUNT_ID}-${CLUSTER_NAME}-${AWS_REGION} and delete this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#207 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEa73oPqfeleI4u8aO7im2_FqMc4T7Wbks5sdXLogaJpZM4PHaMC>.
|
I'm also having some issues in the create admin cert function, everything else seems to be going well here is some output
|
@zacbayhan I just encountered that same issue. If you look at the error, you will see this line
I went and installed cfssljson with this and it worked https://github.com/cloudflare/cfssl
|
If I just clone the git repo and run make all, I get the following error. I may be new at this, but this at the very least should point to some incompleteness in the Readme file which would have pointed me to the resource needed to fill my knowledge gaps.
Error applying plan:
1 error(s) occurred:
module.s3.aws_s3_bucket.pki: 1 error(s) occurred:
aws_s3_bucket.pki: Error creating S3 bucket: BucketAlreadyOwnedByYou: Your previous request to create the named bucket succeeded and you already own it.
status code: 409, request id: FCFE75F95FEFE173, host id: nvIosND/19mGDz/Dj9quII+0CfgbqXNgoIg1wsQ4y37EbyyN/TnfOREZQazNnmwGWhOvaBbBDDg=
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
The text was updated successfully, but these errors were encountered: