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
**Describe the bug **
Nebula operator is creating pods that are pulling images without the agent binary.
What pods are supposed to have the agent running
nebula-metad nebula-graphd nebula-storaged only ? or also the ones from the operator
Is bre requiered to run the same command on all nodes ? (same for restore ? )
Your Environments
Kuberentes cluster v1.25
How To Reproduce
cannot start agetn on nebula PODs as binaries are missing
Steps to reproduce the behavior:
Step 1 : deploy nebula-operator in k8s cluster
Step 2: appy nebulaCluster Object
Step 3: run br backup from external POD and you will receive
{"file":"./main.go:17","func":"main.main","level":"fatal","msg":"parse cluster response failed: response is not successful, code is E_LIST_CLUSTER_NO_AGENT_FAILURE","time":"2023-01-29T16:27:37.474Z"}
Expected behavior
agent binaries should be on all container images and start command should start both processes OR embed the agent thread in all cluster services.
Additional context
Is backup and restore enterprise only?
Is there a backup and restore for kubernetes clusters ?
The text was updated successfully, but these errors were encountered:
I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.
**Describe the bug **
Nebula operator is creating pods that are pulling images without the agent binary.
What pods are supposed to have the agent running
nebula-metad nebula-graphd nebula-storaged only ? or also the ones from the operator
Is bre requiered to run the same command on all nodes ? (same for restore ? )
Your Environments
Kuberentes cluster v1.25
How To Reproduce
cannot start agetn on nebula PODs as binaries are missing
Steps to reproduce the behavior:
Expected behavior
agent binaries should be on all container images and start command should start both processes OR embed the agent thread in all cluster services.
Additional context
Is backup and restore enterprise only?
Is there a backup and restore for kubernetes clusters ?
The text was updated successfully, but these errors were encountered: