Yury Tsarev

Results 197 comments of Yury Tsarev

That would be useful for my use case too. The test suite should be fixed and extended before the merge though.

Why not to make it simple as in proposed https://github.com/test-kitchen/kitchen-docker/pull/203 ?

@coderanger not sure if I understood you correctly but in my case it's not IP of the hypervisor as it is but more or less standard IP of docker0 bridge....

@coderanger I agree, but at least the bridge model is default

I faced the similar problem, you can use https://github.com/test-kitchen/kitchen-docker/pull/203 to solve it

@claudio-viola the only thing you can control with `ssh_host` is the host to connect to. The network connectivity will not be solved automatically. And apparently your are trying to connect...

@muvaf I hit the same in https://github.com/crossplane-contrib/provider-jet-datadog/blob/main/examples/monitor/monitor.yaml#L8, I want to use `metadata.name` without semantical duplication in `spec` . At the same time I cannot use `NameAsIdentifier` as the resource is...

@bobh66 As in you mentioned in #3116 ``` Use a combination of cascading forward deletion and the blockOwnerDeletion flag to cause a "bottom up" deletion path so that child resources...

@bobh66 just to explicitly mention it here, the presence of a finalizer on the MR object will **not** block the actual deletion in the target cloud environment. Crossplane will reconcile...

Hi @sminer87 , could you elaborate a bit more on the `without external DNS` part? Do you want to configure zone delegation to k8gb's coredns pods some different way? In...