Sascha Schwarze

Results 37 comments of Sascha Schwarze

Opened PR without any configuration option but with the log statement.

> It seems that the failing test `Name: "sks does not exist",` expects to set pa.DesiredScale to -1 instead of the original value (11). Yep, now that I don't have...

I changed the test case. It was actually running into that code path where there are no metrics and now that means that it keeps the desiredScale rather than setting...

@dprotaso can you give an update where we are standing here ?

> @SaschaSchwarze0 @psschwei Hi, maybe something similar to [this](https://stackoverflow.com/questions/56115197/how-to-idiomatically-fill-empty-fields-with-default-values-for-kubernetes-api-ob) could help here. I havent checked the details yet if defaulting first via K8s, then by knative and then passing the...

I opened a pull request with a different solution where a hash of the client-side built Deployment spec is stored as Deployment annotation to be later able to perform a...

> I started to look at server side apply and I believe it could solve the excess upgrades described in this issue as well as allowing two controllers to coordinate...

> > can you explain me how server-side apply helps to determine on the client side whether an update call to the server should be made or not ? >...

@skonto I do NOT consider (c) an option. Server-side apply always goes to the API server. Even if the call is cheap, it is still an API call. And with...