We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a panic in the kustomize-controller. It looks like it was introduced in api/v0.6.7.
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm getting a panic in the kustomize-controller. It looks like it was introduced in
api/v0.6.7
.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.
The text was updated successfully, but these errors were encountered: