Skip to content
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

Panic on slow network (introduced in api/v0.6.7) #216

Closed
larsha opened this issue Dec 16, 2020 · 0 comments · Fixed by #229
Closed

Panic on slow network (introduced in api/v0.6.7) #216

larsha opened this issue Dec 16, 2020 · 0 comments · Fixed by #229
Labels
area/kustomize Kustomize related issues and pull requests bug Something isn't working

Comments

@larsha
Copy link

larsha commented Dec 16, 2020

I'm getting a panic in the kustomize-controller. It looks like it was introduced in api/v0.6.7.

panic: send on closed channel

goroutine 537 [running]:
sigs.k8s.io/kustomize/api/loader.getRemoteTarget.func1(0x4000704210, 0x4002ecfe60, 0x40028a0150)
	/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.7.0/loader/getter.go:104 +0x64
created by sigs.k8s.io/kustomize/api/loader.getRemoteTarget
	/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.7.0/loader/getter.go:102 +0x3c4

Here is an issue tracking this: kubernetes-sigs/kustomize#3362

I thought I would post it here to keep track of the fix/PR. Please close it if you think it's inappropriate.

@hiddeco hiddeco added area/kustomize Kustomize related issues and pull requests blocked bug Something isn't working labels Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kustomize Kustomize related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants