-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/build: move http2 demo to GKE #23034
Comments
Well, crap. It looks like the CoreOS instance updated itself (currently 4.13.16-coreos-r2) and my systemd unit from my cloud-config was no longer recognized. For the record, my user-data metadata on GCE is:
That had worked for years, but today when I ran To "fix" it, I did:
I can move this service to GKE along with our others, I suppose. |
Thanks for the speedy "fix" :) |
In case anyone is interested, the reason for the failure was a few malformed entries in authorized_keys coupled with a new implementation of |
@crawford, are you changing |
@bradfitz Yeah, we are going to update it to throw warnings and skip invalid keys, but continue copying valid ones. |
Change https://golang.org/cl/91495 mentions this issue: |
hi there,
trying to show to a co-worker the nice performance improvements one could get with Go, HTTP/2 and https, I got this:
could this be reinstated?
(@bradfitz ?)
The text was updated successfully, but these errors were encountered: