unknown
0839514b8f
remove unnecessary space
2023-01-15 01:47:17 +09:00
Ritikaa96
a30ff6cf27
Adding pv.kubernetes.io annotations in labels-annotations-taints
2023-01-13 16:32:00 +05:30
lakshmi prasuna
8d326ad840
Added feature-gate to glossary ( #38895 )
...
* Added feature-gates into glossary
* Update content/en/docs/reference/glossary/feature-gates.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
* incorporated the suggestions for: glossary term feature gate
* Incorporated review comments
* Incorporated review comments
* Update content/en/docs/reference/glossary/feature-gates.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-13 00:21:13 -08:00
Mathieu Benoit
4ec6fbac55
Fix errors on `ValidatingAdmissionPolicyBindings` for the CEL for Admission Control blog & doc ( #38893 )
...
* Fix errors on ValidatingAdmissionPolicyBindings for the CEL for Admission Control blog
* Fix namespaceSelector error
* Fix namespaceSelector errors
2023-01-12 08:38:54 -08:00
ydFu
0bf53510eb
Update Link for Istio
...
The URL for the ISTIO documentation has been updated from https://istio.io/docs/concepts/what-is-istio/ to https://istio.io/latest/about/service-mesh/#what-is-istio .
Please use the new URL to access the latest information on ISTIO documentation.
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2023-01-07 10:06:58 +08:00
Kubernetes Prow Robot
e97c98b27f
Merge pull request #38428 from AverageMarcus/patch-1
...
Fix typo in SA admission controller steps
2023-01-03 17:19:58 -08:00
Manish Kumar
001249edfd
Register and document RBAC autoupdate
...
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-03 15:22:27 +00:00
Kubernetes Prow Robot
4150bc7ff9
Merge pull request #37145 from Kartik494/controllermanaged
...
Register and document volumes.kubernetes.io/controller-managed-attach-detach annotation
2023-01-03 06:45:32 -08:00
Kubernetes Prow Robot
560878d5a9
Merge pull request #38734 from tengqm/amend-feature-gates
...
Add ComponentSLIs feature gate
2023-01-03 02:37:31 -08:00
Kubernetes Prow Robot
702568acfc
Merge pull request #38161 from Ritikaa96/kube-aggregator-annotation
...
adding annotation for kube-aggregator automanaged in labels-md
2023-01-03 01:51:31 -08:00
Qiming Teng
50028e56de
Add ComponentSLIs feature gate
...
The `ComponentSLIs` feature gate is an interesting one introduced in
v1.26. Because it was introduced in the `k8s.io/component-base` package,
we failed to track it before.
This PR adds it for user awareness.
2023-01-03 17:02:46 +08:00
Kubernetes Prow Robot
40a4288f11
Merge pull request #37415 from rnarkk/main
...
Update job-v1.md
2023-01-02 23:55:31 -08:00
Kubernetes Prow Robot
587cd17a5c
Merge pull request #37111 from stephen-dahl/main
...
added note about core resources using /api and added path examples
2023-01-02 23:47:31 -08:00
Qiming Teng
e582b3de45
Update kubelet reference for 1.26
...
This PR updates the reference for the kubelet command line options.
These options are manually maintained by cross checking the output from
`kubelet --help`, because we are unable to generate it from the source
code.
2023-01-02 20:53:31 +08:00
Kubernetes Prow Robot
1abcb52e07
Merge pull request #38276 from tengqm/fix-links
...
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Kubernetes Prow Robot
6b51a56350
Merge pull request #38522 from tengqm/add-admission-config-api
...
Add admission config API and fixes references to the API
2023-01-01 21:19:31 -08:00
Kubernetes Prow Robot
8f86642854
Merge pull request #38698 from tengqm/fix-feature-gates
...
Fix feature gates
2023-01-01 19:53:30 -08:00
Qiming Teng
37955a816b
Reformat the validating-admission-policy reference page
...
This commit wraps the long lines found in the
validating-admission-policy reference page.
2022-12-31 07:44:49 +08:00
Qiming Teng
3362aa9701
Add admission.k8s.io/v1 API and fix references to it
...
The `admission.k8s.io/v1` API group is not generated into the v2/v3 OpenAPI
specification as part of Kubernetes API because it is not officially "served".
However, the structs in the API group are used in other APIs that are user-facing.
This PR addes the reference API and fixes references to it.
2022-12-31 07:44:41 +08:00
Qiming Teng
ae757599af
Fix feature gates
...
There are some ordering problems and missing interpretion for gates.
This PR fixes them.
2022-12-30 21:30:36 +08:00
Qiming Teng
6989fc3c5b
Config API update for 1.26
2022-12-29 08:03:45 +08:00
Kubernetes Prow Robot
17327c95fc
Merge pull request #38616 from tengqm/fix-feature-gates
...
Fix errors, inconsistencies, missing information in feature gates
2022-12-27 09:29:27 -08:00
mgoodwin1989
7549365878
Fixed spelling mistake
2022-12-26 11:58:53 -05:00
Qiming Teng
7dc77cf45f
Fix errors, inconsistencies, missing information in feature gates
...
This PR fixes the feature gates by cross-referencing the upstream source
code and its change log. There are some gates missing, some gates
removed and some gates added but not documented.
2022-12-23 21:14:53 +08:00
Saloni1814
912c306be4
Fixing Spec -> spec and paramsRef -> paramRef
...
Fixing Spec -> spec and paramsRef -> paramRef
2022-12-23 18:25:22 +05:30
SaumyaBhushan
5aed10048e
fixed Feature Gates page
2022-12-23 11:47:53 +05:30
Kubernetes Prow Robot
957a4edd35
Merge pull request #38435 from danwinship/iptables-proxy-performance
...
add kube-proxy iptables performance optimization notes
2022-12-22 20:13:25 -08:00
Kubernetes Prow Robot
6be02b27fc
Merge pull request #38272 from chiukapoor/critical-pod-annotation
...
Add scheduler.alpha.kubernetes.io/critical-pod annotation
2022-12-22 05:27:28 -08:00
Qiming Teng
a437285212
Fix nits in markdown links
...
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot
64f03032cd
Merge pull request #38570 from tengqm/add-kubeconfig
...
Add Config API reference for kubeconfig
2022-12-21 08:25:26 -08:00
Kubernetes Prow Robot
6207bb566c
Merge pull request #36768 from ydFu/update-kops
...
Revise glossary/kops
2022-12-21 08:03:26 -08:00
Kubernetes Prow Robot
1e98064157
Merge pull request #38561 from sftim/20221219_tweak_virtual_ips_reference
...
Tweak virtual ips reference
2022-12-21 03:19:26 -08:00
Tim Bannister
cc7b0fc7b7
Link to Ingress concept from virtual IPs page
2022-12-21 11:14:16 +00:00
Tim Bannister
75d50c8c09
Fix link to Service tutorial
2022-12-21 11:14:10 +00:00
Qiming Teng
6bdc308785
Add Config API reference for kubeconfig
...
The file added is generated using kubernetes-sigs/reference-docs/genref
tool, with logics and configs improved by
https://github.com/kubernetes-sigs/reference-docs/pull/309 and
https://github.com/kubernetes-sigs/reference-docs/pull/310 .
2022-12-21 08:43:55 +08:00
Yash Pimple
b590431f4e
Updated the wrong format
2022-12-20 01:24:49 +05:30
Tim Bannister
71180eaf5b
Commit rendered images for virtual IPs reference
...
- Convert text to curves
- Slight tweaks
Co-Authored-By: Tamilselvan Thangamony <tamilselvan.t@india.nec.com>
2022-12-18 20:22:42 +00:00
Kubernetes Prow Robot
f1405f274a
Merge pull request #38497 from samos123/fix-38495-validation-admission-policy
...
Fix 38495 incorrect ValidationAdmissionPolicyBindings
2022-12-16 20:51:41 -08:00
Kubernetes Prow Robot
f9e113fb86
Merge pull request #38353 from SergeyKanzhelev/RotateKubeletClientCertificateIsGA
...
fix documentation for RotateKubeletClientCertificate
2022-12-16 07:18:17 -08:00
Dan Winship
6afbc1d7d8
add kube-proxy iptables performance optimization notes
2022-12-15 14:06:03 -05:00
Sam Stoelinga
088649ec4f
Fix incorrect ValidationAdmissionPolicyBindings
2022-12-15 10:00:55 -08:00
Ritikaa96
0f6cdedf54
adding annotation for kube-aggregator automanaged in labels-md
2022-12-14 09:49:43 +05:30
Kubernetes Prow Robot
83afc271ab
Merge pull request #38388 from tengqm/compref-126
...
Component reference for 1.26
2022-12-13 18:33:34 -08:00
Marcus Noble
2b5dab08f1
Fix typo in SA admission controller steps
2022-12-12 15:11:43 +00:00
Chirayu Kapoor
7674d8cdf3
Add scheduler.alpha.kubernetes.io/critical-pod annotation
...
Signed-off-by: Chirayu Kapoor <dev.csociety@gmail.com>
2022-12-12 12:41:19 +05:30
Kubernetes Prow Robot
5c9e45e8ce
Merge pull request #38401 from tengqm/kubeadm-126
...
Update kubeadm reference for 1.26
2022-12-11 17:09:33 -08:00
Mauren Berti
ac35be2122
[en] Replace grep with kubectl get -o jsonpath.
2022-12-11 12:01:51 -05:00
Qiming Teng
6e76a8b5b6
Update kubeadm reference for 1.26
2022-12-11 21:56:35 +08:00
Qiming Teng
f2768f6c40
Component reference for 1.26
2022-12-10 23:42:22 +08:00
Carol Valencia
45fc4852fe
Merge pull request #38338 from liggitt/beta-1.29
...
Update API deprecation page for 1.26
2022-12-09 22:47:18 -03:00
Carol Valencia
74cd0a6e0b
Merge pull request #38364 from fsmunoz/late-night-madness
...
API Reference multi-pages for v1.26
2022-12-09 22:29:24 -03:00
Philippe Martin
366ba7f62c
API Reference multi-pages for v1.26
2022-12-10 01:08:41 +00:00
Jordan Liggitt
8a2bcf65c6
Adjust deprecation language for releases that have already happened
2022-12-09 15:23:12 -05:00
Sergey Kanzhelev
ab4812140f
fix documentation for RotateKubeletClientCertificate
2022-12-09 18:24:04 +00:00
Tim Bannister
a0fe485a95
Merge pull request #38284 from danwinship/no-userspace
...
Remove references to userspace proxy
2022-12-08 16:31:26 +00:00
Jordan Liggitt
f813b76234
Add 1.29 deprecation info for flowcontrol v1beta2
2022-12-08 09:38:07 -05:00
Rin Arakaki
ac1bc16785
Merge branch 'kubernetes:main' into main
2022-12-08 09:09:17 +09:00
carolina valencia
7cd85d1fc4
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-12-07 11:40:37 -03:00
Kubernetes Prow Robot
0ecc914172
Merge pull request #37788 from alexzielenski/explain-alpha
...
document kubectl explain openapi v3
2022-12-07 05:28:40 -08:00
Dan Winship
37ee1e335c
Remove references to kube-proxy userspace mode
2022-12-06 09:10:27 -05:00
Dixita
2df2cb5612
Updating the content and references in the docs for Credential Provider ( #38139 )
...
GA
Signed-off-by: Dixita Narang <ndixita@google.com>
Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Saumya
4a8cf5c2e1
updated kubeadm certificate page misleading example ( #38258 )
...
* updated kubeadm certificate page misleading example
* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
* removed extra lines
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-12-05 19:02:36 -08:00
Tim Bannister
8f9446f87d
Merge branch 'main' into dev-1.26
2022-12-03 21:36:34 +00:00
windsonsea
26c67e6288
Change a https// to https://
2022-12-03 21:25:27 +08:00
Humble Devassy Chirammal
34c152a433
remove glusterfs references from the docs ( #37697 )
...
* removal of glusterfs references from persistent-volumes.md
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* removal of glusterfs references from volumes.md
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* removal of glusterfs references from reference api guide
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* removal of GlusterFS references from storage-classes.md
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-12-01 16:49:54 -08:00
Kubernetes Prow Robot
50246c291b
Merge pull request #37770 from cici37/celDoc
...
Documentation for CEL in Admission Control
2022-12-01 16:33:53 -08:00
Mayank Mittal
fb12098fc8
Fix typo in Feature Gates (removed)
...
issue #37316 identifies typo in Features gate (removed) for RootCAConfigMap (GA), the feature gate was removed in v1.22 but this was mistakenly typed as 1.12
2022-12-01 14:45:51 +00:00
Kubernetes Prow Robot
94f8741d0e
Merge pull request #37914 from andrewsykim/kep-1669
...
KEP-1669: update docs for ProxyTerminatingEndpoints
2022-11-30 09:08:56 -08:00
Cici Huang
98d41f24ef
Address comments
2022-11-30 16:47:27 +00:00
Cici Huang
4dc90ef731
Add doc for ValidatingAdmissionPolicy
2022-11-30 06:35:18 +00:00
Andrew Sy Kim
26d8ad45ca
kep-1965: update doc references for APIServerIdentity
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-29 20:21:50 -05:00
Andrew Sy Kim
e408383ed6
KEP-1669: update docs for ProxyTerminatingEndpoints
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-29 20:18:01 -05:00
Kubernetes Prow Robot
776ece21f2
Merge pull request #38164 from aramase/kmsv2-link
...
Update docs for KMSv2 Alpha (part 2) - add reference links
2022-11-29 13:53:07 -08:00
Kubernetes Prow Robot
8001e39218
Merge pull request #37962 from haircommander/1.26-update
...
Tweak documentation for Pod & container stats from CRI
2022-11-29 12:57:08 -08:00
Anish Ramasekar
c4df97b6be
review feedback
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-11-29 20:07:10 +00:00
Kubernetes Prow Robot
cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
...
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Kubernetes Prow Robot
a00215d259
Merge pull request #37980 from sftim/20221119_split_out_kubelet_instrumentation_reference
...
Split out kubelet instrumentation details into reference page
2022-11-29 11:45:09 -08:00
Anish Ramasekar
076d99aa9d
Update docs for KMSv2 Alpha (part 2) - add reference links
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-11-29 19:32:00 +00:00
Kubernetes Prow Robot
81216206d0
Merge pull request #36675 from sftim/20221208_refactor_service_docs
...
Migrate reference details out Service concept
2022-11-29 11:15:24 -08:00
Kubernetes Prow Robot
0f3666f1ec
Merge pull request #37432 from aojea/static_service_ga
...
graduate ServiceIPStaticSubrange to GA
2022-11-29 08:01:24 -08:00
Kubernetes Prow Robot
3f44ffcb3b
Merge pull request #37830 from ardaguclu/events-doc-update
...
Events beta docs update
2022-11-29 06:11:23 -08:00
Kubernetes Prow Robot
6143904bcd
Merge pull request #37224 from pwschuurman/kep-3335-documentation
...
Add initial documentation for StatefulSetSlice feature
2022-11-29 06:09:25 -08:00
Anish Ramasekar
cea1bc8487
Update docs for KMSv2 Alpha
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-11-29 06:56:42 +00:00
Kubernetes Prow Robot
9b4b8831ca
Merge pull request #38010 from Shubham82/Add_shell
...
Append triple backticks with shell for code snippet
2022-11-28 19:37:22 -08:00
Kubernetes Prow Robot
5b8e630a4a
Merge pull request #37672 from marosset/windows-host-networking-alpha
...
WindowsHostNetwork alpha updates
2022-11-28 17:43:23 -08:00
Tim Bannister
27550bce48
Split out node metrics into reference section
2022-11-28 22:50:44 +00:00
Shihang Zhang
5f3614c564
update doc of KEP-2799
2022-11-28 13:15:05 -08:00
Mark Rossetti
b95fb305ed
WindowsHostNetwork alpha updates
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-11-28 11:06:34 -08:00
Kubernetes Prow Robot
3d4d447a5c
Merge pull request #37802 from ttakahashi21/dev-1.26-KEP-3294-doc
...
Add document for Provision volumes from cross namespace data sources
2022-11-28 10:32:06 -08:00
Oliver Teichmann
39efa7b932
Merge branch 'kubernetes:main' into main
2022-11-28 17:24:57 +01:00
Kubernetes Prow Robot
d57d2255d8
Merge pull request #37768 from atiratree/pod-healthy-policy-for-pdbs
...
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 06:36:07 -08:00
Filip Křepinský
b61f763cf0
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 15:03:46 +01:00
Takafumi Takahashi
e837f0f804
Add document for Cross namespace data sources
2022-11-28 07:56:52 -05:00
Kubernetes Prow Robot
be09333a58
Merge pull request #37766 from pohly/dynamic-resource-allocation-concepts
...
dynamic resource allocation concepts
2022-11-28 04:44:07 -08:00
Peter Schuurman
6474d77d4f
Rename docs section for StatefulSetStartOrdinal to 'Start ordinal'
2022-11-28 03:58:57 -08:00
Kubernetes Prow Robot
8531bd1cda
Merge pull request #37668 from PiotrProkop/topology-manager-policy-options
...
topologymanager: document topology manager policy options
2022-11-28 03:22:07 -08:00
Patrick Ohly
197de4f5ba
document dynamic resource allocation concepts
...
The documentation intentionally only gives an overview. The API documentation
and the KEP have more details. Specific examples will be provided by hardware
vendors that provide resource drivers.
The new page gets placed between "Scheduling Framework" (because that
introduces the concept of a scheduler plugin) and "Scheduler Performance
Tuning" (which seems like a more advanced topic).
2022-11-28 11:48:35 +01:00
Kartik Sharma
68722949d0
Update content/en/docs/reference/labels-annotations-taints/_index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-28 16:08:46 +05:30
Kartik Sharma
ad1d573c3a
Update content/en/docs/reference/labels-annotations-taints/_index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-28 16:08:12 +05:30
Kubernetes Prow Robot
f306471950
Merge pull request #35385 from nabokihms/patch-2
...
Add doc about how to get self subject attributes
2022-11-28 00:58:07 -08:00