wangyamei
711a0d20ee
update feature-gates.md ( #14635 )
2019-06-02 23:58:14 -07:00
Oussema CHERNI
c25d3c0b19
Fix Container Environment Variables full link ( #14663 )
2019-06-02 23:32:12 -07:00
wangyamei
7df7a2ee58
correct the Feature:PodPriority in feature-gates.md ( #14547 )
2019-05-29 22:36:18 -07:00
Martin Vladev
a55e66f9ef
Remove initializers feature gate ( #14602 )
...
* Remove initializers feature gate
Initializers are removed in 1.14
kubernetes/kubernetes#72972
* Update feature-gates.md
2019-05-29 20:10:19 -07:00
Tim Bannister
b2d7cc5e30
Reword glossary entry for etcd ( #14621 )
...
* Link to official etcd documentation
* Reword etcd glossary entry
* Update etcd.md
2019-05-29 19:24:21 -07:00
Tim Bannister
23e8eaf782
Use shortcode for note in Kops glossary entry ( #14534 )
...
* Use note shortcode in kops glossary entry
This brings the entry closer to Kubernetes' style guide for
documentation.
* Reword kops glossary entry
- Write “Terraform” with a capital T (it's a proper noun)
- Adjust grammar
2019-05-28 22:18:20 -07:00
Harshvardhan Karn
bbc3061088
fix kubernetes certified logo url ( #14511 )
...
Signed-off-by: harshvkarn <harshvardhan.karn@mayadata.io>
2019-05-27 06:07:52 -07:00
Tim Bannister
e0873fe247
Add containerd and CRI-O to glossary ( #14309 )
2019-05-21 00:56:44 -07:00
Rajakavitha1
d21ffb4c63
Refractor _index.md ( #14163 )
2019-05-20 05:23:14 -07:00
Ivan Fraixedes
7aad953be7
en/glossary: use title for all Pod occurrences ( #14366 )
...
Use title case for all the Pod occurrences which appear in the rkt
glossary term.
2019-05-16 14:46:30 -07:00
Tim Allclair (St. Clair)
5f5883a5ea
List & watch can be authorized on named resources ( #14339 )
2019-05-16 05:03:49 -07:00
Elvadas NONO
44ba5567b1
Entry for QoS ( #5993 ) ( #14083 )
...
* Entry for QoS (#5993 )
* QoSClass terminology
* QoSClass terminology renamming item
* QoS definition
* Review update QoS Class and Grammar
* dash in glossary id qos-class
2019-05-13 01:58:11 -07:00
Tim Bannister
0e7ae40167
Fix glossary entry for Docker ( #14280 )
...
Also mention Docker Engine. Docker as a brand covers several
technologies.
2019-05-12 05:42:10 -07:00
Renich Bon Ciric
2f456da350
Fix bad for in short options ( #14253 )
...
This one fixes issue #14211 .
I just replaced `-o=parameter` instances with `-o parameter`.
2019-05-10 06:39:57 -07:00
Kohei Toyoda
a1e774fd09
fix orders of yaml for access-authn-authz ( #14195 )
2019-05-09 18:15:58 -07:00
Kenichi Omichi
84163560cc
Fix orders of yaml of reference/kube* ( #14238 )
...
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-08 22:40:47 -07:00
rupeshk071
d281cb567a
Update overview.md ( #13725 )
...
unknown flag: --include-extended-apis
2019-05-06 22:15:40 -07:00
SpringWar
1434120200
Update Kubelet RotateKubeletClientCertificate feature since v1.8 ( #13070 )
...
* Update feature-gates.md
Update PodPriority feature to beta since v1.11
* Update Kubelet RotateKubeletClientCertificate feature since v1.8
* fix feature-gates.md and kubelet-tls-bootstrapping.md Kubelet RotateKubeletClientCertificate feature since v1.8
2019-05-06 07:29:39 -07:00
Stefan Sauer
379626bc10
Fix broken link in service-accounts-admin.md ( #14178 )
...
* Fix broken link in service-accounts-admin.md
a213182b10
added a linke to [projected volume] that maybe got renamed.
* Update service-accounts-admin.md
2019-05-06 02:55:36 -07:00
Andrea Sosso
3ce77b2d1c
Correction on command: kubeadm config print join-defaults ( #14078 )
...
`kubeadm config print join-defaults` since kubeadm 1.13
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/#cmd-config-print-join-defaults
2019-05-04 20:53:37 -07:00
Ismail Alidzhikov
3745897fc7
Update SupportPodPidsLimit to Beta ( #14118 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-05-04 18:31:38 -07:00
Karen Bradshaw
0e7e694fba
update api ref index, 1.14 ( #14139 )
2019-05-03 10:43:39 -07:00
Zach Arnold
50695d8f94
Update security.md ( #14133 )
2019-05-02 10:42:19 -07:00
Elvadas NONO
7bfe66027f
Glossary entry for limitrange ( #14084 )
2019-04-30 12:46:58 -07:00
Karl
7533d70ada
CPUCFSQuotaPeriod - CLI Reference mismatch ( #14090 )
...
`CPUCFSQuotaPeriod` Feature Gate is set from the flag name `CustomCPUCFSQuotaPeriod` per [`kube_features.go#163`](https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L163 )
This PR updates the docs to suit.
In some respects it would be tidier to remove `Custom` prefix from `kube_features.go` so that the Feature Gate naming maps 1:1.
Happy to close this PR and do PR to remove 'Custom' prefix instead.
2019-04-30 09:09:41 -07:00
codyc
d1ceddba29
fixed indentation for kubectl config view ( #14060 )
...
fixed indentation for kubectl config view
2019-04-26 14:06:22 -07:00
codyc
fe663ea841
Add reference and link to kubeconfig on kubectl page ( #14059 )
2019-04-26 14:02:28 -07:00
ismail yenigul
100de28f11
Delete all pods matching the egrep pattern ( #13821 )
...
* Delete all pods matching the egrep pattern
* replace egrep with awk to delete pods by a pattern
* Update content/en/docs/reference/kubectl/cheatsheet.md
Co-Authored-By: ismailyenigul <ismailyenigul@gmail.com>
2019-04-25 11:29:49 -07:00
RA489
942898da66
Add formal definition of workloads ( #11302 )
...
* Add formal definition of workloads
* Update workload.md
* add light copyedit
More section should not repeat short description. Both are served together on the built page.
2019-04-19 09:25:56 -07:00
Tim Bannister
d7ff71ddfc
Fix glossary entry for rkt ( #13877 )
...
* Fix shortcodes in rkt glossary entry
* Tweak wording of rkt glossary entry
2019-04-19 01:11:54 -07:00
shub-asa1
219b8f07a7
updated link for this guide ( #13870 )
...
fixed the invalid link referred by "this guide" in "In Kubernetes v1.11.0 and later, you can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests."
this is fix for issue #13869
2019-04-18 18:03:54 -07:00
Lubomir I. Ivanov
6bd3c7ca93
kubeadm: remove outdate unit file in kubeadm-init.md ( #13768 )
...
Link to the kubelet-integration.md document instead.
2019-04-14 18:32:00 -07:00
Rajesh Deshpande
3eb5094d2b
Removing meaningless line from kubefed.md ( #13782 )
...
There is a line accidentally added in kubefed.md:' ###### Auto-generated by spf13/cobra on 26-Mar-2019'. This is meaningless so removing this from the page.
This also fixes #13755
2019-04-14 18:18:01 -07:00
Miguel Angel Medina Mondragon
e0d2b86919
add log commands with label flag ( #13804 )
...
* add log commands with label flag
* style
2019-04-14 17:44:00 -07:00
codyc
862bd49693
Provides snippet for PLEG ( #13805 )
2019-04-14 08:18:00 -07:00
Nishanth Reddy
2e3a25069d
Added missing --rotate-server-certificates flag to kubelet cli reference ( #13586 )
2019-04-10 00:44:12 -07:00
RA489
0ceb362beb
Update abac.md ( #13067 )
...
* Update abac.md
* Update abac.md
* Update abac.md
2019-04-09 22:34:13 -07:00
goodluckbot
d02c3ca934
Update default admission plugins ( #13719 )
...
Update default admission plugins in admission-controllers.md
TaintNodesByCondition is newly added one.
And also update 1.13 to 1.14.
2019-04-09 18:22:15 -07:00
Karen Bradshaw
cd44e3d73d
fix headers for federation tool references ( #13726 )
2019-04-09 18:14:14 -07:00
Karen Bradshaw
50050dfb1b
clean-up, clarify glossary: taints and tolerations ( #13684 )
2019-04-08 18:23:03 -07:00
AbdullahBM
cc09428797
setting current context and finding running pod's YAML ( #13665 )
2019-04-08 18:03:04 -07:00
Tennis Smith
b809bdcba0
Add 'get-contexts' ( #13677 )
...
Added `kubectl config get-contexts` for completeness
2019-04-08 18:01:04 -07:00
Shashank Patel
b2b29a5e17
Add Logging to glossary ( #13608 )
...
Associated with #5993
2019-04-04 10:25:52 -07:00
Roy Lenferink
24261ee01a
Updated links on kubectl documentation page ( #13579 )
2019-04-02 11:25:20 -07:00
Vladimir Vivien
e3ee3f86cf
Reversal for CSI ephemeral inline volume doc ( #13403 )
2019-03-28 16:36:14 -07:00
Jordan Liggitt
026e792bc8
Update issues landing page ( #13503 )
2019-03-28 11:45:59 -07:00
Tim Bannister
4fd724ba09
Add glossary entries for static and mirror pods ( #12684 )
...
* Add entries for static and mirror pods
* Tweak wording
Co-Authored-By: Zach Arnold <me@zacharnold.org>
* Write kubelet lower case
* Revise wording
2019-03-27 17:26:43 -07:00
yanghaichao12
a1453ca69c
Fix typos ( #13476 )
2019-03-27 16:44:47 -07:00
Liping Mao
95629e7eb3
Fix StorageObjectInUseProtection format in doc ( #13294 )
...
* Fix StorageObjectInUseProtection format in doc
Fix StorageObjectInUseProtection format to follow other admission controllers in doc.
* remove {#storageobjectinuseprotection}
2019-03-27 16:30:49 -07:00
Tim Bannister
8ac581b50e
Add CRI to glossary ( #13024 )
2019-03-27 16:26:48 -07:00