Commit Graph

2888 Commits (c8575a2bcdb99d16d0e68543a6060cd1374b021d)

Author SHA1 Message Date
Kubernetes Prow Robot 1d9010c60a
Merge pull request #41035 from tengqm/fix-encryption-configapi
Fix generated config API for API server encryption
2023-05-09 02:06:53 -07:00
Qiming Teng f8d4d5e0fd Fix generated config API for API server encryption
There are limitations in the generator when parsing ambiguous strings
such as `*`, `<` etc. `*` is used in Markdown for emphasis, but some
comments are using the literal '*' without properly escaping it.
`<` and `>` are not allowed in Markdown parser. The generated content
for this is at best some warning strings.

This PR fixes this issue manually.

An ideal fix would be proposed to the upstream source code wherever
these happen.
2023-05-09 10:42:21 +08:00
Kubernetes Prow Robot 9d96787ca4
Merge pull request #40912 from mrgiles/40582_kubectl_cheat_sheet_version
Add Kubernetes version information to the kubectl cheat sheet
2023-05-08 11:37:40 -07:00
carlory c75d30872a move DelegateFSGroupToCSIDriver featuregate 2023-05-08 17:39:23 +08:00
Tomoya Usami d384f118b2 Fix permitted key usages 2023-05-08 13:54:52 +09:00
Kubernetes Prow Robot c7369d7de9
Merge pull request #40917 from tengqm/tune-kubelet-config
Manually tune kubelet configuration reference
2023-05-07 17:23:17 -07:00
Kubernetes Prow Robot 7bdcd3da4c
Merge pull request #40968 from nnmin-aws/nnmin-dev
update certificate-signing-requests.md to reflect https://github.com/
2023-05-07 02:51:15 -07:00
Min Ni 35771026a1 update certificate-signing-requests.md to reflect https://github.com/kubernetes/kubernetes/pull/111660 introduced in 1.27 2023-05-05 13:15:39 -07:00
Kubernetes Prow Robot a413d89528
Merge pull request #40051 from EricFortin/patch-1
Small wording change
2023-05-05 02:51:12 -07:00
Qiming Teng 6670c3c089 Manually tune kubelet configuration reference
There are some format problems in the generated reference. These
problems aren't easy to solve if not fixing the format of the upstream
source code comments. This PR fixes them manually.
2023-05-05 10:16:36 +08:00
Joe Betz 307f270b6d Add authz library details to CEL documentation 2023-05-04 20:49:52 -04:00
Maksim Nabokikh 30841950a6
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-04 22:25:45 +02:00
m.nabokikh d2d1242815 KEP-3325: Promote SelfSubjectReview to GA
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2023-05-04 11:37:01 +02:00
Kubernetes Prow Robot aa0c88f8ee
Merge pull request #40947 from Arhell/en-remove
[en] remove duplicate cel.md
2023-05-03 17:22:42 -07:00
Arhell 6197db1479 [en] remove duplicate cel.md 2023-05-04 03:06:44 +03:00
Kubernetes Prow Robot 6bf15f514b
Merge pull request #40692 from sftim/20230414_automatically_use_latest_patch_for_minor_version
Use release data to calculate latest patch version
2023-05-03 00:38:12 -07:00
Kubernetes Prow Robot f787489ec5
Merge pull request #40535 from aitorpazos/patch-1
Note on caBundle encoding in extensible-admission-controllers.md
2023-05-02 15:38:14 -07:00
Tim Bannister 50d7e85643
Migrate from fullVersion param to skew shortcode
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
Kubernetes Prow Robot 7f938e0a7d
Merge pull request #40821 from ialidzhikov/patch-1
Fix the comma symbol
2023-05-02 15:08:14 -07:00
Marcelo Giles ff5d7b9383
Remove empty line 2023-05-02 12:24:48 -07:00
Marcelo Giles c764279d89
Add note tags and version prefix 2023-05-01 21:53:22 -07:00
Marcelo Giles 585024554c
Add version information to kubectl cheat sheet 2023-04-30 17:36:24 -07:00
Qiming Teng 68ca0560f0 Update kubelet reference
The `kubelet` reference is maintained manually. This PR syncs the
content of the reference to the output from `kubelet --help`.
2023-04-30 20:04:06 +08:00
Tim Bannister 634c17f61c Reorganize Working with Kubernetes Objects section
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
  first mention of “object”
