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

Issue with k8s.io/docs/tasks/access-application-cluster/connecting-frontend-backend/ #8483

Closed
2 tasks
jitendrabhalothia opened this issue May 11, 2018 · 8 comments
Assignees
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/docs Categorizes an issue or PR as relevant to SIG Docs.

Comments

@jitendrabhalothia
Copy link

jitendrabhalothia commented May 11, 2018

This is a...

  • Feature Request
  • Bug Report

Problem:
kubectl get service frontend
The external IP field may take some time to populate. If this is the case, the external IP is listed as .

NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
frontend 10.51.252.116 80/TCP 10s

Repeat the same command again until it shows an external IP address:

Proposed Solution:
Let's not to say repeat the same command until it shows an external IP address, let's use the --watch switch
Now :
kubectl get service frontend --watch

Better to add "--watch " switch, for instance, "kubectl get service frontend --watch" instead of telling to keep executing the same command for recent updates in the pod state.

Page to Update:
https://kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/

@steveperry-53 steveperry-53 self-assigned this May 19, 2018
@steveperry-53
Copy link
Contributor

I will ask @juneharton to work on this.

@steveperry-53
Copy link
Contributor

/assign @juneharton

@jitendrabhalothia
Copy link
Author

Thanks, @steveperry-53.

@juneharton let me know if you need any clarification.

@jitendrabhalothia
Copy link
Author

Any updates @steveperry-53 @juneharton.

@jitendrabhalothia
Copy link
Author

@lucperkins are we adding watch switch to the requested doc?

@lucperkins
Copy link
Contributor

@jitendrabhalothia Yes. See pull request #9129 for the proposed changes.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 21, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/docs Categorizes an issue or PR as relevant to SIG Docs.
Projects
None yet
Development

No branches or pull requests

6 participants