karpor icon indicating copy to clipboard operation
karpor copied to clipboard

Topology get Error Pod message

Open yuki-node opened this issue 11 months ago • 3 comments

What happened?

Namespace Page

  1. Click ReplicaSet and then click Pod;
  2. It triggers two requests
  3. The Error is reported as follows.

Image

Payload: Image

Response: Image

The true request payload: Image

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

yuki-node avatar Jan 27 '25 10:01 yuki-node

@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 🤔

elliotxx avatar Jan 27 '25 12:01 elliotxx

Could you reproduce the question?

yuki-node avatar Jan 27 '25 13:01 yuki-node

@Cookiery It's occasional in my local, and I'm trying to reproduce it

elliotxx avatar Jan 27 '25 13:01 elliotxx