forked from docs/doc-exports
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
1.5 KiB
1.5 KiB
Discarded Kubernetes Resources
Check Items
Check whether there are discarded resources in the clusters.
Solution
Scenario: The Service in the clusters of v1.25 or later has discarded annotation: tolerate-unready-endpoints.
Error log:
some check failed in cluster upgrade: this cluster has deprecated service list: map[***] with deprecated annotation list [tolerate-unready-endpoints]
Check whether the Service provided in the log information contains the annotation of tolerate-unready-endpoints. If yes, replace the annotation with the following fields:
publishNotReadyAddresses: true
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions