-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Port Forwarding to Access Applications in a Cluster #26457
Comments
/triage needs-information |
Could you please link the page @adthonb |
/triage accepted |
@irvifa: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
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/test-infra repository. |
/remove-triage needs-information |
/assign |
On Forward a local port to a port on the Pod section
this
kubectl port-forward service/redis-master 7000:redis
should be
kubectl port-forward service/redis-master 7000:6379
The text was updated successfully, but these errors were encountered: