You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of nebula are you using? (nebula -version)
main branch (certs v2)
What operating system are you using?
Linux
Describe the Bug
After calling ni.Control.Stop() the following error occurs:
Error while reading outbound packet error=EOF
And a fatal error with exit code 2:
f.l.WithError(err).Error("Error while reading outbound packet")
// This only seems to happen when something fatal happens to the fd, so exit.
os.Exit(2)
What version of
nebula
are you using? (nebula -version
)main branch (certs v2)
What operating system are you using?
Linux
Describe the Bug
After calling
ni.Control.Stop()
the following error occurs:And a fatal error with exit code 2:
Logs from affected hosts
Config files from affected hosts
I am using the Nebula Service: https://github.com/slackhq/nebula/blob/master/service/service.go
The text was updated successfully, but these errors were encountered: