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
Now, the agent calls the service script with bash with the assumptions that the agent is running together with the service:
scripts/nebula.service stop
nebula-agent/internal/clients/daemon.go
Lines 95 to 100 in 96646b8
For 1. it's do able like a sidecar design in both docker and k8s:
https://github.com/wey-gu/nebula-up/blob/9bd28601f9cb156d77009c724f09164b02f07393/backup_restore/docker-compose.yaml#L54-L59
While for 2. it's really hard to mitigate, introducing hooks to make this work is too hacky.
We need to revisit the design to enable service stop/start w/o assuming leveraging scripts.
The text was updated successfully, but these errors were encountered:
user report failure of BR in k8s:
Sorry, something went wrong.
咨询下,在 br 支撑 k8s 环境备份有下一步计划吗?
It's supported already: https://docs.nebula-graph.io/3.4.0/nebula-operator/10.backup-restore-using-operator/
No branches or pull requests
Now, the agent calls the service script with bash with the assumptions that the agent is running together with the service:
scripts/nebula.service stop
nebula-agent/internal/clients/daemon.go
Lines 95 to 100 in 96646b8
For 1. it's do able like a sidecar design in both docker and k8s:
https://github.com/wey-gu/nebula-up/blob/9bd28601f9cb156d77009c724f09164b02f07393/backup_restore/docker-compose.yaml#L54-L59
While for 2. it's really hard to mitigate, introducing hooks to make this work is too hacky.
We need to revisit the design to enable service stop/start w/o assuming leveraging scripts.
The text was updated successfully, but these errors were encountered: