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