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
I would like to be able to use diff port mapping. E.g. Using the kubectl CLI command form of kubectl port-forward --address=0.0.0.0 -n namespace pod/pod_name 8081:8080
using pf = portforward(api_instance.connect_get_namespaced_pod_portforward, name, namespace, ports=str(port)) and pf.socket(port)
this interface cannot implement my function!
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
I would like to be able to use diff port mapping. E.g. Using the kubectl CLI command form of kubectl port-forward --address=0.0.0.0 -n namespace pod/pod_name 8081:8080
using pf = portforward(api_instance.connect_get_namespaced_pod_portforward, name, namespace, ports=str(port)) and pf.socket(port)
this interface cannot implement my function!
The text was updated successfully, but these errors were encountered: