forward icon indicating copy to clipboard operation
forward copied to clipboard

🎳 forward - extended kubectl port-forward - reliable multiple port forwarding.

Results 7 forward issues
Sort by recently updated
recently updated
newest added

for example https://github.com/team-soteria/rback/blob/master/kubectl-plugin/kubectl-rback

type:feature

have to - [ ] separate area of responsibility - [ ] describe error and add link to create an issue - [ ] do not raise panic

type:refactoring

https://github.com/kamilsk/lift/blob/3d70617c288acc83b6bf5e330dd3a3fcb25a2170/internal/forward/forward.go#L93-L98 Now it has additional `ps | grep`.

type:bug

- [x] kubectl port-forward mypod 5000 6000 Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in the pod - [x] kubectl port-forward mypod 8888:5000...

type:task

```bash $ forward rubricator-local-redis- 6379 Error: unknown command "rubricator-local-redis-" for "" Run ' --help' for usage. unknown command "rubricator-local-redis-" for "" ```

type:bug

add possibility to use `^some-name$`, etc

type:task

for cases when pod names contain some prefix

type:task