Skip to content

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

Answered by zsnmwy
justzx2011 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zsnmwy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested usage
2 participants
Converted from issue

This discussion was converted from issue #279 on August 22, 2022 02:45.