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

add a interface for logs #688

Open inspuradmin opened 3 years ago

inspuradmin commented 3 years ago

In GitLab by @liyanq528 on Mar 4, 2019, 17:45

Add a interface for logs in end that can provide logs service for ui, such as build image.

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Dec 17, 2019, 08:37

assigned to @liyanq528

inspuradmin commented 3 years ago

In GitLab by @sokril on Dec 26, 2019, 06:54

changed the description

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Mar 4, 2020, 11:51

assigned to @tmon546596046 and unassigned @liyanq528

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Mar 23, 2020, 07:38

please zhanghu add comments

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Mar 23, 2020, 07:49

Pod log will use kubectl logs ... or EFK log stack
Other process log(build image) will use another kind of collecting methods.

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Mar 23, 2020, 07:57

Do we need to save the client-go api error response in elasticsearch?

inspuradmin commented 3 years ago

In GitLab by @sokril on Mar 23, 2020, 08:05

Do we need to get the events when creating pods? image

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Mar 23, 2020, 08:08

error occured when invoking the client-go api, should we show the kubernetes error status in ui.

  1. show the raw error status info in ui
  2. only show some api error status base on business logic.
inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Mar 30, 2020, 07:04

relate #2257

inspuradmin commented 3 years ago

In GitLab by @tmon546596046 on Apr 26, 2020, 07:41

now we can list helm release relate pods. mr !2418

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Jun 24, 2020, 03:06

assigned to @liyanq528 and unassigned @tmon546596046

inspuradmin commented 3 years ago

In GitLab by @luotian-github on Jun 24, 2020, 03:06

fixed, please verify it