zilliztech / milvus-operator

The Kubernetes Operator of Milvus.
https://milvus.io
Apache License 2.0
45 stars 23 forks source link

For the issue where the upgrade does not complete: #88

Open ian-lss opened 7 months ago

ian-lss commented 7 months ago

Hi, I'm encountering an issue where the version upgrade via the operator is not working. I'm upgrading from 2.3.8 to 2.3.10, and there are two issues:

  1. Although the upgrade is complete, the version information displayed in attu still shows 2.3.8. However, when checked with argocd, each component version is 2.3.10. In the system info. view of attu, it still shows that the data coord is version 2.3.8.
  2. I proceeded with the upgrade on four clusters, three of which were successful (two of them have the same issue as described in point 1), but one cluster only had the index node successfully upgraded and is not progressing at all. There is also no error/debug information in the milvus-operator log.

The yaml format is written by copy and paste, so it's completely identical. Do you have any idea what the problem might be?