https://pulumi.com logo
#general
Title
# general
f

faint-motherboard-95438

12/22/2018, 4:05 PM
Does anyone knows what this is about ?
E1222 16:44:42.989623   49002 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=47, ErrCode=NO_ERROR, debug=""
w

white-balloon-205

12/22/2018, 4:08 PM
This is from a kubernetes deployment? Sounds like a network error while watching the kubernetes master. Cc @creamy-potato-29402
f

faint-motherboard-95438

12/24/2018, 1:21 PM
Yes sorry, this was logged under a
pulumi:pulumi:Stack
output and the only error I got else than that was a kubernetes deployment which failed with a timeout
c

creamy-potato-29402

12/28/2018, 5:45 PM
@white-balloon-205 @faint-motherboard-95438 this tends to happen when the API server becomes unavailable to your machine in the middle of an update. I see it sometimes when I have a reaaaaallly slow Internet connection, as I do on the reservation.
I think the error message could improve, but there’s also a bunch of errors like this that are deep in client-go, which I’m not sure how to get at.
f

faint-motherboard-95438

12/28/2018, 7:19 PM
@creamy-potato-29402 thanks for the follow up. If I remember well, I got this problem because of a missing
dependsOn
in my deployment flow which seems to have lead to an unexpected error and timeout. Once I added explicitly the dependency the problem was gone.
c

creamy-potato-29402

12/28/2018, 7:19 PM
could be — I’m not 100% sure why the error happens, only that I see it occasionally when I have a very unreliable internet connection.
It does look more alarming than it is. YOu aren’t being rate limited, I don’t think — this seems to be a protocol-level thing.
f

faint-motherboard-95438

12/28/2018, 7:22 PM
Yes I’m pretty sure the problem was not related to my connection at that time. (It could be my VPN though, but usually when I have an issue like that I test twice with and without the VPN to be sure it’s not related)
c

creamy-potato-29402

12/28/2018, 7:26 PM
hmmm
if you ever get around to reliably reproducing it please file a bug.
I’ve tried to track it down, but it’s too uncommon for me to make real progress
f

faint-motherboard-95438

12/29/2018, 9:59 AM
Sure, I’ll let you know