Adam Dougal

Results 45 comments of Adam Dougal

This is the cause of this issue https://github.com/kubernetes/kubernetes/issues/77058

I also encountered the same issue when updating from `8.5.5` to `9.1.6`. It looks like only a couple of folders were affected.

This would be awesome!

Though, on looking at the code I've seen this is possible, but I have to create my own custom handler: ```python def handler(_) -> werkzeug.Response: time.sleep(10) return werkzeug.Response({"foo": "bar"}, status=200)...

Heya, thanks for the amount of time you've spent looking at this! Your final suggestion sounds good to me. Though perhaps you could consider the `Fault` class as abstract and...

Heya @csernazs, Apologies for the delay, I've been away on holiday. Great idea to implement it this way! I can already see this being useful in other ways, such as...

As part of this we should probably move the deleting from the index from the admin app to the function. That way we can delete from storage without using the...

We should consider moving the deletion to the backend function so that files are still removed from the index when deleting from blob storage directly.

Just to add to the list of parameters that we'd like configurable. `--concurrent-horizontal-pod-autoscaler-syncs` which is new in K8s 1.26.

@pamelafox Yes! Looks like I missed that. Some roles are there already but a few are missing. I'll get them added now.