inspursoft / board

The "Board" product is a container service platform based on docker + kubernetes, provide cloud solutions for Inspur software group.
MIT License
13 stars 21 forks source link

Dashboard:There are no so much pods in master #705

Open inspuradmin opened 3 years ago

inspuradmin commented 3 years ago

In GitLab by @cuiaq123 on Apr 1, 2019, 15:35

Dashboard:There are no so much pods in master

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Nov 8, 2019, 08:04

PR http://10.111.25.100:10080/inspursoft/board/pulls/2082

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Nov 8, 2019, 08:04

there is a probelms when two service select same pods. For examples: Service A's selector: app=redis and Service B's selector: app=redis then the Pod with labels: app=redis will belongs to Service A and B. the ApiServer total Pod Number is calculated by suming the Service A's Pod and Service B's Pod (total=1+1=2), so the total Pod Number 2 is wrong which should be 1.

inspuradmin commented 3 years ago

In GitLab by @sokril on Nov 8, 2019, 08:32

assigned to @tmon546596046

inspuradmin commented 3 years ago

In GitLab by @sokril on Dec 26, 2019, 03:04

changed the description

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Jan 2, 2020, 06:35

removed milestone

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Jan 2, 2020, 06:38

The fix 2082 covered some cases, continue to fix it by zhang