Scott Stuart
Scott Stuart
When running `kubie exec` on multiple contexts using a wildcard, the context ordering may vary between executions. This PR sorts the contexts by name so that the ordering is consistent,...
_I've found this enhancement to be very useful in accommodating my own ~laziness~ workflow, so figured I'd submit for inclusion if interested : )_ Adds a third option, `partial`, to...
#### What happened: After concluding some seccomp `ProfileRecording`s, two of the profiles failed to install; one has an empty status and the other is stuck in `Terminating`: ``` $ k...
Adds the Envoy image to the pre-flight process, so that Envoy will be pre-pulled during a Cilium upgrade. Fixes: #39374
Adds a new behavior setting `allow_multiple_context_patterns` which parses the context-name argument as a space-delimited list, allowing multiple patterns to be specified in calls to `kubie exec` and `kubie export`. Useful...