You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using some other Javascript/Typescript tooling for e2e testing (Playwright) on UIs in my k8s cluster. Some UIs are not externally exposed and I would like to start and stop port-forwards as needed during my tests.
Describe the solution you'd like
Provide a new K8s.PortForward type function that could be used to portforward the given pod/service and port. Also ideally provide an easy way to start and stop the portforward.
Describe alternatives you've considered
Manage the port-forward with kubectl or other tooling outside of KFC and potentially outside of TS.
The text was updated successfully, but these errors were encountered:
@jeff-mccoy asked us to put this on hold for now, he mentioned that this is something Zarf can do and that he may push back. Waiting for further instruction around prioritization.
Is your feature request related to a problem? Please describe.
I am using some other Javascript/Typescript tooling for e2e testing (Playwright) on UIs in my k8s cluster. Some UIs are not externally exposed and I would like to start and stop port-forwards as needed during my tests.
Describe the solution you'd like
Provide a new
K8s.PortForward
type function that could be used to portforward the given pod/service and port. Also ideally provide an easy way to start and stop the portforward.Describe alternatives you've considered
Manage the port-forward with
kubectl
or other tooling outside of KFC and potentially outside of TS.The text was updated successfully, but these errors were encountered: