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
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x127f7ba]
goroutine 1 [running]: github.com/cloudnativelabs/kube-router/app/watchers.StartNetworkPolicyWatcher(0xc42019a160, 0xdf8475800, 0xc4202e3860, 0x0, 0x0) /home/travis/gopath/src/github.com/cloudnativelabs/kube-router/app/watchers/network_policy_watcher.go:82 +0x1ca github.com/cloudnativelabs/kube-router/app.(*KubeRouter).startApiWatchers(0xc4201f50c0, 0xc4201f50f0, 0x0) /home/travis/gopath/src/github.com/cloudnativelabs/kube-router/app/server.go:75 +0x261 github.com/cloudnativelabs/kube-router/app.(*KubeRouter).Run(0xc4201f50c0, 0xc4201f50c0, 0x0) /home/travis/gopath/src/github.com/cloudnativelabs/kube-router/app/server.go:113 +0x5d main.main() /home/travis/gopath/src/github.com/cloudnativelabs/kube-router/kube-router.go:47 +0x1c6
The text was updated successfully, but these errors were encountered:
segmentation violation when kube-router is not able to contact api se…
801b0e9
…rver Fixes #113
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x127f7ba]
The text was updated successfully, but these errors were encountered: