crane icon indicating copy to clipboard operation
crane copied to clipboard

Is there any documentation for the detailed charging method?

Open justzx2011 opened this issue 3 years ago • 1 comments

关于计费有没有详细的说明文档、以及个性化定制指引?

justzx2011 avatar Apr 22 '22 10:04 justzx2011

The unit of CPU is core/hour and the unit price of RAM is GB/hour.

Just choose one of them.

helm

helm uninstall fadvisor -n crane-system
helm install fadvisor \
         --set extraArgs.custom-price-cpu=0.031611 \
         --set extraArgs.custom-price-ram=0.004237 \
         -n crane-system \
         --create-namespace crane/fadvisor

change fadvisor deployment

          args:
            - --custom-price-cpu=0.031611
            - --custom-price-ram=0.004237

https://github.com/gocrane/fadvisor/blob/9f40827af69fe52c7a54e671c9758c81f927d0cb/cmd/fadvisor/app/options/options.go#L110-L111

zsnmwy avatar Apr 23 '22 02:04 zsnmwy

Hello @justzx2011, we use GitHub issues to trace bugs or discuss plans of Crane. So, please don't ask usage questions here. You can try to open a new discussion in crane discussions, select Q&A to ask questions, and also can join our chat groups.

你好 @justzx2011,Crane Issue 板块是用于 bug 反馈与需求讨论的地方。 请勿询问如何使用的问题。 你可以试着在 crane discussions 新开一个 discussion,选择 Q&A 类别进行提问,也可以加入我们的聊天群组

Thanks.

github-actions[bot] avatar Aug 22 '22 02:08 github-actions[bot]