This error message indicates that the kube-apiserver is unable to remove old endpoints from a Kubernetes service. The specific error is "storageerror: key not found, code: 1, key: /registry/masterleases/192.168.51.91, resourceversion: 0". It suggests that the kube-apiserver is trying to remove a master lease endpoint for the IP address "192.168.51.91" from the registry, but it cannot find the key in the storage backend. The resource version is also shown as 0, indicating that the key does not exist. This error could occur due to various reasons, including issues with the storage backend (e.g., etcd) or possible inconsistencies in the cluster's state. It is recommended to investigate the underlying cause by checking the logs of the kube-apiserver, etcd, and other relevant components. You may also try restarting the affected components or the entire Kubernetes cluster to see if it resolves the issue. If the problem persists, reaching out to the Kubernetes community or support channels for further assistance is recommended. [2024-05-22 10:41:47 | AI写代码神器 | 702点数解答]