Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any documentation for the detailed charging method? #279

Closed
justzx2011 opened this issue Apr 22, 2022 · 2 comments
Closed

Is there any documentation for the detailed charging method? #279

justzx2011 opened this issue Apr 22, 2022 · 2 comments
Labels
question Further information is requested usage

Comments

@justzx2011
Copy link

justzx2011 commented Apr 22, 2022

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

@zsnmwy
Copy link
Member

zsnmwy commented Apr 23, 2022

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

@qmhu qmhu added question Further information is requested and removed kind/feature labels Apr 30, 2022
@zsnmwy zsnmwy added the usage label Aug 22, 2022
@github-actions
Copy link
Contributor

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 github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2022
@gocrane gocrane locked and limited conversation to collaborators Aug 22, 2022
@zsnmwy zsnmwy converted this issue into discussion #509 Aug 22, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested usage
Projects
None yet
Development

No branches or pull requests

3 participants