Open kaelanspatel opened 3 years ago
With https://github.com/kubecost/kubectl-cost/pull/91 and https://github.com/kubecost/kubectl-cost/pull/93, the PV cost field when using --show-pv or -A shows zeros, due to the marshalling of the pvs not working and because pvCost doesn't exist in the Allocation struct. Thus, we're not getting a value for the PV cost.
--show-pv
-A
pvs
pvCost
Allocation
Either fixing the marshalling of the pvs here or just creating a workaround would both solve the problem.
This issue has been marked as stale because it has not had recent activity. It will be closed if no further action occurs.
I believe this is still an issue.
With https://github.com/kubecost/kubectl-cost/pull/91 and https://github.com/kubecost/kubectl-cost/pull/93, the PV cost field when using
--show-pv
or-A
shows zeros, due to the marshalling of thepvs
not working and becausepvCost
doesn't exist in theAllocation
struct. Thus, we're not getting a value for the PV cost.Either fixing the marshalling of the
pvs
here or just creating a workaround would both solve the problem.