tianq

Results 5 comments of tianq

> helm chart for an easy deployment as second scheduler on all kinds of clusters(most likely kind or k3d). You need to compile your code into image first, then replace...

@changhiskhan sure, my colleague sent you an email to consult more technical issues last week, but hasn‘t got reply yet. Can you provide us other contact information?

借鉴是一回事,像素级抄袭是另外一回事

@Quintonwong First, check if aggregated metrics data can be pulled inside the container: ```bash curl -g 'http://{REPLACE_ME_WITH_PROMETHEUS_ADDRESS}/api/v1/query?query=cpu_usage_avg_5m' ``` ```bash curl -g 'http://{REPLACE_ME_WITH_PROMETHEUS_ADDRESS}/api/v1/query?query=mem_usage_avg_5m' ``` Then, check non-aggregated metrics data: ```bash curl...

> curl -g 'http://x.x.x.x:9090/api/v1/query' I made a mistake, the command should be ```bash curl -g 'http://{REPLACE_ME_WITH_PROMETHEUS_ADDRESS}/api/v1/query?query=up' ```