Crane is a FinOps Platform for Cloud Resource Analytics and Economics in Kubernetes clusters. The goal is not only help user to manage cloud cost easier but also ensure the quality of applications. https://gocrane.io/
Describe the bug
https://github.com/gocrane/crane/blob/e4c27d7548f25aef1fb2c8f9f43ea6f92cfa8175/docs/installation.zh.md?plain=1#L314
https://github.com/gocrane/crane/blob/e4c27d7548f25aef1fb2c8f9f43ea6f92cfa8175/deploy/craned/deployment.yaml#L49
Expected behavior
if [ $CUSTOMIZE_PROMETHEUS ]; then sed -i '' "s/PROMETHEUS_ADDRESS/${CUSTOMIZE_PROMETHEUS}/" deploy/craned/deployment.yaml ; fi
Auto retry to fetch resources.
feta(dashboard): Add Retry Strategy Signed-off-by: zsnmwy szlszl35622@gmail.com
Watermark of cpu usage percent
idle node recommender
Signed-off-by: qmhu brillantroad@gmail.com
add nrt collector
Signed-off-by: Garrybest garrybest@foxmail.com
Merge pull request #561 from zsnmwy/main
feat(CI): docsy preview
move nrt collection to collector
Signed-off-by: Garrybest garrybest@foxmail.com
Merge pull request #544 from Garrybest/pr_nrt
add NRT collector
add live demo menu, use / to be root path
remove dest
Merge pull request #564 from qmhu/add-livedemo-menu
Add live demo menu, use / to be root path
Create CNAME
Update CNAME
Update README.md
Update README.md
Update README_zh.md
idle node recommender
local env
Merge pull request #567 from qmhu/local-env
Local Env Setup
fix prediction without resource metrics
GetCronMetricName
Add docs for quick-start
Signed-off-by: qmhu brillantroad@gmail.com
Dashboard的设计与常规的前后端分离是相似的。
可以尝试修改nginx配置,流量导向真正使用的Grafana。
这是一个Configmap,改完后,直接重建POD即可生效。
https://github.com/gocrane/crane/blob/8d552faf36f8c35cdd55c45dc47e229f3cb230eb/deploy/craned/deployment.yaml#L226-L231
https://github.com/gocrane/crane/blob/8d552faf36f8c35cdd55c45dc47e229f3cb230eb/deploy/craned/deployment.yaml#L78-L80
Describe the bug https://github.com/gocrane/crane/blob/6175492b60067c7b7cb77c690408e7ab53e46379/pkg/web/src/layouts/components/Header/HeaderIcon.tsx#L17