Niko Kovacevic
|
1d4e3cffd0
Merge pull request #315 from kubecost/niko/idle
|
6 роки тому |
Matt Bolt
|
05d9f77a5d
Updating config to be part of each provider object. Locking occurs exclusively on load and update. Once the config is loaded, we retain the instance unless updates occur.
|
6 роки тому |
Niko Kovacevic
|
7bc7bd7c70
Complete ComputeClusterCosts
|
6 роки тому |
Matt Bolt
|
38b1f16f9c
Move some of the noise in logic repetition to a provider function. Ensure consistency accross GetCustomPricing() method. Additionally ensure we are locking the same accross all required reads/writes of the config file.
|
6 роки тому |
AjayTripathy
|
97cadf4c4f
more locking safety, getcustompricing safety
|
6 роки тому |
AjayTripathy
|
c4101ddbbe
Merge branch 'master' of github.com:kubecost/cost-model into AjayTripathy-update-fixes
|
6 роки тому |
AjayTripathy
|
0cd7790c65
update fixes
|
6 роки тому |
Matt Bolt
|
1cffff711c
Added metric labels to NaN warning. Updated Warning log convention to use [] brackets
|
6 роки тому |
AjayTripathy
|
18eb957f1a
reduce logging of RI
|
6 роки тому |
AjayTripathy
|
ef1b93443e
reduce logging statements
|
6 роки тому |
AjayTripathy
|
d343932b5b
add configmap init and watcher
|
6 роки тому |
AjayTripathy
|
f90c62c0cb
fix GPU prices split across pages
|
6 роки тому |
AjayTripathy
|
8d1bf719b2
add out of cluster filtering on AWS
|
6 роки тому |
AjayTripathy
|
f1629a14b7
support maps
|
6 роки тому |
Matt Bolt
|
7fe7fd6f74
Merge pull request #251 from kubecost/bolt/reserved-instances
|
6 роки тому |
AjayTripathy
|
d8742fd1c3
support saving of negotiated discounts
|
6 роки тому |
Matt Bolt
|
170480604b
Fixes for AWS Reserved Instances. This should correctly be applied now.
|
6 роки тому |
Matt Bolt
|
5600f1fc93
AWS Reserved Instance parsing.
|
6 роки тому |
AjayTripathy
|
fb2b8573e9
fix indent
|
6 роки тому |
AjayTripathy
|
7b11eec300
fix default fallback
|
6 роки тому |
AjayTripathy
|
c170eb7295
Merge branch 'master' of github.com:kubecost/cost-model into AjayTripathy-fix-n2price
|
6 роки тому |
AjayTripathy
|
d400909a33
fix n2 pricing
|
6 роки тому |
Matt Bolt
|
b99c0ff6b7
Reset reserved status each call.
|
6 роки тому |
Matt Bolt
|
55a7270cdc
Move ClusterCache to new package. Use ClusterCache in Provider implementations. Add reserved instance allocation to node data.
|
6 роки тому |
Matt Bolt
|
ec8a428df2
Adding in the stubs for GCP Reserved Instances. This is tested to be working correctly, but does not apply discounts yet. Commented code for AWS, but will be similar. There are some issues with Global discount that we need to refactor in order to get this partially working.
|
6 роки тому |
AjayTripathy
|
564067890f
fix pvs, idle
|
6 роки тому |
Ajay Tripathy
|
dea873306c
Merge pull request #184 from kubecost/AjayTripathy-support-custom-aggregations
|
6 роки тому |
AjayTripathy
|
f5ce539380
support custom tag aggregation
|
6 роки тому |
Niko Kovacevic
|
aa8e6ebbb4
Factor CustomProvider into its own file within cloud to match structure of Azure, GCP, and AWS; implement ClusterName for Provider interface; use ClusterName instead of Cluster ID for cost data model and aggregate data; clean up and make some cod emore idiomatic.
|
6 роки тому |
AjayTripathy
|
6794ca449c
safer querying
|
6 роки тому |