Ahmet Alp Balkan

Results 799 comments of Ahmet Alp Balkan

Hi, thanks for the submission. Can you please elaborate how is this different than these options: - `kubectl debug` builtin command - plugin https://github.com/kubernetes-sigs/krew-index/blob/f227a0853c7988486d71ab261ab055ff39badf85/plugins/pod-shell.yaml - plugin https://github.com/kubernetes-sigs/krew-index/blob/f227a0853c7988486d71ab261ab055ff39badf85/plugins/pod-shell.yaml If it can...

I also agree that this project should take `initContainers` as well as sidecar containers into account. There's non trivial calculation that goes into calculating what stage the container in, how...

:robot: _Beep beep! I’m a robot speaking on behalf of @ahmetb._ :robot: ----- Thanks for submitting your kubectl plugin to Krew! One of the krew-index maintainers will review it soon....

The project appears to be abandoned, closing due to inactivity. Feel free to resubmit later.

:robot: _Beep beep! I’m a robot speaking on behalf of @ahmetb._ :robot: ----- Thanks for submitting your kubectl plugin to Krew! One of the krew-index maintainers will review it soon....

Hey! I'm thinking if we should accept this as part of the new "create plugins" feature (would be named "create-limitrange" in that case). We can implement that feature fairly easily...

I think we already fixed this in https://github.com/ahmetb/kubectl-tree/pull/55 But you can also check kubectl lineage plugin.

Is this the Go based implementation or the Bash based implementation?

Go version or the bash script?

Frankly the bash versions are now frozen and no longer being developed, yet they just shell out to kubectl, and they're very simple to edit. So feel free to just...