-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Improve host aliases page #5443
Conversation
Deploy preview ready! Built with commit 5a6f947 https://deploy-preview-5443--kubernetes-io-master-staging.netlify.com |
@xiangpengzhao Could you help me to review this changes? |
ping @rickypai who is the author of this doc for reviewing :) |
/lgtm |
@rickypai: changing LGTM is restricted to assignees, and only kubernetes org members may be assigned issues. 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. |
$ kubectl apply -f hostaliases-pod.yaml | ||
pod "hostaliases-pod" created | ||
|
||
$ kubectl get pod -a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you do -o=wide
here so it prints out the pod IP. that way the IP of this entry
10.244.3.80 hostaliases-pod
becomes clearer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rickypai Okay!
thanks for fixing this btw |
@xiangpengzhao Thanks you for your help!! |
@rickypai I added wide output, thanks you for review. |
@rickypai Could you help me to review again? |
I think this is good to go. |
…hub.io into release-1.8 * 'master' of https://github.com/kubernetes/kubernetes.github.io: ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14 ZTE-SH-CN-define-command-argument-container (#5381) Update index.md Update Kompose docs Improve host aliases page (#5443) Add link to AlwaysPullImages admission controller Revert "create homepage for user journeys" create homepage for user journeys fix the command output ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-… (#5363) Add a note to static pod manifest scanning revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461) Fix pod probes yaml file Redirect v1 docs. (#5460) Fix error link (#5459) Fix typo in deployment documentation # Conflicts: # docs/tutorials/stateful-application/basic-stateful-set.md
…hub.io into release-1.7 * 'master' of https://github.com/kubernetes/kubernetes.github.io: ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14 ZTE-SH-CN-define-command-argument-container (#5381) Update index.md Update Kompose docs Improve host aliases page (#5443) Add link to AlwaysPullImages admission controller Revert "create homepage for user journeys" create homepage for user journeys fix the command output ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-… (#5363) Add a note to static pod manifest scanning revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461) Fix pod probes yaml file Redirect v1 docs. (#5460) Fix error link (#5459) Fix typo in deployment documentation
…hub.io into chenopis-404-20170915 * 'master' of https://github.com/kubernetes/kubernetes.github.io: Adding Treasure Data to KCSP page (#5488) Update docs/admin/authentication.md (#5408) ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14 ZTE-SH-CN-define-command-argument-container (#5381) Update index.md Update Kompose docs Improve host aliases page (#5443) Add link to AlwaysPullImages admission controller
…hub.io into chenopis-user-journeys * 'master' of https://github.com/kubernetes/kubernetes.github.io: (21 commits) Remove User FAQ refer links (#5467) fix link of secret ZTE-SH-CN-debug-stateful-set-2017-09-19 use para. page.version to replace specific version update the admission-controllers.md index.md what-is-kubernetes.md link Fix incorrect links update aggregated-api-servers.md link update api-group link fix version.md link Monthly 404 fix (#5494) Fix spelling mistake. Adding Treasure Data to KCSP page (#5488) Update docs/admin/authentication.md (#5408) ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14 ZTE-SH-CN-define-command-argument-container (#5381) Update index.md Update Kompose docs Improve host aliases page (#5443) Add link to AlwaysPullImages admission controller Revert "create homepage for user journeys" ... # Conflicts: # docs/home/index.md
* Fix confusion code block * Add more detail command * Add pod wide output
Fixes issue #5442. Add more detail command, and fix confusion code block.
This change is