Damini Satya
50139f0132
Update feature-gates.md ( #18033 )
2019-12-09 12:58:03 -08:00
Damini Satya
638a341877
Reference Documentation for the Kubernetes API for 1.17 ( #18019 )
2019-12-09 12:44:04 -08:00
daminisatya
fa71e44da1
Promote VolumeSubpathEnvExpansion to GA
2019-12-06 17:48:50 -05:00
Tim Bannister
c3917a5e50
Cleanup kubectl generators docs ( #17609 )
...
* Write ReplicationController without a space
* Drop mentioning unsupported cluster versions
* Fix capitalization for “API group”
* Tweak wording
* Avoid using deprecated generator in example
2019-12-06 17:48:49 -05:00
Joe Betz
3d7e739b5b
Add resource version section to api-concepts documentation ( #16910 )
...
* Add Resource Version semantics section to api concepts
* Clarify risks of going back in time, add details about compaction and watch cache sizes
* Apply suggestions from liggitt
Co-Authored-By: Jordan Liggitt <jordan@liggitt.net >
* remove pesudocode, apply feedback
* Fix typo
* Clarify equality rules
2019-12-06 17:48:49 -05:00
Jordan Liggitt
3c40a092f7
Update WebhookAdmissionConfiguration examples ( #17549 )
2019-12-06 17:48:49 -05:00
Jordan Liggitt
a8020b6275
AdmissionConfiguration v1 ( #17548 )
2019-12-06 17:48:49 -05:00
Draven
162292ac2f
feat: update TaintNodesByCondition in feature gates table ( #17377 )
2019-12-06 17:48:49 -05:00
Draven
0e5d8e520e
feat: graduate ResourceQuotaScopeSelectors to GA in 1.17 ( #17554 )
2019-12-06 17:48:48 -05:00
Deep Debroy
fea3bf18c5
Update list of feature flags for in-tree plugins migrated to CSI ( #17533 )
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
2019-12-06 17:48:48 -05:00
Andrew Sy Kim
a4447802db
add topology.kubernetes.io/zone, topology.kubernetes.io/region and node.kubernetes.io/instance-type labels to docs ( #17498 )
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com >
2019-12-06 17:48:47 -05:00
Rob Scott
6e6f90acc1
Updating EndpointSlice documentation for beta release in 1.17 ( #17411 )
2019-12-06 17:48:47 -05:00
Xing Yang
38684c3035
Add documentation for VolumeSnapshot Beta ( #17233 )
2019-12-06 17:48:47 -05:00
Zihong Zheng
9278d3cfac
Update service load balancer finalizer doc for GA ( #17438 )
2019-12-06 17:48:46 -05:00
Lee Verberne
50d9795fb8
Promote PodShareProcessNamespace to stable ( #17192 )
...
* Promote PodShareProcessNamespace to stable
* Add for_k8s_version to feature-state label
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
* Readd version-check to shareProcessNamespace task
2019-12-06 17:48:46 -05:00
Fabio Bertinatto
68ef194ead
Promote Node-specific volume limits to GA ( #17432 )
2019-12-06 17:48:46 -05:00
Michelle Au
ddd2a14a7c
Update docs for csi topology ga ( #17408 )
2019-12-06 17:48:46 -05:00
Wojciech Tyczynski
1a884b1f97
Promote NodeLease feature to GA ( #17189 )
2019-12-06 17:48:46 -05:00
David Zhu
b04abcfb61
Move CSIMigration and CSIMigrationGCE to Beta in Kubernetes v1.17 ( #17478 )
2019-12-06 17:48:45 -05:00
Draven
012a41a5fc
feat: graduate ScheduleDaemonSetPods to GA ( #17350 )
2019-12-06 17:48:45 -05:00
Wojciech Tyczynski
877978350f
Watch bookmarks to GA ( #17026 )
2019-12-06 17:48:45 -05:00
Matthias Bertschy
dde56f2463
Promote StartupProbe to beta (enabled by default). ( #17164 )
2019-12-06 17:48:45 -05:00
Zach Corleissen
bb45a9818d
Revert breaking commits ( #17967 )
...
* Revert "Remove dead links to old getting started guides (#17889 )"
This reverts commit d6285eaac4 .
* Revert "Fix a command in kubectl cheatsheet (#17888 )"
This reverts commit e03f4b258c .
2019-12-05 15:22:49 -08:00
mhamdi semah
bf92b9febd
add cidr to glossary ( #17550 )
...
* add CIDR
* modify cidr definition
* Update content/en/docs/reference/glossary/cidr.md
Co-Authored-By: Chris <6834943+christophercarney@users.noreply.github.com >
* Update content/en/docs/reference/glossary/cidr.md
Co-Authored-By: Chris <6834943+christophercarney@users.noreply.github.com >
2019-12-03 06:16:57 -08:00
umiblue
3079e9b00f
Update an out-of-date link ( #17907 )
...
Signed-off-by: umiblue <lentil1016@163.com >
2019-12-02 05:49:05 -08:00
makocchi
2b23087c8d
Fix a dead link ( #17900 )
2019-12-02 00:23:04 -08:00
Qiming
e03f4b258c
Fix a command in kubectl cheatsheet ( #17888 )
...
Closes : #17883
2019-11-30 21:23:03 -08:00
makocchi
f471f68b99
Add TopologyManager description ( #17867 )
2019-11-29 06:59:05 -08:00
Tim Bannister
7758da34d2
Reword glossary entry ( #17429 )
2019-11-29 05:07:03 -08:00
Tomasz Prus
538cf362e2
Add kubernetes-asyncio library ( #17812 )
2019-11-26 03:27:10 -08:00
praveen-kg
e26dd31892
incorrect command for sort-by operation on pod ( #17032 )
...
* incorrect command for sort-by
kubectl get pods -n test --sort-by=.spec.capacity.storage, is incorrect for pod as pods will not have capacity.storage under .spec, rather it should be for PersistentVolume.
So change the command
kubectl get pv -n test --sort-by=.spec.capacity.storage
* Update cheatsheet.md
2019-11-25 21:29:10 -08:00
reung37
6a579987eb
Update etcd.md ( #17751 )
2019-11-25 20:47:10 -08:00
Alena Varkockova
15b4194727
Fix typo in the word annotation ( #17716 )
2019-11-21 04:05:28 -08:00
chentanjun
f77f57925e
fix-up 404 urls ( #17668 )
2019-11-20 18:11:28 -08:00
Sascha Grunert
31970ef6f9
Fix invalid CRI-O glossary links ( #17532 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-11-17 17:59:41 -08:00
chentanjun
9335df5d49
fix-up the broken link ( #17601 )
2019-11-17 17:35:42 -08:00
Dr Nic Williams
41d5f445b2
jsonpath example of child with dot in name ( #17625 )
...
Promoting the solution shown in https://github.com/kubernetes/kubernetes/issues/23386#issuecomment-305348170
to formal documentation.
2019-11-17 17:27:41 -08:00
sivanzcw
8d14c1572d
change the expired link about sig-governance ( #17605 )
2019-11-16 21:35:41 -08:00
Oleg Butuzov
453437bd3a
PVCProtection related conent cleanup ( #17558 )
...
After PVCProtection was deprecated in kubernetes/website@be48fb38e9 was
removed task used to describe concept of it. Link wasn't removed
everywhere (this PR removes it) and was living in site documentation
since then.
In Addition from tasks.yaml removed link pvc-protection articles
(also not exists).
2019-11-13 17:09:36 -08:00
Mitesh Jain
f54a7ad16f
Fix #17250 - Add details for TaintNodesByCondition. ( #17313 )
...
* Add details for TaintNodesByCondition.
* Add glossary tip for taints and improve wording for TaintNodesByCondition.
2019-11-12 01:02:10 -08:00
Oleg Butuzov
a3f671a816
fix - broken link ( #17529 )
...
Fix for brokenlink at kubeadm upgrade page
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
(see link "certificate management documentation" )
2019-11-11 18:28:06 -08:00
Oleg Butuzov
66dde86d0a
fix - broken link ( #17530 )
...
Fix for broken link at admission-conrollers page.
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#runtimeclass
2019-11-11 18:14:06 -08:00
Tim Bannister
939f3ebd7e
Expand feature gates page ( #17535 )
...
* Tidy feature gate metadata
* Tweak feature gate headings
Use sentence case where appropriate
* Add feature gate explanation for GA
* Add what's next section to feature gate page
* Signpost readers to explanation of feature gate stages
2019-11-11 18:08:06 -08:00
Lubomir I. Ivanov
a51d714826
kubeadm: add note about 'upgrade apply/plan --config' ( #16703 )
2019-11-06 12:11:52 -08:00
Joseph Moukarzel
0e6b7f1e89
update phase command to upload certs after expiration ( #17456 )
2019-11-06 11:09:52 -08:00
Luzhenxing
3c26a162fb
fix issue 17420 ( #17439 )
2019-11-05 22:23:50 -08:00
Luzhenxing
e48b8693ae
fix error link of kubeadm init args ( #17318 )
2019-11-04 21:12:38 -08:00
Mitesh Jain
733f376823
Remove references to federation pages which have been deleted. ( #17309 )
2019-11-04 20:44:38 -08:00
Luzhenxing
09d2b5848c
add resource to be the same as kubectl api-resources ( #17367 )
2019-11-04 19:50:39 -08:00
Luzhenxing
3aab039ac4
change kubectl get deployment output ( #17351 )
2019-11-01 21:31:40 -07:00