Skip to content
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

Closed
adthonb opened this issue Feb 10, 2021 · 7 comments · Fixed by #26659
Closed

Use Port Forwarding to Access Applications in a Cluster #26457

adthonb opened this issue Feb 10, 2021 · 7 comments · Fixed by #26659
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@adthonb
Copy link

adthonb commented Feb 10, 2021

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

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Feb 10, 2021
@irvifa
Copy link
Member

irvifa commented Feb 11, 2021

/triage needs-information

@k8s-ci-robot k8s-ci-robot added the triage/needs-information Indicates an issue needs more information in order to work on it. label Feb 11, 2021
@irvifa
Copy link
Member

irvifa commented Feb 11, 2021

Could you please link the page @adthonb

@adthonb
Copy link
Author

adthonb commented Feb 12, 2021

@irvifa
Copy link
Member

irvifa commented Feb 12, 2021

/triage accepted
/kind bug
/help

@k8s-ci-robot
Copy link
Contributor

@irvifa:
This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

/triage accepted
/kind bug
/help

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.

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 12, 2021
@irvifa
Copy link
Member

irvifa commented Feb 12, 2021

/remove-triage needs-information

@k8s-ci-robot k8s-ci-robot removed the triage/needs-information Indicates an issue needs more information in order to work on it. label Feb 12, 2021
@jailton
Copy link
Member

jailton commented Feb 19, 2021

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
5 participants
@jailton @irvifa @adthonb @k8s-ci-robot and others