GoogleContainerTools / GoogleContainerTools/skaffold
ERRO[0001] retrying read tcp x.x.x.x:nnnnn->131.253.33.219:443: read: connection reset by peer
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
No connection reset by peer messagers.
### Actual behavior
When doing skaffold dev (happens on build I think too), during this phase:
```
Generating tags...
- registry.gitlab.com/some/url-> ERRO[0001] retrying read tcp x.x.x.x:nnnnn->131.253.33.219:443: read: connection reset by peer
registry.gitlab.com/some/url:debug-72c0d9df550ccc32f27264f3409d99259e7f011bde37b761bc651e26861141a1
Checking cache...
```
When going to http://131.253.33.219 I get:
```html
Our services aren't available right now
We're working to restore all services as soon as possible. Please check back soon.
0f0xXZgAAAACQkR9ESn9ZR4NQX88z+lYRQ0gxQUEyMDIwNjE2MDI1AEVkZ2U=```
It looks to be a Microsoft Services message as far as I'm seeing online? Possibly Azure? Is it skaffold attempting to connect to a microsoft service? ~~Is it telemetry? 'Cause when I disable telemetry it seems to have gone away (so far anyway).~~ Still happens when telemetry is disabled.
### Information
- Skaffold version: 2.12.0
- Operating system: Windows 11 (but using WSL2)
- Installed via: CURL if I remember.
Contributor guide
Assessment
This issue has not been assessed yet.