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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
#145: kubectl cost predict Splits window flag into two separate flags. One for determining historical usage, and another for determining costs. This allows users to use reconciled cost data by passing a 48hr offset window.
#146: Added --show-total and --hide-diff flags to kubectl cost predict. "Total" cost is the expected monthly cost of each workload if the new spec were applied to your cluster. "Diff" cost (the default) is the expected monthly cost change of applying each new spec to your cluster.
#148: Fix kubectl-cost crashing on systems without glibc by disabling CGO for all builds