* 'master' of https://github.com/kubernetes/kubernetes.github.io: (87 commits)
fix envFrom in configmap
Add link to example for CRDs (#5641)
Fixed links to architecture.md and principles.md
Polish AppArmor tutorial
Remove dangling files related to apparmor
fix the typo of serviceaccount (#5533)
Correct setup link (#5634)
relink the persistent volume of petset (#5582)
Updates to case study landing page (#5629)
translate doc resource-quotas into chinese
minor encoding fix for CN page
fix typo
concepts-overview-components+abac-fix
concepts-overview-components-fix
Update links to avoid redirects. (#5627)
Update links to avoid redirects. (#5625)
Fix 404s. (#5624)
Fix 404s. (#5623)
Edits cpu-constraint-namespace.md
Fix index redirects (#5502)
...
# Conflicts:
# _redirects
# docs/concepts/storage/volumes.md
# docs/concepts/workloads/controllers/daemonset.md
# docs/concepts/workloads/controllers/petset.md
# docs/concepts/workloads/controllers/statefulset.md
# docs/tasks/run-application/run-single-instance-stateful-application.md
# docs/tutorials/stateful-application/zookeeper.md
- change afinity field value to match yaml spec
- update and reorder steps for cordoning nodes to make more sense. currenlty says "all but four". In reality, want to cordon the three nodes that the pods are scheduled on. not "all but four".
- add new line to code snippet for easier "copy/paste"
* Revert "Fix the doc example"
This reverts commit 2872def62b.
* Revert "add the set of sessionAffinity timeoutseconds (#5474)"
This reverts commit 657734de6f.
* Revert "pod-security-policy.md: fix broken link to PSP proposal."
This reverts commit 8db51e099f.
* Revert "fix typo"
This reverts commit 24e5383071.
* Revert "Update images.md"
This reverts commit f844a41502.
* Revert "Update links to avoid redirects. (#5614)"
This reverts commit 35c7393849.
* '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
Fix the mistakes in the "StatefulSet Basics"
In the section "Updating StatefulSets", when the update strategy is OnDelete and the web-0 pod is updated by deleting it manually.
Then the web-1 and web-2 should still have the original image. But in the current version, the article says that the web-0 and web-1
still have the original image.
When going through this section of the documentation, I found myself
wishing the concepts linked to the relevant documentation, so I could
verify I understood the concepts.
Going through the guestbook tutorial for the first time,
the deployment configuration mentioned that whether my configuration
included a DNS service would dictate which env value I used for the
`GET_HOSTS_FROM` variable. According to
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/,
k8s includes DNS by default starting with v1.3.
Add this additional info to help the user better understand when DNS
may/may not be enabled.