muvaffak

Results 206 comments of muvaffak

@smira I don't have access to GRUB boot prompt unless I get Hetzner to attach a KVM device to the server. In my second try, having just `console=tty0` worked as...

I believe conditions are most useful in machine to machine communication, which is not really what events/logs are for. However, `Synced` doesn't really mean much for other controllers or systems,...

Hmm, actually UI systems are usually built using YAML output of the resources, which do not have the events. So that's a machine usage of the `Synced` condition; to show...

> Delete an element. For maps, we can have users do something like `"key-i-want-to-delete": "-"` for the keys that they want to delete, a little bit similar to `kubectl label...

I think I'll need to do some experiments to make sure we're able to capture all three: nil value, zero value, actual value. Or @hasheddan could also play with it...

I'm not sure if I understood you correctly but in API patterns one-pager, we recommend that the one managed resource should result in one external resource, if that's what you...

> If the assumption is that managed resource always results in creating only one external resource in a single phase, then the managed reconciler doesn't seem to be appropriate choice...

What is the scenario that requires you to reference a `terminating` object? A case I can think of is that you reference an object, it's resolved, but now you'd like...

I'll start with moving `Update` call above `Delete`. After 0.4, we can investigate how we could make `Delete` be called even if the prior steps resulted in error. @negz @hasheddan...