crane
crane copied to clipboard
Crane is a FinOps Platform for Cloud Resource Analytics and Economics in Kubernetes clusters. The goal is not only to help users to manage cloud cost easier but also ensure the quality of applications...
#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your...
https://cloud.tencent.com/document/product/457/79032?from_wecom=1#.E8.8A.82.E7.82.B9.E8.A7.84.E6.A0.BC.E6.94.BE.E5.A4.A7.E8.83.BD.E5.8A.9B.E8.AF.B4.E6.98.8E 如文档所示,开源版本是否支持 节点放大系数和水位线,我们内部测试,开源版本不支持节点放大系数,是不是使用方式不多,
Hi folks, I was curious to know how could one report security issues to this project, thx.
scheduler-controller提示failed to sync this node ["10.88.123.175/cpu_usage_max_avg_1d"]: can not annotate node failed to get data cpu_usage_max_avg_1d x509:certificate signed by unknown authority 要怎么解决这个问题呢
注意到腾讯有一个项目:https://github.com/Tencent/caelus 定位是在离线混部解决方案。 Crane 中 Colocation、Qos 相关的功能与 caelus 应该是有比较多重合的部分,caelus 项目基本没更新了,所以 Crane 是 caelus 的下一代或升级版吗?
对接已有的需要授权(basic auth)的promtheus和grafana时,如何配置crane crane当前支持配置basic auth吗?
怀疑是Grafana没有通过校验导致,请问Crane是如何设置Grafana的密码的呢?
求大神指导,如何连接内网的https的prometheus,--prometheus-insecure-skip-verify 参数应该如何配置? 我使用Grafana配置这个prometheus数据源需要开启skip-verify才能连接成功。
…p the recommendation #### What type of PR is this? [good first issue](https://github.com/gocrane/crane/labels/good%20first%20issue) #### What this PR does / why we need it: Fix issues #### Which issue(s) this PR...
我本地安装了Crane服务,通过调用外部的Prometheus进行获取节点数据状态,同时Prometheus也添加了对应的rule规则及对应的targets,单独访问Prometheus对PromSql进行插叙也可以查询到数据。 但是通过craned Dashbord访问状态的时候,F12中会有好多的请求处在Pending状态。 通过查看craned pod的log,提示如下: 2023/08/21 15:29:30 [Recovery] 2023/08/21 15:29:30 panic recovered: write tcp 10.16.34.139:8082 -> 10.105.81.124:58288: i/o timeout /go/pkg/mod/githu.com/gin-gonic/[email protected]/render/json.go:56 (0x1a1d604) 其中10.16.34.139是craned 的容器ip ,10.105.81.124是craned svc对应的ip 求指导。