kube-fzf icon indicating copy to clipboard operation
kube-fzf copied to clipboard

Replace the kube-fzf process with kubectl process using exec

Open aswinkarthik opened this issue 4 years ago • 1 comments

This is a request for opinion.

Instead of invoking kubectl commands inside the shell script, can we do an exec so that the process is replaced with the kubectl command that is being run at the end. This means in ps only the kubectl command is listed and the shell command is not.

aswinkarthik avatar Feb 25 '20 10:02 aswinkarthik

Can you provide an example of where to use exec?

arunvelsriram avatar Apr 20 '20 17:04 arunvelsriram