foundation-model-stack / multi-nic-cni

https://foundation-model-stack.github.io/multi-nic-cni/
Apache License 2.0
33 stars 5 forks source link

computeResults in status is reset. #95

Closed sunya-ch closed 1 year ago

sunya-ch commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

computeResults in status is reset at some point (However, other CRs (including CIDR, HostInterface, IPPool) are not reset). Need investigation

  status:
    computeResults: []

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

sunya-ch commented 1 year ago

Should be fixed by commit dd78a13959fba17e598402e90c1131b09e1c9483.

https://github.com/foundation-model-stack/multi-nic-cni/blob/dd78a13959fba17e598402e90c1131b09e1c9483/controllers/multinicnetwork_handler.go#L100-L102