Commit Graph

2656 Commits

Author SHA1 Message Date
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
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
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
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
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
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