Commit Graph

2961 Commits

Author SHA1 Message Date
Kubernetes Prow Robot c069b4df7d
Merge pull request #43284 from tengqm/fix-26034
Remove & clean up outdated information about Node authorization
2023-10-05 15:00:22 +02:00
Qiming Teng a5119945dd Fix a link in label-annotation-taints page 2023-10-05 10:15:47 +08:00
Kubernetes Prow Robot 2cfd99b4af
Merge pull request #43202 from kirisakow/fix-pr-42046
Add tooltips for "kubelet" to glossary entries
2023-10-03 17:31:05 +02:00
Case Wylie a2c2c23873
Address spelling error
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
2023-10-02 13:56:01 -04:00
Qiming Teng 29b1f8f482 Tweak line wrappings for the node authorization page 2023-10-02 17:11:14 +08:00
Qiming Teng eaf599bd20 Remove oudated information about Node authorization
The content about v1.6-1.8 should be removed to avoid confusion.
2023-10-02 17:11:07 +08:00
Kubernetes Prow Robot c45a5070b0
Merge pull request #43131 from manuelbuil/fixError
Include IPv6 as an option for provided-node-ip annotation
2023-09-29 18:15:56 -07:00
Mohit Mayank f87db5aeb8
Fix grammar 2023-09-29 11:54:19 -05:00
Manuel Buil ccbea428cd Include IPv6 as an option for the annotation
Signed-off-by: Manuel Buil <mbuil@suse.com>
2023-09-29 11:43:11 +02:00
Kubernetes Prow Robot 543d8e1cde
Merge pull request #43230 from mrVectorz/patch-1
Update 2 links in command-line-tools-reference/kubelet
2023-09-28 07:48:37 -07:00
Anuj Tiwari b7d03cc82b
Fixed a visual link at kubelet page 2023-09-28 07:52:20 +05:30
nnlkcncff f932a74483
fix description --oidc-issuer-url.md (#42941)
* fix description --oidc-issuer-url.md

https://accounts.google.com/           <= above
└─ .well-known/openid-configuration    <= below

* Update authentication.md

Fixed the description of `--oidc-issuer-url`.
2023-09-27 16:22:38 -07:00
Kubernetes Prow Robot 35daed3241
Merge pull request #42412 from dipesh-rawat/add-filter-feature-table
Add sortable option to table shortcode
2023-09-27 15:18:37 -07:00
Marc Methot e5dd95cd31
Update Doc links
Updating links to relevant information.
2023-09-27 17:32:08 -04:00
lakshmi 6fa1a10f31 updated termid same as filename 2023-09-27 12:59:25 +05:30
Kiril Isakov fd3c1aa814
minor correction 2023-09-27 00:27:14 +02:00
Kiril Isakov d54cc02a48
add tooltips to "kubelet" term definition, but no more than one tooltip per term per file 2023-09-25 16:21:56 +02:00
Kubernetes Prow Robot 8ec7897298
Merge pull request #40331 from utkarsh-singh1/update-docs-reference-kubectl-cheatsheet-md
Added kubectl completion command for fish shell in kubect cheatsheet docmentation
2023-09-25 01:46:57 -07:00
Dipesh Rawat d97c4a254e
Add sortable option to table shortcode 2023-09-25 00:12:28 +01:00
Utkarsh Singh 92fbd57141 Updated /content/en/docs/reference/kubectl/cheatsheet
Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>
2023-09-24 16:34:35 +00:00
Tamilselvan 2a4a506919
add link for kubelet and cloud-controller-manager (#40931)
* add link for kubelet and cloud-controller-manager

* wraped the long lines

* wrapping cloud-controller-manager content

* wrapping cloud-controller-manager content

* Update cloud-controller-manager.md

* Update kubelet.md

* Update cloud-controller-manager.md

* Update cloud-controller-manager.md
2023-09-23 16:20:57 -07:00
Qiming Teng bc4758e3b2 Add config APIs metrics API
The 'metrics.k8s.io' APIs are exposed by the 'metrics-server' component to facilitate
auto-scaling. The other two APIs are for fetching metrics from custom or
external sources respectively.
2023-09-19 09:20:31 +08:00
Kubernetes Prow Robot 9940f8947a
Merge pull request #41619 from Ritikaa96/kubectl-reference-edit
Improvements in kubectl reference
2023-09-18 10:26:32 -07:00
Kubernetes Prow Robot f206e336da
Merge pull request #40935 from KhushPatibandha/issue-39931
re-worded event from glossary
2023-09-16 18:40:13 -07:00
Kubernetes Prow Robot da066b91a2
Merge pull request #43062 from pohly/beta-apis
feature gates: clarify beta enabling state
2023-09-15 17:14:12 -07:00
Patrick Ohly 5cbfffa903 feature gates: clarify beta enabling state
The feature gate usually gets changed to "enabled", but there are
exceptions. API groups are intentionally left as disabled.
2023-09-15 15:35:32 +02:00
Ritikaa96 94c174024f Updating in kubectl reference
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-09-15 12:32:02 +09:00
Kubernetes Prow Robot b2e71e69bf
Merge pull request #43017 from tengqm/ipvs-scheduler
Amend the list of ipvs schedulers with descriptions
2023-09-14 18:56:12 -07:00
Qiming Teng c99df9ffc5 Amend the list of ipvs schedulers with descriptions
This PR fixes the IPVS scheduler name list by adding schedulers that
were missing and adding some descriptions (copied for source code
comments) for each.
2023-09-15 09:05:42 +08:00
Mengqi (David) Yu 0469dc9b32 address comments 2023-09-14 18:34:24 +00:00
Mengqi (David) Yu ae7ae36b7c move to reference doc and address comments 2023-09-14 00:18:42 +00:00
Kubernetes Prow Robot a425182b5c
Merge pull request #43000 from tengqm/fix-configapi
Fix stars in the generated configuration APIs
2023-09-11 17:12:11 -07:00
Qiming Teng 3e6ebb348e Fix stars in the generated configuration APIs
The upstream source comments are not quite strict at using `*`s,
`<`s or `>`s. These characters, when not enclosed in backtiqs, are
interpreted as Markdown emphasize markers or HTML tags.
Hacking the generator code is not the right solution. We should
attempt to fix them in the source code instead.
Before that, let's keep fixing the generated outputs manually.
2023-09-11 17:54:41 +08:00
Jacob Tomlinson 0b6cfc49a5
Add kr8s to community Python libraries list (#42894)
* Add kr8s to client-libraries.md

* Update content/en/docs/reference/using-api/client-libraries.md

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-10 22:08:09 -07:00
Matheus Moraes c64c7837c8
add CEL Playground link 2023-09-08 16:42:43 -03:00
Gaurav Padam 71cd6ca203
Implemented a single columned list for the kubernetes metrics reference page (#42823)
* Single column css and documentation.md

* Wrapper class added & SCSS adjusted accordingly

* some label fixes

* Wrapper class is now metric only

* Final fixes for labels and padding in mobile devices
2023-09-08 09:36:18 -07:00
MeenuyD 3347d5c1ff
Fix mismatched API groups in ValidatingAdmissionPolicy page (#42879)
* Change text in Pod Security Admission metrics

* remove changes from the metrics.md file

* Correct in the page about ValidatingAdmissionPolicy uses a mixture of API groups

* Revert "remove changes from the metrics.md file"

This reverts commit da450f4471.
2023-09-05 10:10:50 -07:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Kubernetes Prow Robot 5f83394e29
Merge pull request #42851 from dipesh-rawat/fix-feature-gate-name
Fix KubeletPodResourcesDynamicResources feature gate name
2023-09-03 15:43:46 -07:00
Kubernetes Prow Robot 2bd318fee3
Merge pull request #42642 from tengqm/fix-links
Fix links
2023-09-03 12:55:47 -07:00
Dipesh Rawat 235874dc2d
Fix KubeletPodResourcesDynamicResources feature gate name
Signed-off-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-09-03 16:25:13 +01:00
Aldo Culquicondor 0a11461a5d
Fix patchStrategy marker 2023-09-01 13:45:17 -04:00
Qiming Teng 07f224714a Fix links
This PR fixes some link errors as discovered by the `linkchecker.py` tool.
2023-08-31 21:11:57 +08:00
Paco Xu f80dc71c15
kubeadm: update feature gates and add removed FGs (#42771)
* kubeadm: remove UnversionedKubeletConfigMap

* kuebadm: add IPv6DualStack to removed FG

* kubeadm: add EtcdLearnerMode FG descriptions
2023-08-31 00:52:48 -07:00
Qiming Teng c095f6e7f1 Update component reference for v1.28 2023-08-23 08:48:13 +08:00
Kubernetes Prow Robot 1412848be2
Merge pull request #42528 from aritraghosh/aritraghosh-patch-1
Update Well known labels, annotation and taints with annotation apf.kubernetes.io/autoupdate-spec
2023-08-21 01:19:22 -07:00
Aritra Ghosh 279bdc18ae
Update _index.md 2023-08-20 20:19:52 -04:00
Aritra Ghosh 75d124a9e1
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-08-20 20:18:36 -04:00
windsonsea 4cf9403e83 Clean up the first para in node-status 2023-08-20 09:34:32 +08:00
Kubernetes Prow Robot e6987bde68
Merge pull request #41049 from able8/add-go-template-to-kubectl-output-format
Add the go-template output format in "kubectl Cheat Sheet" page
2023-08-18 11:14:28 -07:00