Marko Lukša

Results 25 comments of Marko Lukša

I was actually the one who suggested adding the option of opening the graph in the browser directly. But I expected this to be done as part of the kubectl-rback...

@sebgoa are you sure? We don't even parse the `userNames` or the `groupNames` fields (which we probably should). I've tried visualizing the `system:image-pullers` role binding, which has `userNames: null` and...

@jwendell what's the label for cherrypicking this to the previous versions?

Same issue on Fedora 39. Firmware version: v1.3.5 ``` $ bluetoothctl info E4:C1:71:38:65:D7 Device E4:C1:71:38:65:D7 (random) Name: Aranet4 ... Alias: Aranet4 ... Paired: yes Bonded: yes Trusted: no Blocked: no...

The reason I took the per-pod approach is because I am not sure how change affects performance. The early demux feature was supposed to be an optimization, but in some...

The proposal says that sidecars only run after the init containers run. But what if the use-case requires the sidecar to run while/before the init containers run. For example, if...

@Joseph-Irving Actually, neither the boolean nor the `containerLifecycle: Sidecar` are appropriate for proper future extensibility. Instead, `containerLifecycle` should be an object, just like `deployment.spec.strategy`, with `type: Sidecar`. This would allow...

@Joseph-Irving We could work with that yes. It's not ideal for the sidecar to shut down after the init containers run and then have the same sidecar start up again,...

You probably need to add a `--` in front of the command, just like with `kubectl exec` and others. Not sure which plugin you're invoking, but the command should be:...

Thanks. Can you fix the indentation so it's always consistent (2 spaces)?