- add a redirect

Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-04-29 21:39:42 +01:00
Tim Bannister fe38fdad5a
Document Windows kernelspace mode for kube-proxy
Co-authored-by: Dan Winship <danwinship@redhat.com>
2023-04-29 21:31:23 +01:00
Tim Bannister 01eccd5ea7
Revise introduction to proxy modes 2023-04-29 21:31:13 +01:00
Kubernetes Prow Robot 686eefe27a
Merge pull request #40447 from Tariqs/patch-2
Add cheat sheet entry: remove annotation from pod
2023-04-27 16:40:15 -07:00
Kensei Nakada fe878980eb
Add the deprecation notice of KubeSchedulerConfiguration v1beta3 2023-04-26 07:58:00 +09:00
Ismail Alidzhikov eb3e564a17
Fix the comma symbol
Some unknown symbol is being used currently.
2023-04-24 10:45:46 +03:00
Kubernetes Prow Robot a73d6b4293
Merge pull request #40623 from tengqm/update-feature-gate-1.27
Update feature gates for v1.27
2023-04-22 20:09:12 -07:00
Kubernetes Prow Robot d1f6abfd93
Merge pull request #40711 from tengqm/fix-examples-test
Fix examples test for 1.27
2023-04-21 01:13:12 -07:00
Kubernetes Prow Robot 40e713821e
Merge pull request #39309 from jackcasey-visier/main
Improve grammar in etcd glossary
2023-04-20 11:07:11 -07:00
Qiming Teng 80ce7b0f57 Update feature gates for v1.27 2023-04-20 22:05:00 +08:00
Kubernetes Prow Robot 47603cc9ab
Merge pull request #40741 from pmsanford/patch-1
Fix references to exclude-from-external-load-balancer (add s)
2023-04-20 00:53:10 -07:00
Sergey Shevchenko 3dd4b95a60
fix: Fix column order for feature-gates table 2023-04-19 13:23:45 +03:00
Paul Sanford 53ca344721
Fix references to exclude-from-external-load-balancer (add s)
The annotation is "node.kubernetes.io/exclude-from-external-load-balancers," but the docs refer to it twice as "node.kubernetes.io/exclude-from-external-load-balancer" (without the s at the end). This change fixes those references.
2023-04-17 16:52:42 -06:00
Qiming Teng ad7c0712c6 Fix examples test for 1.27
- Some examples are actually not good "examples", i.e. they are not
  not ready for the users to try out.
- Some examples are failing the validation in their current format.
- Some examples skipped the test case.

These issues are fixed.
2023-04-16 17:26:12 +08:00
Kubernetes Prow Robot 97dd45228a
Merge pull request #40615 from ahmedtd/document-ctb-sa-list
ClusterTrustBundles: Document service account impersonation
2023-04-14 11:10:40 -07:00
Taahir Ahmed 4a5436f42e ClusterTrustBundles: Document service account impersonation
(Change message to retrigger tests)
2023-04-14 11:05:15 -07:00
AmarNathChary d8c3dc822f Fixed Broken link in Feature gates 2023-04-14 15:33:03 +05:30
lakshmi 4b928e3392 updated labels node-role.kubernetes.io/control-plane and node-role.kubernetes.io/master. 2023-04-14 13:19:36 +05:30
Kubernetes Prow Robot 4933f8c233
Merge pull request #40619 from tengqm/compref-1.27
Update component reference for 1.27
2023-04-12 18:52:34 -07:00
Kubernetes Prow Robot 124eb22a57
Merge pull request #40617 from tengqm/configapi-1.27
Update configuration API reference for v1.27
2023-04-12 18:50:36 -07:00
Pushkar Joglekar ec9d29c0df Make the switch from alpha -> beta 2023-04-11 19:18:10 -07:00
Qiming Teng 8895af3e9b Update component reference for 1.27 2023-04-12 08:26:09 +08:00
Qiming Teng 944de8f44e Update configuration API reference for v1.27 2023-04-12 08:05:58 +08:00
Mickey Boxell 2e403eba90
Merge pull request #40578 from sftim/20230409_cluster_trust_bundles
Document ClusterTrustBundles
2023-04-10 16:44:03 -05:00
Mickey Boxell 9252eb08f5 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-04-10 12:20:33 -07:00
Tim Bannister e95deae997
Update CSR page to encompass CSRs and trust bundles
Rather than mention trust bundles as a subtopic of certificate signing
requests, reshape the page so that:
- it's clear that CSRs are stable but ClusterTrustBundles are alpha
- the task for issuing a certificate to a user stands separately from
  the concepts explained elsewhere in the page
- it's clear that signers are relevant to both CSRs and
  ClusterTrustBundles
2023-04-09 18:51:27 +01:00
Tim Bannister 8377a675cd
ClusterTrustBundles: Add section to certificates page
Document the API types as they exist today, plus a hint of the future
integrations that will be available.

