karpor
karpor copied to clipboard
Topology get Error Pod message
What happened?
Namespace Page
- Click ReplicaSet and then click Pod;
- It triggers two requests
- The Error is reported as follows.
Payload:
Response:
The true request payload:
What did you expect to happen?
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
Karpor version
$ karpor -V
# paste output here
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
@Cookiery This should be caused by the inconsistency between the actual status of ES and k8s. When the resources in the cluster have been deleted, but the data in ES has not been deleted yet, this error message will appear; Usually, it is caused by the karpor-syncer not synchronizing and deleting events properly. I need to think about how to solve this problem 🤔
Could you reproduce the question?
@Cookiery It's occasional in my local, and I'm trying to reproduce it