Mike Wilson
5d9c2d35be
Updating privileged container information ( #7548 )
...
* Updating privileged container information
We now use privileged containers by default on GPU-enabled nodes.
* Changes for consistency
Replaced worker with node.
2018-02-27 19:43:46 -08:00
Matt Braymer-Hayes
36d6fb25a0
Update pod.md ( #7497 )
...
Remove statements about the future, fix formatting.
2018-02-27 11:59:46 -08:00
Mike Wilson
8aaa23971e
Update glossary page ( #7547 )
...
Changed some unit and charm names to match what we actually ship now.
2018-02-27 11:39:47 -08:00
Joseph Heck
ff9990c87d
Merge pull request #7410 from mbert/master
...
HA guide for kubeadm:
2018-02-27 11:35:08 -08:00
Ronny López
d807e5303d
Update service.md ( #7539 )
2018-02-27 11:31:44 -08:00
siliangxifeng1988
d79f4d82cb
Update statefulset.md ( #7537 )
2018-02-27 11:29:45 -08:00
AdamDang
e8a60186a7
Fix a container->a Container ( #7536 )
2018-02-27 11:28:45 -08:00
Robert Morse
a90eb022eb
Getting Started Updates for SIG-Windows: take 2 ( #7535 )
...
* Pull out build instructions
* General clarifications and remove reference to merged kube-proxy PR
* Updates to sample yaml files, and clarification on host OS version (2016/latest vs 1709 tags)
* Reordering for clarity
* Add tag for Server 1709
* Addressing feedback
* Address feedback
2018-02-27 11:27:45 -08:00
Kay Yan
112a6e5928
fix-typo-in-daemonset ( #7534 )
2018-02-27 11:24:45 -08:00
Michelle Au
21926145fe
Update docs with subpath limitation ( #7533 )
2018-02-27 11:21:45 -08:00
Mike Wilson
ab1398e940
Update logging documentation ( #7526 )
...
Juju option has changed.
2018-02-27 11:17:47 -08:00
Mike Wilson
0e7df8d741
Updating docs for upgrades ( #7525 )
...
* Updating docs for upgrades
* removing latin
per https://kubernetes.io/docs/home/contribute/style-guide/#avoid-latin-phrases
* More latin
2018-02-27 11:16:46 -08:00
WanLinghao
01b2e27580
fix privileged description miss ( #7515 )
...
modified: docs/concepts/policy/pod-security-policy.md
2018-02-27 11:15:46 -08:00
Weibin Lin
2fe0ffc2a8
Update bootstrap-tokens.md ( #7543 )
2018-02-27 11:10:46 -08:00
William Zhang
7e07a410b0
Fix the wrong link to pod-priority-preemption ( #7545 )
...
Signed-off-by: William Zhang <warmchang@outlook.com >
2018-02-27 11:07:45 -08:00
Mike Wilson
41dfa4241e
Updating index ( #7549 )
...
Adding information to reflect that CDK tracks upstream and doesn't alter binaries.
2018-02-27 10:58:45 -08:00
Mike Wilson
8b916c38b4
Update validation ( #7550 )
...
Adding a line about e2e tests passing on a CDK cluster.
2018-02-27 10:57:46 -08:00
Mike Wilson
8ed888a765
Updated to reflect network offerings ( #7530 )
...
Juju now supports canal and flannel. Adding docs to indicate that.
2018-02-27 10:56:46 -08:00
Steve Perry
f81f1c0591
In user-guide, in front matter, change approvers to reviewers. ( #7444 )
2018-02-27 10:54:45 -08:00
Steve Perry
45c3fe6ddc
In Setup, in front matter, change approvers to reviewers. ( #7443 )
2018-02-27 10:53:45 -08:00
Aravind
06f94d3983
Debugging DNS has been moved to a separate article. ( #7436 )
...
* Separated
Customizing DNS service
Debugging DNS
from https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/
* fixed a typo
2018-02-27 10:52:46 -08:00
Steve Perry
3121977ed9
In concepts, in front matter, change approvers to reviewers. ( #7442 )
2018-02-27 10:51:46 -08:00
Xiaodong Zhang
5401750219
Bump up deployment version in concepts/overview/object-management-kubectl folder ( #7327 )
2018-02-27 09:51:46 -08:00
Alejandra Bustos
46d4998e3e
Add JavaScript client for Kubernetes ( #7529 )
2018-02-26 19:08:46 -08:00
Kris Nova
2c5ace18e9
Fixing the space in volumes docs ( #7532 )
2018-02-26 19:06:45 -08:00
Weibin Lin
527911530d
Remove the deprecated '--configure-cbr0=' ( #7518 )
2018-02-26 13:37:44 -08:00
Alex Glikson
1f72c7a1b8
Fixed cross-node preemption example ( #7150 )
...
* Fixed cross-node preemption example
The constraint between P and Q should be pod affinity rather than anti-affinity in order to the example to be correct.
Fixes #7149
* Fixed example to emphasize Zone namespace in pod anti-affinity
2018-02-26 10:47:44 -08:00
grodrigues3
7d85f99953
Rebuild the community docs ( #7498 )
...
* rebuild and update community imported docs
* redundant page titles
* Redundant page title removed
2018-02-26 09:14:43 -08:00
Sean Dague
1458363f5a
Change glossary to sort_natural ( #7523 )
...
The default sort in liquid is ASCIIbetical, but there is a built in
sort_natural that allows you to sort things in human sensible
ways. This updates the glossary list to use sort_natural instead.
Fixes issue #7491
2018-02-26 08:15:43 -08:00
Weibin Lin
e0ca08771e
Update scratch.md ( #7516 )
2018-02-26 07:49:43 -08:00
Paweł Prażak
0955d6be90
kubectl/cheatsheet - add command for sorting events ( #7519 )
...
- add a command to "List Events sorted by timestamp"
workaround for #29838
2018-02-26 07:45:44 -08:00
Logan Rakai
75aeaa3ddb
Update networking.md to avoid the use of "we" ( #7514 )
...
Proposed changes to avoid style guide antipattern https://kubernetes.io/docs/home/contribute/style-guide/#avoid-using-we
2018-02-25 20:25:42 -08:00
Mike
213b87adc0
* Changed range syntax to use paren to indicate range {0..N-1}. ( #7509 )
...
* * Changed range syntax to use paren to indicate range {0..N-1}.
Fixed #7507
* Updated wording per feedback from @enisoc.
2018-02-25 12:39:44 -08:00
Markus Banfi
01098a1d42
Fix reference to Python client library ( #7504 ) ( #7505 )
...
* Fix reference to Python client library (#7504 )
* fixup! Fix reference to Python client library (#7504 )
2018-02-25 08:14:43 -08:00
Philippe Pepiot
0c0e2c636d
pull image private: fix example variable name ( #7510 )
...
In the docs the secret is called regcred instead of regsecret
2018-02-24 14:14:44 -08:00
Martin Mosegaard Amdisen
4e248ae8f4
Update kubeadm-upgrade.md ( #7335 )
...
Added link to 1.9 upgrades.
I am uncertain about the right document for `1.8.x` to `1.8.y` upgrades, as both these documents state that is their purpose:
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-8/
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-9/
So I have left the link for that scenario as it is.
2018-02-24 13:18:44 -08:00
Joseph Herlant
a49701cf4b
Fix explanation about eviction threshold ( #7311 )
2018-02-24 13:17:45 -08:00
James Hill-Khurana
97837c078c
Fix Kubermatic Links ( #7435 )
...
The Kubermatic Links now redirect to loodse.com.
2018-02-24 13:14:46 -08:00
Matt Braymer-Hayes
c1beb824c4
Update master-node-communication.md ( #7467 )
...
Remove out-of-date reference to TODO (#7314 ).
2018-02-24 13:13:46 -08:00
Michelle Au
6e8384d1b4
Update reclaim policy documentation to be consistent with field names ( #7487 )
2018-02-24 13:12:44 -08:00
Nikhita Raghunath
8d7accb1a9
Document ability to do object count quota for all namespaced resources ( #7441 )
2018-02-24 12:59:44 -08:00
Ozioma
d1b446a080
edit command to create config file ( #7293 )
...
"touch" is not a windows or power shell command
2018-02-24 09:45:45 -08:00
Thomas Maddox
57ba29877d
custom-resources.md: Swap "You are have"/"You have" ( #7500 )
...
Minor grammatical error when describing what CRDs are a good fit for.
2018-02-24 09:31:48 -08:00
Kai Chen
9e56ea6c67
Fix reference to kubernetes-objects ( #7499 )
2018-02-23 13:01:46 -08:00
Mike Wilson
3885c80063
Add to contact methods ( #7494 )
...
Add kubernetes-users and kubernetes-novice to contact methods
2018-02-23 10:32:44 -08:00
Ayush Pateria
086251e593
Update cassandra-statefulset.yaml ( #7438 )
...
Specifying storage class name using annotations is deprecated since v1.6. Updating it to storageClassName field.
2018-02-23 10:13:45 -08:00
Manuel Alejandro de Brito Fontes
d432d6bafe
Update cassandra tutorial ( #7478 )
2018-02-23 10:11:45 -08:00
Joel Smith
5ec5118445
Don't encourage people to mount downwardAPI volumes on /etc ( #7484 )
...
Because API data volumes like downwardAPI are expected to be fully
managed by Kubernetes and are now mounted read-only, this causes
problems with other files in /etc like /etc/resolv.conf that Docker
tries to add to the volume. Our examples should show such volumes
being mounted to a dedicated subdirectory for the volume.
2018-02-23 10:06:45 -08:00
Sean Dague
34c656f32a
glossary: move labels to label ( #7486 )
...
The term_id for Label is singular, but the file is plural. All the
rest of the terms in the glossary prefer singular for the glossary
reference. Harmonizing the label entry is helpful for consistency.
Update all in tree tooltip references at the same time.
2018-02-23 10:01:45 -08:00
Jianfeng Li
979bcb1291
fix a typo ( #7492 )
2018-02-22 23:08:44 -08:00