Co-Authored-By: Taahir Ahmed <taahm@google.com>
2023-04-09 17:27:18 +01:00
Kubernetes Prow Robot d99127dfb0
Merge pull request #40557 from Zhuzhenghao/rbac
Cleanup page rbac
2023-04-08 06:01:14 -07:00
Kubernetes Prow Robot 182b8b3611
Merge pull request #39828 from MadhavJivrajani/docs-update-kubectl-subresource
reference/kubectl: Update docs for moving kubectl subresource to beta
2023-04-07 07:47:14 -07:00
朱正浩,Zhu Zhenghao c1f4c5c4a2 Cleanup page rbac 2023-04-07 22:34:42 +08:00
Madhav Jivrajani b8651be9c2 reference/kubectl: Update docs for moving feaature to beta
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2023-04-07 13:59:31 +05:30
Swati Sehgal 4343803804
node: topologymgr: docs: Kubelet Topology Manager graduation to GA (#40044)
* node: topologymgr: docs: Kubelet Topology Manager graduation to GA

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>

* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md

---------

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-06 18:21:14 -07:00
Aitor cf20f82dbd
Note on caBundle encoding in extensible-admission-controllers.md
The note on caBundle field description mentions it is PEM encoded, but the actual field value is then encoded into Base64, which is worth mentioning.
2023-04-06 09:10:12 +00:00
Kubernetes Prow Robot 9f76854ffe
Merge pull request #40532 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-04-05 16:37:48 -07:00
Mickey Boxell 31439e3d56 Merge branch 'upstream/main' into dev-1.27 2023-04-05 14:20:36 -05:00
朱正浩,Zhu Zhenghao 3a3ae711d5 Cleanup page rbac 2023-04-05 22:36:28 +08:00
Sascha Grunert 53641dfce9
[KEP-2731] Add docs for Kubelet OpenTelemetry Tracing graduation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-04-05 13:59:33 +02:00
zmquan b1bd85a421
about apiGroups (#40315)
* about apiGroups

Look at the source code, apiGroups is an empty set and not all are allowed, you need to use * to be able to, if it is an empty set if the resource does not have apiGroups then it will not be accessible

Refer to:
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/rbac/v1/evaluation_helpers.go#L85
https://github.com/kubernetes/api/blob/master/rbac/v1/types.go#L29

* Update content/en/docs/reference/access-authn-authz/rbac.md

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

* Update rbac.md

* Update rbac.md

* Update content/en/docs/reference/access-authn-authz/rbac.md

the comma

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

* Update rbac.md

All changed

* Update content/en/docs/reference/access-authn-authz/rbac.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/access-authn-authz/rbac.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/access-authn-authz/rbac.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-04 22:01:38 -07:00
Ryuma Yoshida 3393b20058 Fix data type of the kubelet `--seccomp-default` flag 2023-04-05 12:10:16 +09:00
Kubernetes Prow Robot e1c71e37c9
Merge pull request #39969 from ardaguclu/kep-3638-alpha
document plugin resolution as subcommand for builtin commands
2023-04-04 19:47:39 -07:00
Kubernetes Prow Robot df41ee66d5
Merge pull request #40458 from feloy/v1.27-api-ref
V1.27 api reference multi-pages
2023-04-04 10:57:39 -07:00
Kubernetes Prow Robot f62d58d9bd
Merge pull request #39978 from moshe010/pod-resource-api-dra-doc-upstream
Extend PodResources API for Dynamic Resource Allocation
2023-04-04 08:35:53 -07:00
Kubernetes Prow Robot c55b7f2c13
Merge pull request #39926 from mattcary/docs
Update StatefulSet set docs for autodelete graduation to beta
2023-04-04 08:11:54 -07:00
Matthew Cary 407b5af6c3 Update docs for StatefulSetAutoDeletePVC beta in 1.27 2023-04-04 08:05:56 -07:00
Kubernetes Prow Robot 44494e2cfe
Merge pull request #37620 from aojea/service_cidrs
KEP-1880 alpha: IPAddresses
2023-04-04 07:21:53 -07:00
Kubernetes Prow Robot d59af750c0
Merge pull request #39999 from danielvegamyhre/elastic-indexed-job-docs
Document elastic indexed Jobs
2023-04-04 06:59:53 -07:00
Antonio Ojea 5056816f28
Update content/en/docs/reference/networking/virtual-ips.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:44:30 +02:00
Antonio Ojea c4e4aecde8
Update content/en/docs/reference/networking/virtual-ips.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:44:19 +02:00
Antonio Ojea 427ed08ec7
Update content/en/docs/reference/networking/virtual-ips.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 15:43:52 +02:00
Sergey Kanzhelev 81dfd0cd00
gRPC GA (#39919) 2023-04-04 05:57:54 -07:00
Katrina Verey 8c906eaab2
Add docs for ApplySet-based pruning in kubectl apply (#39818)
* Documentation for ApplySet-based pruning (KEP3659)

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Add ApplySet labels and annotations to well-known list

* Minor fixups

* Address feedback on label/annotation listing

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* fix label vs annotation copy-paste errors

* Update prefix to kubernetes.io

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-04 05:23:53 -07:00
Antonio Ojea f674460775 enable v1alpha1 networking api group@ 2023-04-04 11:33:45 +00:00
Antonio Ojea dd44463621
Update content/en/docs/reference/networking/virtual-ips.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-04 13:18:08 +02:00
Kubernetes Prow Robot 32e9c3506f
Merge pull request #40017 from atiratree/unhealthy-pod-eviction-policy-beta
Update docs for PodDisruptionBudget unhealthy pod eviction policy promotion to Beta
2023-04-04 02:07:53 -07:00
Moshe Levi eaf9199d07 doc: extend PodResources API for Dynamic Resource Allocation
Signed-off-by: Moshe Levi <moshele@nvidia.com>
2023-04-04 10:17:03 +03:00
Kubernetes Prow Robot 03a0ea51ff
Merge pull request #40003 from aravindhp/node-log-query
KEP-2258: Node log query documentation
2023-04-03 23:03:51 -07:00
Daniel Vega-Myhre 618a942f9e document elastic indexed jobs 2023-04-04 01:12:01 +00:00
Aravindh Puthiyaparambil e16de4e8be
KEP-2258: Node log query documentation 2023-04-03 15:32:21 -07:00
Jiahui Feng 0d862b9afe message expression and type checking. 2023-04-03 09:38:13 -07:00
Joe Betz cf37b594f2
KEP-3488 ValidatingAdmissionPolicy: Enforcement actions, audit annotations, and secondary authz (#40098)
* Document auditAnnotations, validationActions and authorizer

* Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Apply suggestions from code review

Co-authored-by: Tim Allclair <timallclair@gmail.com>

* Apply feedback

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2023-04-03 08:55:52 -07:00
Kubernetes Prow Robot aff98a0351
Merge pull request #39913 from harche/evented_pleg_beta
Graduate Evented PLEG to Beta
2023-04-03 08:25:51 -07:00
Tim Allclair 27460b23fa
AdmissionWebhookMatchConditions feature documentation (#40058)
* AdmissionWebhookMatchConditions feature documentation

* #squash ivelichkovich feedback

* #squash sftim feedback

* Correct statement about request.object

* #squash: sftim feedback

* #squash jpbetz feedback

* #squash: denied function removed

* #squash fix match conditions example

* #squash fix expression quoting

* #squash scope authorizatoin check example

* #squash separate RBAC webhook example

* #squash sftim feedback

* #squash add shared client config for example

* Don't use yaml anchors in example
2023-04-03 08:23:51 -07:00
Kubernetes Prow Robot f196d45dd7
Merge pull request #40014 from jsafrane/selinux-beta
Update docs for  SELinuxMountReadWriteOncePod Beta
2023-04-03 07:47:51 -07:00
Kubernetes Prow Robot cbd571ed22
Merge pull request #40038 from jsafrane/volume-reconstruction
Add docs for VolumeManager reconstruction after kubelet restart
2023-04-03 07:33:52 -07:00
Jan Safranek 6e568b89aa Flip SELinuxMountReadWriteOncePod to Beta
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-04-03 16:24:26 +02:00
Kubernetes Prow Robot cdd76e5f52
Merge pull request #40426 from samitks/patch-1
Fix ServiceAccount admission controller link
2023-04-03 04:35:52 -07:00
Filip Křepinský 24b259fa36 Promote PodDisruptionBudget UnhealthyPodEvictionPolicy to Beta 2023-04-03 11:28:38 +02:00
Han Kang 89c7e2ed6e
Update documentation on SLI metrics (#40064)
* update metrics/slis documentation

* Update content/en/docs/reference/instrumentation/slis.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/instrumentation/slis.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* update feature gate doc

* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-03 01:13:52 -07:00
Philippe Martin 7b39e9a9ec API Ref multi-pages v1.27 2023-04-03 08:35:10 +02:00
Juergen Hoetzel f1606cc9f7 Simplify kubectl heredoc usage in cheatsheet
Remove the unnecessary cat command.
2023-04-02 15:02:49 +02:00
Muhammad Tariq 7c707e9384
Remove annotation from pod 2023-04-02 19:47:21 +07:00
Muhammad Tariq 49682e9e41
Overwrite an existing value of label 2023-04-02 14:18:19 +07:00
Kubernetes Prow Robot 94b30e7c24
Merge pull request #39456 from kannon92/job-labels-off-dev-1-27
labels and job updates to mention new labels
2023-04-01 05:01:49 -07:00
Kubernetes Prow Robot 0faa93ceca
Merge pull request #40027 from Jefftree/openapiv3-ga-doc
Doc update for KEP-2896 OpenAPIV3
2023-04-01 04:51:49 -07:00
Kubernetes Prow Robot 9d05239cf7
Merge pull request #39929 from sanposhiho/graduate-beta-container-resourcemetric
fix: HPA container resource metrics beta graduation
2023-04-01 04:11:49 -07:00
samitks 4d58ea4165
Update service-accounts-admin.md
Fix internal links in service-accounts-admin docs
2023-04-01 13:23:50 +05:30
Kubernetes Prow Robot 2da2c6c277
Merge pull request #40407 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-03-31 21:49:49 -07:00
Dan Winship c2bfdc2685
Add docs for CloudDualStackNodeIPs docs (KEP-3705) (#40188)
* Document KEP-3705 CloudDualStackNodeIPs

* Clarify --node-ip docs, reference dual-stack docs

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-31 08:15:49 -07:00
Ritikaa96 0eb3f3b936 Annotation scheduler.alpha.kubernetes.io/tolerationsWhitelist Registered/Dcoumented 2023-03-31 18:42:57 +05:30
Kubernetes Prow Robot 616b5e0f3a
Merge pull request #40191 from logicalhan/autogen-doc-metrics
add autogenerated documentation for metrics
2023-03-30 23:23:49 -07:00
Kubernetes Prow Robot 21d04ff113
Merge pull request #40066 from zshihang/dev-1.27
update LegacyServiceAccountTokenTracking to beta
2023-03-30 23:13:49 -07:00
Kubernetes Prow Robot 89806e9d66
Merge pull request #40063 from ahg-g/mutable
Graduate JobMutableNodeSchedulingDirectives to GA
2023-03-30 23:07:48 -07:00
Kubernetes Prow Robot f99c25718d
Merge pull request #40061 from logicalhan/stability-docs
add documentation for beta stability levels
2023-03-30 23:05:49 -07:00
Jeffrey Ying 17ad96c792
Doc update for KEP-3352 Aggregated Discovery (#40024)
* Add documentation for aggregated discovery

* Update feature gate

* Update content/en/docs/concepts/overview/kubernetes-api.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-03-30 20:49:48 -07:00
Kubernetes Prow Robot d6350c03bb
Merge pull request #40018 from humblec/dev-1.27
KEP-3107 update docs for csiNodeExpand secret support
2023-03-30 20:37:49 -07:00
Kubernetes Prow Robot aa00cd5c24
Merge pull request #39906 from saschagrunert/dev-1.27-seccomp
[KEP-2413] Add docs for SeccompDefault graduation
2023-03-30 19:57:48 -07:00
samitks b0978a248e
Fix ServiceAccount admission controller link
Fix ServiceAccount admission controller link
2023-03-31 05:55:01 +05:30
Kubernetes Prow Robot b842957cf3
Merge pull request #39794 from nabokihms/ssr-beta
KEP-3325: Promote SelfSubjectReview to Beta
2023-03-30 11:39:49 -07:00
Kevin Hannon 7b6e694dc7 labels and job updates to mention new labels 2023-03-30 08:46:35 -04:00
Kubernetes Prow Robot 72f5bf1185
Merge pull request #40332 from pacoxu/patch-15
update kubernetes.io/os description as it can also be used in pod labels
2023-03-30 01:15:50 -07:00
ahg-g 7e6eb03b7e Graduate JobMutableNodeSchedulingDirectives to GA 2023-03-30 00:20:23 +00:00
Mickey Boxell a15fa4ae31 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-29 15:54:33 -05:00
Han Kang 448e70ff20 add autogenerated documentation for metrics 2023-03-28 08:00:26 -07:00
Kubernetes Prow Robot 225f20cdcb
Merge pull request #40320 from logicalhan/tracing-docs
update APIServerTracing docs
2023-03-28 07:22:21 -07:00
Paco Xu 24586e49e7 add tips for pod os label: use runtime.GOOS 2023-03-28 15:48:44 +08:00
Kubernetes Prow Robot d42d781069
Merge pull request #40330 from tengqm/add-apiserver-v1beta1
Add apiserver v1beta1
2023-03-27 19:56:20 -07:00
Paco Xu a67328526b update IdentifyPodOS as it is removed 2023-03-28 10:42:07 +08:00
Paco Xu 3527ccd558 update `kubernetes.io/os` description as it can also be used in pod labels 2023-03-28 10:36:02 +08:00
Kubernetes Prow Robot 03c353e549
Merge pull request #40099 from KnVerey/krm-functions-stds
Add annotations reserved by the KRM Functions Specification
2023-03-27 13:26:21 -07:00
Jefftree a36e0381fe Update OpenAPI V3 for GA 2023-03-27 17:00:44 +00:00
Kubernetes Prow Robot f23cc952bf
Merge pull request #39993 from wojtek-t/send_initial_events
Streaming lists documentation
2023-03-27 08:38:30 -07:00
Han Kang 66906fd6e6 add tracing feature flag update 2023-03-27 06:43:08 -07:00
Wojciech Tyczyński 2bf6e39053 Streaming lists documentation 2023-03-27 15:39:56 +02:00
Sascha Grunert 3648d983c6
[KEP-2413] Add docs for SeccompDefault graduation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-27 13:45:50 +02:00
Qiming Teng bd368eef02 Add config API for apiserver config v1beta1 2023-03-27 15:08:18 +08:00
Kubernetes Prow Robot 30e7c5ed46
Merge pull request #40235 from yeqiugt/main
Remove some duplicates in  content/en/docs/reference/access-authn-authz/service-accounts-admin.md
2023-03-26 23:27:55 -07:00
Kubernetes Prow Robot 89dad64daf
Merge pull request #39793 from iacabezasbaculima/patch-1
Remove typo in documentation
2023-03-25 09:31:53 -07:00
Antonio Ojea a4a4d453ec
Update content/en/docs/reference/networking/virtual-ips.md 2023-03-23 15:58:17 +00:00
Antonio Ojea 278215cfba expand on the use of IPAddress 2023-03-23 11:24:06 +00:00
Antonio Ojea 35c0ef2431 address comments and fix one bug 2023-03-23 11:08:09 +00:00
Humble Chirammal ea3b7b44e7 KEP-3107 update docs for csiNodeExpand secret support
This feature has moved to Beta in this release. The documentation
has been updated to reflect the same.

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-03-23 16:23:07 +05:30
Kubernetes Prow Robot 4dfee468d3
Merge pull request #39716 from apelisse/field-validation-docs
docs for field validation GA #39715
2023-03-22 20:08:22 -07:00
liulijin 669f695ccb Remove some duplicates in content/en/docs/reference/access-authn-authz/service-accounts-admin.md
Signed-off-by: liulijin <253954033@qq.com>
2023-03-23 09:25:21 +08:00
Kubernetes Prow Robot b9db3fc482
Merge pull request #40200 from cici37/mc
KEP-3488 ValidatingAdmissionPolicy: MatchConditions
2023-03-22 13:32:22 -07:00
Cici Huang 350ce035a5 Fix previous virables in exampes 2023-03-22 20:23:48 +00:00
Cici Huang 457c26b997 Adding MatchConditions into ValidatingAdmissionPolicy 2023-03-22 20:23:48 +00:00
Kevin Delgado c0df96e6aa make more timeless 2023-03-22 12:44:42 -07:00
Kevin Delgado b170854277 docs for field validation GA 2023-03-22 12:44:38 -07:00
Kubernetes Prow Robot f48a415c3a
Merge pull request #39188 from danwinship/kep-3453-beta
Update iptables perf / KEP-3453 discussion for 1.27
2023-03-22 06:22:37 -07:00
Dan Winship 5170f4a669 Update iptables perf discussion for 1.27
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-22 08:57:56 -04:00
Kubernetes Prow Robot b399d833f8
Merge pull request #39905 from saschagrunert/dev-1.27-downward-api-hugepages
[KEP-2053] Add docs for DownwardAPIHugepages graduation
2023-03-22 02:08:36 -07:00
Sascha Grunert bcff6ab600
[KEP-2053] Add docs for DownwardAPIHugepages graduation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-22 10:01:47 +01:00
Kubernetes Prow Robot 1ac62a1ec5
Merge pull request #39850 from xuzhenglun/dev-1.27
add doc for ServiceNodePortStaticSubrange
2023-03-22 00:48:35 -07:00
xuzhenglun 6887d395f3
add docs in service concepts 2023-03-22 10:54:06 +08:00
Kubernetes Prow Robot fef3fbfe84
Merge pull request #40176 from mickeyboxell/merged-main-dev-1.27
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-21 16:52:00 -07:00
Kubernetes Prow Robot 219cf70643
Merge pull request #39920 from rptaylor/patch-1
fix grammar and incomplete sentence in StatefulSet definition
2023-03-21 16:52:00 -07:00
Kubernetes Prow Robot 29f0dd8094
Merge pull request #39823 from pwschuurman/kep-3335-beta-docs
Update StatefulSetStartOrdinal documentation to target beta in 1.27
2023-03-21 13:12:12 -07:00
Ryan Taylor 4ac46112da fix grammar and incomplete sentence 2023-03-21 11:52:05 -07:00
Shihang Zhang 8212bf1edd update LegacyServiceAccountTokenTracking to beta 2023-03-21 09:10:08 -07:00
Han Kang 15b2e78646 add documentation for beta stability levels 2023-03-21 09:04:28 -07:00
Antonio Ojea 6f914b6f60 KEP-1880 MultiCIDRServiceAllocator
Signed-off-by: Antonio Ojea <aojea@google.com>
2023-03-21 14:04:44 +00:00
Kensei Nakada 3a4f7ab1e7
fix: HPA container resource metrics beta graduation 2023-03-21 15:24:50 +09:00
Mickey Boxell 79fd7f88d6 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-20 21:58:19 -05:00
Katrina Verey dc203c13e6
Apply feedback 2023-03-20 15:53:23 -04:00
Katrina Verey 61b721d048
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-20 15:12:11 -04:00
Jan Safranek 7eefbb8de0 Add NewVolumeManagerReconstruction feature gate 2023-03-20 18:46:48 +01:00
Kubernetes Prow Robot e2526aa6c4
Merge pull request #39835 from soltysh/cronjob_tz_ga
Promote CronJobTimeZone to stable
2023-03-20 05:01:18 -07:00
Maciej Szulik b6b1fc392d
Promote CronJobTimeZone to stable 2023-03-20 12:58:12 +01:00
Katrina Verey b9700f0045
Add annotations reserved by the KRM Functions Specification 2023-03-17 16:21:05 -04:00
Eric Fortin 9e75d92cd9
Small wording change 2023-03-16 11:54:39 -04:00
Harshal Patil efa8181fde Graduate Evented PLEG to Beta
Signed-off-by: Harshal Patil <harpatil@redhat.com>
Co-authored-by:  Tim Bannister <sftim@users.noreply.github.com>
2023-03-16 11:12:10 -04:00
Guangwen Feng 1ee40c20bd Fix typos in cel.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-03-16 01:59:16 +08:00
Chris Henzie e600a75b41 Update ReadWriteOncePod feature to beta 2023-03-14 13:52:52 -07:00
Kubernetes Prow Robot 46a7445624
Merge pull request #39513 from mtardy/cve-feed-rss
CVE feed: add RSS feed format
2023-03-13 18:21:09 -07:00
Peter Schuurman 6f689fe306 Add back 1.26 Alpha documentation for StatefulSetStartOrdinal feature gate 2023-03-13 12:08:31 -07:00
Peter Schuurman 112f01d2fc Update KEP-3335 documentation for beta in 1.27 2023-03-13 12:08:31 -07:00
Craig Box 46bf59d941 Shortcode fixes for en 2023-03-13 10:50:13 +13:00
m.nabokikh bb14c6db8d Promote SelfSubjectReview to Beta
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2023-03-12 15:09:39 +01:00
mtardy ad7b108bc8 CVE feed: add RSS feed format
Add tabs to display the various feeds thanks to sftim!
2023-03-10 18:17:53 +01:00
Kubernetes Prow Robot bd456cf518
Merge pull request #39824 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-03-10 07:00:40 -08:00
Paco Xu 6ee697735d add kubectl.kubernetes.io/default-logs-container deprecated information
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-03-10 17:35:44 +08:00
Arda Güçlü 1cbca5cf36 document plugin resolution as subcommand for builtin commands 2023-03-10 08:31:38 +03:00
Joe Betz e28b74f5c5 Add reference page for CEL in Kubernetes 2023-03-09 11:12:01 -05:00
Kubernetes Prow Robot d3979d5150
Merge pull request #39773 from Huang-Wei/1.27/PodSchedulingReadiness-beta
Doc for Beta feature PodSchedulingReadiness
2023-03-08 23:14:01 -08:00
Alex Wang d84256921b doc: graduate matchLabelKeys in podTopologySpread to beta
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-03-07 11:07:09 +08:00
Mickey Boxell 987edf7ef0 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-06 19:22:46 -06:00
Wei Huang fc019615ab
Doc for Beta feature PodSchedulingReadiness 2023-03-06 09:02:48 -08:00
iacb 641d5b5ad7
Remove typo 2023-03-05 20:12:08 +00:00
Guangwen Feng 58455c59e9 Remove duplicate "the" in admission-controllers.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-03-03 16:27:25 +08:00
Paco Xu 4480cd3634 removed ControllerManagerLeaderMigration in v1.27
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-03-01 13:38:39 +08:00
Kubernetes Prow Robot 8463423f94
Merge pull request #39717 from dipesh-rawat/add-storage-class-annotation
Add volume.beta.kubernetes.io/storage-class annotation
2023-02-28 19:07:16 -08:00
Kubernetes Prow Robot ce650bfd2d
Merge pull request #39718 from tengqm/add-kcm-config-api
Add config API for kube-controller-manager configuration
2023-02-28 16:37:16 -08:00
Dipesh Rawat 2714d3455f
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-28 14:40:09 +00:00
Dipesh Rawat 9c86598eb1
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-28 14:39:59 +00:00
Dipesh Rawat ff72b666e9
Add volume.beta.kubernetes.io/storage-class annotation
Signed-off-by: Dipesh Rawat <Dipesh.rawat@ibm.com>
2023-02-28 11:50:35 +00:00
Qiming Teng ad9b54a466 Add config API for kube-controller-manager configuration 2023-02-28 07:49:49 +08:00
Dipesh Rawat c2d4ca7b19
Add volume.beta.kubernetes.io/storage-class annotation
Signed-off-by: Dipesh Rawat <Dipesh.rawat@ibm.com>
2023-02-27 23:36:18 +00:00
Todd Neal 99721e51b5 pr comments 2023-02-27 10:39:22 -06:00
Todd Neal cde1ecce7e document the PodAndContainerStatsFromCRI feature 2023-02-27 10:39:22 -06:00
Kubernetes Prow Robot 22a1760111
Merge pull request #39117 from Asaf-Malin/patch-1
phrasing english. Update cheatsheet.md
2023-02-25 18:56:17 -08:00
Kubernetes Prow Robot 39ad5e7dd4
Merge pull request #39143 from tengqm/cleanup-redirects-2
Clean up redirects for 'docs/user-guide/...' entries
2023-02-25 18:54:17 -08:00
Kubernetes Prow Robot aaede4e1bc
Merge pull request #38054 from sftim/20221124_redo_service_glossary_entry
Revise glossary entry for Service
2023-02-24 17:22:06 -08:00
Kubernetes Prow Robot 3a7fab6118
Merge pull request #39630 from reylejano/merged-main-dev-1.27
Merged main into dev-1.27 branch
2023-02-24 04:55:38 -08:00
Qiming Teng b832ead744 Clean up redirects for 'docs/user-guide/...' entries
This is the second PR for cleaning up old redirection entries that are
more than 4 years old. The `docs/user-guide` directory was removed on
in June, 2018. It should be okay to remove these entries since those old
bookmarks are no longer useful anyway.
2023-02-23 11:32:43 +08:00
Qiming Teng 9064af2b4d Remove redirect entries for docs/admin/... pages 2023-02-23 11:31:56 +08:00
Tim Bannister 997a437c76
Revise glossary entry for Service 2023-02-22 22:55:21 +00:00
Rey Lejano 23db46b8c2 resolved merge conflict from branch sync from main into dev-1.27 2023-02-22 12:14:36 -08:00
Kubernetes Prow Robot 3fc2fa9853
Merge pull request #39142 from tengqm/cleanup-redirects-1
Remove redirect entries for docs/admin/... pages
2023-02-22 08:43:57 -08:00
Kubernetes Prow Robot 11440eaf84
Merge pull request #36162 from mk46/autoupdate
Register and document rbac.authorization.kubernetes.io/autoupdate annotation
2023-02-22 07:51:57 -08:00
Manish Kumar 7b08c16746 Fix comments. 2023-02-22 18:18:35 +05:30
Kubernetes Prow Robot ee4b88ed37
Merge pull request #37733 from sftim/20221105_update_docs_podsecuritypolicy_removal
Update documentation for PodSecurityPolicy removal
2023-02-14 12:55:51 -08:00
Kubernetes Prow Robot b1f18bfa9b
Merge pull request #38289 from shannonxtreme/service-account
Add a new concept page for service accounts
2023-02-13 09:37:29 -08:00
Shannon Kularathna 7cb6d1eb35 Add a new concept page for service accounts
Also add a glossary definition for JWTs

Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: stlaz <https://github.com/stlaz>
2023-02-13 17:29:12 +00:00
Kubernetes Prow Robot 681c103612
Merge pull request #39367 from RaunakShah/3151-update-annotation
Update volume mode change annotation in documentation
2023-02-10 10:21:30 -08:00
Raunak Pradip Shah 9ab8cd6c0b Update volume mode change annotation in documentation 2023-02-09 11:25:13 +05:30
Kubernetes Prow Robot 16614c0a19
Merge pull request #39307 from vaibhav2107/glossary-virtual
Added the glossary tooltips to Virtual IPs and Service Proxies
2023-02-07 22:10:58 -08:00
Tim Bannister 3fbb55b0db
Improve Lease concept (#38307)
* Improve Lease concept

* Write “heartbeat” consistently

(within Lease concept page).
2023-02-07 15:02:49 -08:00
jack.casey 7093775c88 Improve grammar in etcd glossary 2023-02-06 16:43:08 -08:00
vaibhav2107 4d3c9a6fbd Updated the changes for glossary tooltips in Virtual IPs and Service Proxies 2023-02-07 05:40:14 +05:30
vaibhav2107 058dadb2a0 Corrected the glossary tooltips 2023-02-07 05:24:55 +05:30
Tim Bannister d7fdb03e70
Fix broken link in glossary 2023-02-06 23:48:04 +00:00
vaibhav2107 e3fb1a803e Added the glossary tooltips to Virtual IPs and Service Proxies 2023-02-07 05:13:34 +05:30
Kubernetes Prow Robot 5e2f1f28a3
Merge pull request #39305 from RichardoC/specify-subresources-excluded
Specify that subresources excluded from mutating webhook example
2023-02-06 14:58:59 -08:00
Richard Tweed 68b19b6f00 Specify that subresources excluded from mutating webhook example 2023-02-06 22:33:00 +00:00
Daniel Shebib 4e9007f191 Add new page for QoS class
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-05 20:08:25 -06:00
Kubernetes Prow Robot 1be60adc2e
Merge pull request #38612 from tengqm/update-kubelet-ref
Update kubelet reference for 1.26
2023-02-02 23:16:29 -08:00
Kubernetes Prow Robot 676dfdcd18
Merge pull request #39175 from brianpursley/patch-1
Update Rust client library from clux/kube-rs to kube-rs/kube
2023-01-30 23:40:48 -08:00
Kubernetes Prow Robot c809bcc796
Merge pull request #39180 from Zhuzhenghao/certificate-signing-requests
Make layout prettier in certificate-signing-requests.md
2023-01-30 22:14:48 -08:00
zhuzhenghao 80561f67b1 Make layout prettier in certificate-signing-requests.md 2023-01-31 13:45:44 +08:00
Brian Pursley 935fb9e486
Update Rust client library from clux/kube-rs to kube-rs/kube
The Rust client library's URL redirects to a new location.  This change updates the URL to match where it redirects.

Old URL: https://github.com/clux/kube-rs
New URL: https://github.com/kube-rs/kube
2023-01-30 20:12:28 -05:00
windsonsea 4164430555 Add spaces in code snippets for consistency 2023-01-30 18:15:06 +08:00
Kubernetes Prow Robot c58179f440
Merge pull request #39131 from mtardy/scdeny-shortcomings
Update doc of admission plugin `SecurityContextDeny` to note shortcomings
2023-01-29 15:28:49 -08:00
mtardy 6c701a7d96 Update doc of admission plugin SecurityContextDeny
Note the shortcomings of the implementation of this admission plugin

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-01-29 17:27:12 +01:00
Qiming Teng 7a3ca9e383 Fix Deployment YAML used for SSA 2023-01-29 21:46:12 +08:00
Qiming Teng 9a727efab8 Remove redirect entries for docs/admin/... pages 2023-01-29 19:56:56 +08:00
Kartik Sharma 1672e3ac99
Register service.alpha.kubernetes.io/tolerate-unready-endpoints Ann… (#39122)
* Registered service.alpha.kubernetes.io/tolerate-unready-endpoints Annotation

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-28 10:18:33 -08:00
Kubernetes Prow Robot e410f996e6
Merge pull request #38542 from sftim/20221218_update_virtual_ip_reference_images
Improve diagrams for Virtual IPs and Service Proxies
2023-01-27 13:20:39 -08:00
Kubernetes Prow Robot 2f3b96dda1
Merge pull request #37413 from vjjmiras/remove-duplicate-SELinuxMountReadWriteOncePod
Remove duplicate entry for SELinuxMountReadWriteOncePod
2023-01-27 11:10:22 -08:00
Asaf Malin 1dc2a5f457
Update cheatsheet.md 2023-01-26 21:11:51 +02:00
Tim Bannister bb85d62752 Update docs for PodSecurityPolicy removal 2023-01-24 22:24:09 +00:00
Sascha Grunert c1bf88e71e
Update seccomp docs for v1.27
seccomp annotation will become non-functional in v1.27, which will be
now reflected in the documentation as well.

Ref: https://github.com/kubernetes/kubernetes/pull/114947

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-18 14:28:07 +01:00
Afzal Ansari 3911e15a3c
Document volume.kubernetes.io/selected-node annotation (#36399)
* Documented annotation for pv.kubernetes.io/bind-completed

Signed-off-by: afzal442 <afzal442@gmail.com>

* Documented annotation for `volume.kubernetes.io/selected-node`

Signed-off-by: afzal442 <afzal442@gmail.com>

Signed-off-by: afzal442 <afzal442@gmail.com>
2023-01-17 10:20:33 -08:00
Vicente J. Jiménez Miras 93eb0ced29 [en] Update entry for SELinuxMountReadWriteOncePod
Signed-off-by: Vicente J. Jiménez Miras <vjjmiras@gmail.com>
2023-01-17 16:48:52 +00:00
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