* 'master' of https://github.com/kubernetes/kubernetes.github.io: (21 commits)
  revert issue URL, turn into link
  docs/admin/authorization: remove duplicated phrase (#3045)
  update urls
  Fix a typo and update one url
  update urls
  update a url
  update urls
  update invalid links
  update some urls
  modify the url of RestartPolicy (#3034)
  Fix the url
  amend the url
  amend the readiness probes (#3031)
  modify the link url (#3030)
  change the url (#3029)
  Fix the typo.
  Fix the link url
  delete redundant example
  fix typo
  change a link's url
  ...

# Conflicts:
#	docs/admin/authorization/index.md
This commit is contained in:
Andrew Chen
2017-03-28 11:33:09 -07:00
14 changed files with 34 additions and 54 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ $ kubectl exec -ti nginx-app-5jyvm -- /bin/sh
# exit
```
For more information see [Getting into containers](/docs/user-guide/getting-into-containers).
For more information see [Getting a Shell to a Running Container](/docs/tasks/kubectl/get-shell-running-container/).
#### docker logs
@@ -172,7 +172,7 @@ $ kubectl logs --previous nginx-app-zibvs
10.240.63.110 - - [14/Jul/2015:01:09:02 +0000] "GET / HTTP/1.1" 200 612 "-" "curl/7.26.0" "-"
```
See [Logging Overview](/docs/user-guide/logging/overview) for more information.
See [Logging and Monitoring Cluster Activity](/docs/concepts/cluster-administration/logging/) for more information.
#### docker stop and docker rm