-
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
get root ca certificate script retires forever #170
Comments
The pki module creates a pki host which creates ca.pem and pushes it to s3. This step waits for ca.pem to become available, that can take a minute or two. I have found that changing the pki instance type to t2.micro speeds things up.
… On May 9, 2017, at 3:53 AM, Norman Khine ***@***.***> wrote:
Hello, I just tried to install a new cluster with the latest code of tack, everything goes smoothly until,
scripts/do-task "get root ca certificate" scripts/get-ca
❤ get root ca certificate
+ source scripts/retry
+ echo .cfssl
.cfssl
++ terraform output s3-bucket
+ PKI_S3_BUCKET=kz8s-pki-test-12345-eu-west-2
+ CA_PATH=s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem
+ mkdir -p .cfssl
+ _retry '❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem' aws s3 cp s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem .cfssl
+ '[' -z aws ']'
+ echo -n ❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem
❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem+ printf .
.+ aws s3 cp s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem .cfssl
+ sleep 5.2
...
navigating to the S3 bucket, it is empty.
what am i missing?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
i have updated the pki instance to t2.micro but it does not seem to have
helped.
the pki host is created, but the bucket on S3, that the script is trying to
copy from has not been created!.
…On 9 May 2017 at 13:07, Jono Wells ***@***.***> wrote:
The pki module creates a pki host which creates ca.pem and pushes it to
s3. This step waits for ca.pem to become available, that can take a minute
or two. I have found that changing the pki instance type to t2.micro speeds
things up.
> On May 9, 2017, at 3:53 AM, Norman Khine ***@***.***>
wrote:
>
> Hello, I just tried to install a new cluster with the latest code of
tack, everything goes smoothly until,
>
> scripts/do-task "get root ca certificate" scripts/get-ca
> ❤ get root ca certificate
> + source scripts/retry
> + echo .cfssl
> .cfssl
> ++ terraform output s3-bucket
> + PKI_S3_BUCKET=kz8s-pki-test-12345-eu-west-2
> + CA_PATH=s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem
> + mkdir -p .cfssl
> + _retry '❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem' aws s3
cp s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem .cfssl
> + '[' -z aws ']'
> + echo -n ❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem
> ❤ Grabbing s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem+ printf .
> .+ aws s3 cp s3:https://kz8s-pki-test-12345-eu-west-2/ca.pem .cfssl
> + sleep 5.2
> ...
>
> navigating to the S3 bucket, it is empty.
>
> what am i missing?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#170 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFMWJtXO7wfLS-00pGGEgqckkaGn8M4ks5r4FcYgaJpZM4NVJP_>
.
--
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for
c in ",adym,*)&uzq^zqf" ] )
|
can you ssh into the pki host and run |
I get the exact same behavior. I have waited for a few hours, but no avail. I do see some errors after
|
In my previous comment I ran
|
@wellsie
and
|
Hello, I just tried to install a new cluster with the latest code of tack, everything goes smoothly until,
navigating to the S3 bucket, it is empty.
returns empty!
what am i missing?
The text was updated successfully, but these errors were encountered: