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

Meshery Adapter for Cilium Crash on Boot #101

Closed
leecalcote opened this issue Jan 14, 2023 · 1 comment
Closed

Meshery Adapter for Cilium Crash on Boot #101

leecalcote opened this issue Jan 14, 2023 · 1 comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working language/go Golang related priority/urgent Issue to be addressed urgently

Comments

@leecalcote
Copy link
Member

Current Behavior

The Meshery Adapter for Cilium crashes on boot with the following error logs.

Screenshots/Logs

meshery-meshery-cilium-1        | time="2023-01-14T00:13:33Z" level=info msg="Registering static workloads completed" app=cilium-adapter
meshery-meshery-cilium-1        | time="2023-01-14T00:13:33Z" level=info msg="lstat /templates/oam/traits: no such file or directory" app=cilium-adapter
meshery-meshery-cilium-1        | panic: interface conversion: error is *fs.PathError, not *errors.Error
meshery-meshery-cilium-1        |
meshery-meshery-cilium-1        | goroutine 72 [running]:
meshery-meshery-cilium-1        | github.com/layer5io/meshkit/errors.GetCode({0x25ee0c0?, 0xc00050e750?})
meshery-meshery-cilium-1        | 	/go/pkg/mod/github.com/layer5io/meshkit@v0.6.16/errors/errors.go:89 +0x90
meshery-meshery-cilium-1        | github.com/layer5io/meshkit/logger.(*Logger).Error(0xc00049a0c0, {0x25ee0c0?, 0xc00050e750})
meshery-meshery-cilium-1        | 	/go/pkg/mod/github.com/layer5io/meshkit@v0.6.16/logger/logger.go:71 +0x9f
meshery-meshery-cilium-1        | main.registerCapabilities({0x228a92d, 0x5}, {0x2610b38, 0xc00049a0c0})
meshery-meshery-cilium-1        | 	/github.com/meshery/meshery-cilium/main.go:165 +0x32a
meshery-meshery-cilium-1        | created by main.main
meshery-meshery-cilium-1        | 	/github.com/meshery/meshery-cilium/main.go:112 +0x63b
meshery-meshery-cilium-1 exited with code 2

Environment

  • Host OS: Mac
  • Platform: Docker
  • Meshery Adapter for Cilium Version: edge-latest
  • Meshery Server Version: stable-v0.6.43
  • Meshery Client Version: stable-v0.6.43

Contributor Guides and Resources

@leecalcote leecalcote added help wanted Extra attention is needed kind/bug Something isn't working language/go Golang related priority/urgent Issue to be addressed urgently labels Jan 14, 2023
@leecalcote
Copy link
Member Author

Fixed in v0.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working language/go Golang related priority/urgent Issue to be addressed urgently
Projects
None yet
Development

No branches or pull requests

1 participant