Commit Graph

2267 Commits

Author SHA1 Message Date
Kubernetes Prow Robot dedf55e509
Merge pull request #37635 from T-Lakshmi/k8s-punctuation
Rephrasing the definition of etcd under Glossary
2022-11-14 21:20:41 -08:00
Kubernetes Prow Robot bc56d4dbe4
Merge pull request #37822 from logicalhan/more-metrics
update documentation for metrics now that code freeze is in effect
2022-11-10 12:32:10 -08:00
Han Kang ff613c24f3 update documentation for metrics now that code freeze is in effect 2022-11-09 18:30:26 -08:00
Kubernetes Prow Robot f3248058fd
Merge pull request #33654 from sftim/20190601_task_configure_service_account_reword
Reword tasks relating to ServiceAccounts
2022-11-09 13:50:56 -08:00
Ayushman dc714f7fb0
Added scheduler.alpha.kubernetes.io/node-selector annotation (#34477)
* Added scheduler.alpha.kubernetes.io/node-selector annotation

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

Co-authored-by: Rey Lejano <rlejano@gmail.com>

* changed pod to namespace

* added pods in

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-11-09 13:42:54 -08:00
Mengjiao Liu 759e2c9cf5 Use the `registry.k8s.io` instead of `k8s.gcr.io` image registry 2022-11-08 11:43:36 +08:00
Kubernetes Prow Robot 42bbec91ed
Merge pull request #37405 from helen-frank/fix/removeKubeletHTTPServer
remove kubelet http server
2022-11-07 05:06:16 -08:00
helen a375935e53 see https://github.com/kubernetes/kubernetes/pull/3015 This whole functionality got removed from kubelet. So please remove the entire statement 2022-11-07 18:38:23 +08:00
Kubernetes Prow Robot 6a3598661d
Merge pull request #37734 from sftim/20221105_tweak_admission_controllers_reference
Tweak reference for admission controllers
2022-11-06 02:02:15 -08:00
Tim Bannister f348002c26
Tweak reference for admission controllers
- Improve page title
- Update page to match style guide
- Wording and correctness tweaks
2022-11-06 08:14:58 +00:00
Abigail McCarthy 98f310ab58 Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
2022-11-04 11:37:59 -04:00
Kubernetes Prow Robot 4fefdde2f3
Merge pull request #37629 from Eulodos/patch-1
Update link for Java Client Library examples
2022-11-03 10:29:39 -07:00
Kubernetes Prow Robot 192120b4c3
Merge pull request #37485 from a-mccarthy/a-mccarthy-k8s-community-docsprint-weights3
Update page weights in API Access Control reference section
2022-11-02 16:48:54 -07:00
Kubernetes Prow Robot 937d859799
Merge pull request #37522 from logicalhan/instrumentation
Add documentation of all prometheus metrics in core Kubernetes
2022-11-02 01:20:47 -07:00
Han Kang 72266dd0cf update documentation to include metrics from custom collectors 2022-11-01 14:58:35 -07:00
lakshmi prasuna c4559ec0b5 Retitle Confusing punctuation in Kubernetes components page 2022-11-01 11:31:19 +05:30
Aleksander Wardziński efe16f42f4
Update link for Java Client Library examples
Current version of the page has a wrong link for Java examples, this should fix it.
2022-10-31 18:06:28 +01:00
Kubernetes Prow Robot a467d92671
Merge pull request #34939 from PriyanshuAhlawat/limitannotation
Add LimitRanger plugin to labels, taints and annotations
2022-10-30 17:10:45 -07:00
Kubernetes Prow Robot d942d08c13
Merge pull request #35732 from swadhinbharat/patch-1
Fix comment for kubectl dry-run in cheatsheet
2022-10-30 05:16:44 -07:00
Han Kang e7717c3b60
run new version of doc generator 2022-10-27 14:22:55 -04:00
Kubernetes Prow Robot 1db4807ef9
Merge pull request #36645 from NitishKumar06/Nitish/36640
Minor modification in Kubectl cheatsheet.md
2022-10-27 10:34:34 -07:00
Han Kang a2a37a71b0 add documentation for metrics in Kubernetes 2022-10-25 17:02:19 -04:00
Abigail McCarthy f24c201017 Update content/en/docs/reference/access-authn-authz 2022-10-24 13:47:22 -04:00
Tim Bannister a4629cd19b
Update ServiceAccount tasks in light of TokenRequest
Now that TokenRequest is the default way to get a service account token
for a Pod, update the task pages that relate to this.
2022-10-22 02:56:43 +01:00
Tim Bannister f9db6ae934
Reword “Managing Service Accounts” task 2022-10-22 02:56:42 +01:00
Kubernetes Prow Robot bed6565a22
Merge pull request #37363 from T-Lakshmi/add-link-RFC7468
Added Hyperlink to RFC7468
2022-10-20 08:15:02 -07:00
Kubernetes Prow Robot ce7e330c57
Merge pull request #36673 from sftim/20220825_favor_endpointslices
Favor EndpointSlice over Endpoints
2022-10-19 08:45:02 -07:00
lakshmi prasuna 4e6140bf04 Added Hyperlink to RFC7468 2022-10-18 17:06:55 +05:30
Paco Xu 018a0b4d5c
DisableAcceleratorUsageMetrics was GAed in v1.25 2022-10-14 13:59:18 +08:00
NitishKumar06 ecb0c27fad Minor modification in kubectl-cheatsheet.md applied 2022-10-13 21:41:30 +05:30
NitishKumar06 d3ada38039 Minor modification in Kubectl cheatsheet.md 2022-10-13 21:24:54 +05:30
Tim Bannister 1eef742465
Favor EndpointSlice over Endpoints
Document EndpointSlice as the preferred and most appropriate mechanism
to record the backing endpoints of a Service.

Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-10-11 12:38:39 +01:00
Kubernetes Prow Robot b3baa9041f
Merge pull request #36919 from lishaokai1995/main
Fix the link failure in the English custom-resource-definition-v1.md
2022-10-07 10:41:54 -07:00
PriyanshuAhlawat 1f9ea5579b Update _index.md 2022-10-07 22:24:35 +05:30
Kubernetes Prow Robot 77490236ef
Merge pull request #37198 from sftim/20221007_reinstate_node_role_master_taint
Reinstate legacy taint for control plane nodes
2022-10-07 05:31:52 -07:00
Tim Bannister 36ee838abc
Reinstate legacy taint for control plane nodes
Similar to APIs, we don't delete legacy taints and labels from the page,
we leave them there and mark them as deprecated.

Reinstate taint node-role.kubernetes.io/master.
2022-10-07 13:04:03 +01:00
Swadhin Patel 8a359c8973
Updated the command putting in single line
Updated the command so that it stays in single line as per review comment
2022-10-04 12:31:45 +08:00
Swadhin Patel 63b59a31d2
Merge branch 'kubernetes:main' into patch-1 2022-10-04 09:57:07 +05:30
Aldo Culquicondor f5a6a774da Add kube-scheduler config v1 to reference index 2022-10-03 11:14:45 -04:00
Kubernetes Prow Robot bbf3510e28
Merge pull request #36876 from tengqm/split-feature-gates
Create new page for feature gates that were removed
2022-10-02 15:38:14 -07:00
Kubernetes Prow Robot 9c3479be01
Merge pull request #34260 from Rishit-dagli/Rishit-dagli-defaultTolerations
Register and document scheduler.alpha.kubernetes.io/defaultTolerations annotation
2022-10-02 09:42:13 -07:00
Kubernetes Prow Robot f7bc6df99c
Merge pull request #36963 from hnaderi/patch-1
Added new community library
2022-10-01 13:56:13 -07:00
Kubernetes Prow Robot d772e76af9
Merge pull request #36709 from gaeljw/patch-1
docs: update OIDC documentation to mention the signing algorithms configuration
2022-09-30 06:58:29 -07:00
Kubernetes Prow Robot 5c5b3f120c
Merge pull request #36811 from PriyanshuAhlawat/exclude_annotation
Update Label Annotations section
2022-09-30 06:52:29 -07:00
Kubernetes Prow Robot bf62943f22
Merge pull request #36942 from miteshskj/fix-36912
Corrected indentation for rules.http.paths.pathType values.
2022-09-30 06:12:28 -07:00
Kubernetes Prow Robot 754a380601
Merge pull request #37069 from akankshakumari393/kubectl_default_namespace
Correct the default namespace specified for kubectl running outside cluster
2022-09-30 05:48:29 -07:00
Antoine Pelisse 26848881f0
Various Server-Side Apply improvements (#36293)
* Remove obsolete caution block for ssa-ing sub-resources

* ssa: Add RBAC/Permissions section

* ssa: Make everything consistent into "Server-Side Apply"
2022-09-30 05:18:29 -07:00
Rishit Dagli 27a79cdebe
Update Resource Types table for 1.25 (#35763)
* Update Resource types table

* Update table formatting

* Update content/en/docs/reference/kubectl/_index.md

Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>

* Fix typo

Co-authored-by: Sean <me@sean.taipei>

* Fix typo

* Update for 1.25.0

Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>
Co-authored-by: Sean <me@sean.taipei>
2022-09-29 16:20:42 -07:00
Akanksha Kumari e6a21b58f2 Update information on how to change default namespace 2022-09-30 00:15:55 +05:30
Akanksha Kumari 2fbf62ea2e Correct the default namespace mentioned for kubectl running outside cluster 2022-09-28 22:52:19 +05:30