Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(k8s): honor options.RestConfig in tunnel.ForwardPortE
The tunnel.ForwardPortE function does not honor the rest config configured inside the KubectlOptions. This leads to a mismatch with other functions. This commit uses the RestConfig if defined instead of getting a new one.
- Loading branch information