Commit Graph

10636 Commits (56021dc6710b7a12bda237cd475b43a92ea3c537)

Author SHA1 Message Date
Tim Hockin 971d7af713 Update network doc for ip-per-pod reqs (#12182)
* Update network doc for ip-per-pod reqs

As per SIG-Network discussion, we can relax the requirement for all
nodes to be able to reach all pods on those platforms that do not
support hostNetwork.

The current thinking on Windows support is that hostNetwork is not a
requirement for Window users.  As such, satisfying the old requirement
is very difficult and has no practical benefit.

This DOES NOT change the requirements for platforms that support
hostNetwork (e.g. Linux) nor does it make hostNetwork optional for Linux
nodes.

This PR also removes most comparisons to Docker, as they are stale and
no longer germane, and cleans up some of the text.

* Feedback on contents
2019-02-17 17:34:50 -08:00
Lubomir I. Ivanov 43764bd6fb setup/cri: add a section about cgroup drivers (#12638)
* setup/cri: add a section about cgroup drivers

A cgroup driver is an important setting for the CRI and the kubelet.
Add a section that explains why "systemd" is the suggested value
for a driver when installing a CRI.

In the case of Docker the kubelet will receive this value automatically.
For the other CRIs, the users should tackle this manually.

* Update cri.md
2019-02-17 17:20:21 -08:00
Tim Bannister 5e4b2e21a5 Add "workload" to glossary (#12622)
* Add "workload" to glossary

* Use en_US spelling of "fulfill"

* Revise short description

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-02-17 08:39:11 -08:00
Tim Bannister e6d672f1a7 Add sysctl to glossary (#12607)
* Add sysctl to glossary

* Make it clear that sysctl is for Unix-like OSs
2019-02-17 08:28:59 -08:00
Andrew Sy Kim 35d0d34959 remove cloud controller manager docs on using Initializers for PV labeling (#12375) 2019-02-17 08:26:48 -08:00
Bill Mulligan 078b847473 add rkt to glossary (#12361)
* Create rkt.md

* Update rkt.md
2019-02-17 08:24:42 -08:00
Jordan Liggitt 079a91fe79 deprecate DenyExecOnPrivileged/DenyEscalatingExec (#12152) 2019-02-17 08:07:05 -08:00
Tim Bannister 64fc415cdd Illustrate negative-exists selector in cheat sheet (#12667) 2019-02-17 07:49:36 -08:00
Dan Pastusek ba42c9311d add KubeSail to pick-right-solution.md (#12633) 2019-02-17 07:47:26 -08:00
Dario Maiocchi f156d51ddb Improve doc on certificates (#12579) 2019-02-17 07:45:06 -08:00
Vineeth Reddy d521f97eab Update building-from-source.md (#12577)
* Update building-from-source.md

Update the page to be consistent with the concepts template.

* Update building-from-source.md

Update the page to be consistent with the concepts template.
2019-02-17 07:42:51 -08:00
Ben Kuhn 7f3eb1dac6 Better example of a preStop hook for nginx (#12563)
It looks like `nginx -s quit` returns immediately rather than blocking until nginx has finished gracefully shutting down. As a result, just running `nginx -s quit` in the preStop hook won't work very well for high load and/or long running requests; nginx will get a TERM signal (and do a hard shutdown) immediately after `nginx -s quit` returns.

(I was getting connection errors while terminating pods, and adding a sleep-until-done to the preStop hook seemed to make them go away.)
2019-02-17 07:40:45 -08:00
cell13 c4a0e6be5c Update hello-minikube.md (#12257)
modify:
Katacoda environment only: Type `30369`, and then click **Display Port**.
2019-02-17 07:38:21 -08:00
Nick Fox 60b804ec8f Add service path to CRD webhook conversion example (#12542)
* Add service path to CRD webhook conversion example

* Update wording in CRD conversion example to indicate it is serving traffic

Co-Authored-By: nrfox <nickfox25@gmail.com>
2019-02-17 07:36:11 -08:00
Vinodh N 2aba9bd333 Update container-lifecycle-hooks for preStop - removed submodule website (#12498)
The changes are in line with one of the request for documentation update as per PR #55807 wherein it was observed that the preStop hook is not commissioned when the container is already in the terminated or completed state.

Braces removed as per the review comment. Multiple commits squashed

Braces removed as per the review comment

Update as per review, removed etc... and the statement is now cleaner
2019-02-17 07:33:51 -08:00
Murcurio 6adce91e46 Update http-liveness.yaml (#12255)
Deprecating the "X-" Prefix and Similar Constructs in Application Protocols:
https://tools.ietf.org/html/rfc6648
2019-02-17 07:31:41 -08:00
David Xia cb354f641d Disruptions: make clearer not all voluntary disruptions are constrained by PDBs (#11619)
* Disruptions: make clearer not all voluntary disruptions are constrained by PDBs

Currently, there's confusion on whether all voluntary disruptions are constrained by PDBs.
For example, see the three comments [here](https://github.com/kubernetes/kubernetes/issues/39824#issuecomment-436322189).

* Update content/en/docs/concepts/workloads/pods/disruptions.md

Co-Authored-By: davidxia <davidxia@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/pods/disruptions.md

Co-Authored-By: davidxia <davidxia@users.noreply.github.com>

* Update disruptions.md
2019-02-17 07:27:11 -08:00
Jesse Glick 43d42674e9 Note MicroK8s (#11985)
* Note MicroK8s

* Consistent use of commas
2019-02-17 07:24:56 -08:00
hidekazuna 06b3c73e9b Update Container Runtime explanation (#11707) 2019-02-17 07:22:45 -08:00
Johann Gyger 42327d8a2c Alias for kubectl that works with completion (#12517)
* Alias for kubectl with completion.

Use a shorthand alias for `kubectl` that also works with completion. Using completion is great but typing `kubectl` each time is annoying.

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-Authored-By: jogy <johann@gyger.name>
2019-02-17 06:15:20 -08:00
WanLinghao f0d0309086 Fix a invalid jump link in hpa documentation (#12676) 2019-02-16 23:32:26 -08:00
Tim Bannister 88ca365f11 Use # not // for comments (#12672)
Bourne-style shells don't use //
2019-02-16 19:55:36 -08:00
Supriya Sirbi 7e1a07d4f1 Patch 2 - Update Replicaset.md (#12650) 2019-02-16 04:50:03 -08:00
shutefan 5f2250fd91 Fix sentence about specifying a rollback version (#12663) 2019-02-15 17:26:48 -08:00
Rémy Léone 29f6155fc5 Translate the feature state to French (#12642) 2019-02-15 07:50:35 -08:00
Tim Bannister f9ad42915a Sort course list (#12647) 2019-02-15 03:39:11 -08:00
WanLinghao 50d01070ba Fix some 404 links in Chinese docs (#12488) 2019-02-15 00:31:05 -08:00
Tim Bannister fcea562907 Reference CronJob from Job (#12602)
CronJob is now stable. Signpost users to the relevant documentation.
2019-02-14 22:16:50 -08:00
Dave Strebel 3e5cb3d78a Update AKS mitigation link (#12632)
* Update AKS mitigation link

Updated to include link to AKS documentation on mitigation.

* Updated Microsoft Recommendation

Updated with suggested changes
2019-02-14 22:14:39 -08:00
Damini Satya 461fadb8c3 Update download icon and add RSS label (#12648)
* Add 'RSS feed' label

* Update download icon
2019-02-14 22:10:09 -08:00
André Martins 0a5ff4417d network-policy-provider: updating cilium documentation for v1.4.0 (#12627)
Signed-off-by: André Martins <aanm90@gmail.com>
2019-02-14 21:50:21 -08:00
Himanshu Pandey 9fcf418680 Removed junk character from output (#12649) 2019-02-14 21:39:15 -08:00
Seokho bdd953f0d3 Substitute en.toml for pedefined english shortcodes (#12418)
Rev Substitute en.toml for pedefined english shortcodes

Remove prefix Substitute en.toml for pedefined english shortcodes

Rev minor Substitute en.toml for pedefined english shortcodes
2019-02-14 17:32:53 -08:00
lledru faa86d2d01 initiate french translation of setup docs (#12643) 2019-02-14 09:40:23 -08:00
Karen Bradshaw b61b2351f7 update glossary id and rename filename (#12635) 2019-02-14 00:53:30 -08:00
Omid Raha 99909a4ccc Fix note as others (#12628) 2019-02-14 00:44:53 -08:00
Rémy Léone a5cda6edea Init French translation (#12548) 2019-02-13 09:29:21 -08:00
Bob Killen 0470ce5688 Correct Debian version, link to other CoreOS channels (#12629) 2019-02-13 05:37:09 -08:00
Janet Kuo e063811cdb Document owner ref restrictions explicitly (#12543) 2019-02-13 05:03:42 -08:00
Naoki Oketani 3eb1148568 Update fluentd 0.12 to 1.0 in the example (#12557)
* Update fluentd 0.12 to 1.0 in the example

* .editorconfig removed trailing spaces
2019-02-13 03:42:24 -08:00
Damini Satya 63e57d102e Fix #9805 - Correct tags to avoid HTML encoding issue (#12523) 2019-02-13 03:36:11 -08:00
Damini Satya e0bc7049cb Remove extra occurance of container in the container lifecycle hooks definition (#12621) 2019-02-13 02:23:13 -08:00
PingWang c533563bdc Add s390x platforms for calico (#12616)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:21:02 -08:00
Tim Bannister c0b0596b9b Link to pod lifecycle (#12614) 2019-02-13 02:19:09 -08:00
Tim Bannister ae70b25010 Add example listing object labels (#12600) 2019-02-13 02:17:08 -08:00
Tomas Kral 32211de0f5 Update debug-service.md (#12599)
use smaller case `v` for adjusting logging level
2019-02-13 02:15:06 -08:00
Andrew 8c637cee9e Update kubernetes-objects.md (#12595) 2019-02-13 02:13:00 -08:00
PingWang 4baf6d4d52 Update links of apparmor doc (#12593)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:11:04 -08:00
Nick Veitch 1bfe9725f9 Adds link to official docs for LDAP support (#12581) 2019-02-13 02:06:56 -08:00
Yu-Zhen Tu 222ac3410e Add two training courses from Coursera (#12569) 2019-02-13 02:02:48 -08:00