randytqwjp
randytqwjp
@sanposhiho Could you elaborate why we need a separate controller for this again? implementation wise it seems like it would be much easier to be done in tortoise controller by...
there was a bug in application logic and caused some pods to be stuck in crashbackloop while remaining pods utilization went up. Tortoise then increased maxreplica for this service but...
default tags in datadog metrics make it impossible to join queries on hpa replica changes and cpu requests. Therefore we have to calculate in tortoise itself.
@sanposhiho I'll be creating a few test releases to see how it integrates with datadog. I'll base it off a separate branch.
@sanposhiho I suspect this could be due to underlying libs like container runtime being out of date causing the field to be securitycontext field to be dropped. An upgrade to...
Screenshot of VPA recommendations Screenshot of tortoise conditions
Tortoise should take in changes to spec before applying any changes to pods/deployments. `Container Resource Request` field should be updated with `minAllocatedResources` taken into consideration after reading current requests from...
> Also, you must be careful about the fact that changing metrics is a breaking change that we must avoid. If you think you might have to change the metrics...
@sanposhiho For release version, does this mean we have to release v2 in this case? because there are some changes to the metrics
@sanposhiho made the changes PTAL