Skip to content
#

workloads

Here are 16 public repositories matching this topic...

chivalryq
chivalryq commented Dec 1, 2021

功能上LGTM, 但现在每次get请求都要初始化一个 Git/Oss client,担心会有泄漏的问题,这块之后要考虑优化一下。

Originally posted by @wangyikewxgm in oam-dev/kubevela#2848 (review)

Now every time when we read addon files from GitHub or OSS, one client will be created. It causes resource waste and potential leak danger.
We should initialize an oss client and a github client. Use these two clie

Jacobious52
Jacobious52 commented Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the workloads topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workloads topic, visit your repo's landing page and select "manage topics."

Learn more