shell-operator icon indicating copy to clipboard operation
shell-operator copied to clipboard

Fix depricated `kubectl exec` command

Open belov38 opened this issue 6 months ago • 0 comments

Overview

In the docs used depricated kubectl command

kubectl exec -ti shell-operator /bin/bash
error: exec [POD] [COMMAND] is not supported anymore. Use exec [POD] -- [COMMAND] instead
See 'kubectl exec -h' for help and examples

belov38 avatar Jul 08 '25 22:07 belov38