Michael Merrill
Michael Merrill
since sesv2 is a new service, it's defined in its own service-2.json file, here: https://github.com/boto/botocore/blob/develop/botocore/data/sesv2/2019-09-27/service-2.json. This means that it needs to be treated as a new service within moto. You...
Thanks @adubovikov, I was interested in the database passwords. I could see a solution where a configuration reload request is sent, and the readConfig() can be aware if the config...
I can try a first pass at this over the weekend.
I believe we can just use viper to watch for changes to the file. I am going to give the ability to turn on/off this feature via configuration. Like this:...
doesn't look like weave works with 1.23, see the kops update: https://github.com/kubernetes/kops/pull/12941
I know this project is not supported, but to support the CNI change in 1.23, something like this would need to get done: https://github.com/weaveworks/weave/commit/c3c28ea27e5fda4220e65fd1d02e23a67a04c610
See this: https://github.com/kubernetes/autoscaler/issues/4739
wow, didn't expect to come across this behavior. My main use case was for secrets as well, but we have alerts that trigger our monitoring vendor across "all" namsepaces, simply...
hi @2rs2ts, can you post an example of the access keys being posted (redacted of course). I'd like to know I'm looking at the right function.
This is closely related to issue #4739, which was fixed in cluster autoscaler version 1.22 onward. If you look at the function that generates a hypothetical new node to satisfy...