You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using kubectl cost with OpenCost, there are a bunch of boilerplate CLI options you have to add: --service-port 9003 --service-name opencost --kubecost-namespace opencost --allocation-path /allocation/compute
It would be handy to just pass --opencost and get all of those set by default (while still allowing for being more specific if needed).
The text was updated successfully, but these errors were encountered:
I like this idea. This is a great small change if a community member would like to contribute. Matt's comment about "while still allowing for more [specificity]" is particularly pertinent. This would be the area of code to look at to contribute:
When using
kubectl cost
with OpenCost, there are a bunch of boilerplate CLI options you have to add:--service-port 9003 --service-name opencost --kubecost-namespace opencost --allocation-path /allocation/compute
It would be handy to just pass
--opencost
and get all of those set by default (while still allowing for being more specific if needed).The text was updated successfully, but these errors were encountered: