Commit Graph

2963 Commits

Author SHA1 Message Date
Tim Bannister 7d0542fd53
Explain how to see QoS class for a Pod 2023-02-06 23:48:11 +00:00
Tim Bannister d5039e8c67
Tidy Pod QoS config task 2023-02-06 23:48:11 +00:00
Shannon Kularathna 679d205d3d Clean up wording and remove duplicate content
Trim environment variable content in concept

- Remove steps and link to the relevant task
- Add a brief intro to task heading

Clean up wording about Secrets as env vars

- Improve clarity of the list items
- Improve clarity of the intro paragraph for invalid vars

Delete environment variable use case
2023-02-06 21:25:25 +00:00
Asare Nkansah 42585e3296 Add cleanup commands to kubectl Windows install 2023-02-06 08:30:50 -07: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
Cooper Hanke 01632e7d81
Update translate-compose-kubernetes.md
Made some corrections to the documentation, as the output was not what I experienced, and also added directions for cleaning up after testing the example
2023-02-05 15:26:07 -06:00
zhuzhenghao 85b9f7f6b7 Remove what-next in install-kubectl-macos.md 2023-02-03 17:58:37 +08:00
Kubernetes Prow Robot d7e7824f05
Merge pull request #39228 from asarenkansah/kubectl-macos-cleanup
Add cleanup commands to kubectl MacOS install
2023-02-02 19:18:28 -08:00
Kubernetes Prow Robot 136547a405
Merge pull request #39235 from SergeyKanzhelev/qosNoEphemeral
ephemeral containers are not accounted for Guaranteed QoS class
2023-02-02 19:10:29 -08:00
Kubernetes Prow Robot f341f91cd3
Merge pull request #39233 from kadtendulkar/kad50
Fix broken link on Install Tools page
2023-02-02 18:54:28 -08:00
Sergey Kanzhelev a827598bda ephemeral containers are not accounted for Guaranteed QoS class 2023-02-02 18:19:00 +00:00
kadtendulkar 0860e6780d Update content/en/docs/tasks/tools/_index.md 2023-02-02 22:18:55 +05:30
zhuzhenghao 3a9c75946a make layout prettier 2023-02-02 23:23:52 +08:00
Asare Nkansah a0407eb486 Add cleanup commands to kubectl MacOS install 2023-02-02 07:57:27 -07:00
Asare Nkansah ca3286f603 Add cleanup commands to kubectl MacOS install 2023-02-02 07:40:15 -07:00
Tamilselvan 91ec07fb25
Drop outdated Kubernetes version request in ConfigMap docs (#39121)
* Updated Kubernetes version

* Deleted note session
2023-02-01 18:05:28 -08:00
Wesley Hartford b15ead71f5
Fix reference to file name in generated configMap
Documentation prose refers to the file named `.properties`, the correct file name is `application.properties`.
2023-02-01 07:55:10 -08:00
João Carlos Ferra de Almeida 4442de1ce7
Grammar fix
replace contrainer to container in security-context.md
2023-01-30 17:24:06 +00:00
zhuzhenghao f59e9668a4 Make layout prettier in extended-resource-node.md 2023-01-30 10:04:39 +08:00
Sascha Grunert 09d013bbb6
Mentioned required cosign version for the `--certificate` flag
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-25 08:55:07 +01:00
Tim Bannister bb85d62752 Update docs for PodSecurityPolicy removal 2023-01-24 22:24:09 +00:00
kartik494 6fd8bd0634 Modify correct name to matchImages 2023-01-24 10:50:09 +05:30
Kubernetes Prow Robot e2e50d037a
Merge pull request #38917 from guettli/patch-11
Add `--ignore-daemonsets` to docs of `kubectl drain`
2023-01-20 02:26:16 -08:00
Kubernetes Prow Robot e49c18f57a
Merge pull request #38960 from rohitagarwal003/patch-9
AdmissionConfiguration is a static configuration to the apiserver
2023-01-19 23:50:15 -08:00
Oliver Gould b715a6713c
Fix in-cluster API discovery documentation (#36691)
* Fix in-cluster API discovery documentation

The documentation incorrectly describes the way that client libraries
discover the Kubernetes API server. While the `kubernetes.default.svc`
DNS is provided as a convenience, **all** of the officially supported API
clients use environment variables to discover the address of the API server.

This change updates the documentation to reflect this.

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Review feedback

* Fixup

Signed-off-by: Oliver Gould <ver@buoyant.io>
2023-01-18 04:18:34 -08:00
Abigail McCarthy c4b70832dd Include index files 2023-01-17 09:14:01 -05:00
Kubernetes Prow Robot b2ad9b7fba
Merge pull request #38859 from Shubham82/fix_invalid-links
Fixed the Link for API compatibility and Kubelet Device Manager API Versions.
2023-01-16 19:56:31 -08:00
Rohit Agarwal a3466ca3da
Note that AdmissionConfiguration is a static configuration to the apiserver.
We cannot use `kubectl apply` to apply it to the cluster.

Doing that gives the following error:

        no matches for kind "AdmissionConfiguration" in version "apiserver.config.k8s.io/v1"
2023-01-16 17:02:13 -08:00
Thomas Güttler c192062b22
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
thank you

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:42:20 +01:00
Thomas Güttler 3cda47820e
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:41:52 +01:00
louis.julien 8497a232d0
Improve explanation of failureThreshold for Pod probes (#37416)
* Update configure-liveness-readiness-startup-probes.md

* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-15 23:58:51 -08:00
shubham82 543ec60ae0 Fixed the Link for API compatibility and Kubelet Device Manager API Versions. 2023-01-16 11:55:52 +09:00
windsonsea d67933310a Fix links in cluster-upgrade.md 2023-01-15 12:52:58 +08:00
Abigail McCarthy 97693ff044 Update page weights in /tasks/access-application-cluster, /configure-pod-container, /configmap-secret 2023-01-13 11:05:25 -05:00
Ritikaa96 f6741cedcb Adding log info in static pod, adding references in whats next section 2023-01-13 16:51:54 +05:30
Thomas Güttler 2e3da350b4
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-13 11:39:39 +01:00
Thomas Güttler 27ab5439c8
Add `--ignore-daemonsets` to docs of `kubectl drain` 2023-01-13 09:57:35 +01:00
Abigail McCarthy b1202c78ff Update page weights in /tasks/administer-cluster section 2023-01-11 11:12:34 -05:00
Max Horstmann 061aa09972
Tweak copy re Stack Overflow / Server Fault / other SE network sites (#38824)
* Tweak copy re Stack Overflow / Server Fault / other SE network sites

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-09 09:43:30 -08:00
PiotrLewandowski323 4fc6aef191 exclude files from being rendered
Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
2023-01-07 18:21:59 +01:00
Kubernetes Prow Robot 83d7d4e9d3
Merge pull request #38312 from cjc7373/cronjob-improve
CronJob topics improvement
2023-01-05 09:29:58 -08:00
Yuiko Mouri 4108ed5bba fix link 2023-01-05 09:54:51 +09:00
Kubernetes Prow Robot 4e6eceff71
Merge pull request #38745 from Zhuzhenghao/fix/en-declarative-config
[en] update declarative-config.md
2023-01-03 19:27:59 -08:00
zhuzhenghao 3ec0af5808 [en] update declarative-config.md 2023-01-04 10:34:32 +08:00
Kubernetes Prow Robot 22a54ac3d9
Merge pull request #38375 from walker-tom/patch-1
Remove Base64'ing of file contents
2023-01-03 17:17:58 -08:00
Kubernetes Prow Robot c98a9b9a0e
Merge pull request #38360 from fedorovdima/patch-1
Small grammar fix
2023-01-03 17:15:58 -08:00
Kubernetes Prow Robot f6e81edf80
Merge pull request #37645 from Ritikaa96/updating-migrating-dockershim-doc
Updating migrating-from-dockershim.md
2023-01-03 00:53:32 -08:00
Kubernetes Prow Robot 7cf0740591
Merge pull request #35595 from YuikoTakada/fix_prestop
fix doc about preStop hook
2023-01-02 23:21:31 -08:00
Akanksha kumari ea458f2009
Add Documentation for Kubectl debug node command (#35300)
* Add Documentation for Kubectl debug node command

* Add documentation for kubectl debug node command

* Refactor changes

* Add information to find logs

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>

* Refactor wordings based on reviews

* Correct the link to kubectl-node-debug on index page

* Minor refactor(Review comments)

* Address review comments

* Minor refactor as per suggestions from code review

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

* Use an example for pod deletion

* Address review comments

* Address review comments

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-01-02 23:19:32 -08:00
Kubernetes Prow Robot 1abcb52e07
Merge pull request #38276 from tengqm/fix-links
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Kubernetes Prow Robot 45b0e8984e
Merge pull request #38635 from benyko/patch-1
Update web-ui-dashboard.md
2022-12-29 03:31:28 -08:00
Kubernetes Prow Robot 38a149e307
Merge pull request #38656 from akash-mohanto/patch-1
fixed typo in the docs
2022-12-28 05:27:28 -08:00
Kubernetes Prow Robot 9e912a4c53
Merge pull request #38610 from ppbits/patch-1
Update create-hostprocess-pod.md
2022-12-27 09:25:28 -08:00
akash-mohanto 65be431615 fixed typo in the docs 2022-12-27 05:44:32 +00:00
Yuiko Mouri e7a0f694bf fix doc about preStop hook 2022-12-27 14:32:17 +09:00
benyko 1af5764704
Update web-ui-dashboard.md
Update dashboard version to v2.7.0
2022-12-26 02:06:51 +01:00
Paco Xu 徐俊杰 3662a15bec
Add reservedSystemCpus in KubeletConfiguration as the flag is not the same 2022-12-23 19:23:36 +08:00
Peng Peng b3bfa1eab0
Update create-hostprocess-pod.md
Remove double-pasted content from create-hostprocess-pod.md
2022-12-22 23:01:59 -08:00
Kubernetes Prow Robot 12fee40f61
Merge pull request #38520 from tengqm/rev-npd
Revise the NPD task page
2022-12-22 07:43:26 -08:00
Michael 0cfca02a33 Fix link and bullets alignment in custom-resource-definition-versioning.md 2022-12-22 08:58:19 +08:00
Qiming Teng a437285212 Fix nits in markdown links
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot 44fb02cc6f
Merge pull request #38523 from tengqm/improve-kubeadm-certs
Improve the kubeadm-certs page
2022-12-21 04:29:24 -08:00
Kubernetes Prow Robot 00d20f1f31
Merge pull request #38539 from windsonsea/encdatae
Fix punctuations in headings of encrypt-data.md
2022-12-21 04:21:25 -08:00
Kubernetes Prow Robot 505afd6ca4
Merge pull request #38553 from piggy2303/patch-1
Update dns-custom-nameservers.md
2022-12-21 00:03:25 -08:00
Kubernetes Prow Robot 4e0959d7d5
Merge pull request #37893 from windsonsea/convol
Change shell to console for code snippet in configure-volume-storage.md
2022-12-20 20:41:23 -08:00
Jiacheng Cheng 10e1919880
cronjob: move conceptual contents to concepts topic 2022-12-20 21:49:46 +08:00
Kubernetes Prow Robot 6ea4200195
Merge pull request #37267 from porridge/porridge/fix-27534
Improve CRD version conversion description
2022-12-20 02:01:44 -08:00
Kubernetes Prow Robot 0f014c5b3f
Merge pull request #34430 from champtar/portmap
Add externalSetMarkChain to portmap config
2022-12-19 20:33:43 -08:00
Qiming Teng b940dcf2f2 Revise the NPD task page
The NPD topic is pretty old. This PR revises the page with updated
information.
2022-12-20 12:22:43 +08:00
TuanAnh Nguyen 0c12cb7206
Update dns-custom-nameservers.md
fix spelling
2022-12-19 17:07:43 +07:00
Michael d8e90b4c6b Fix punctuations in headings of encrypt-data.md 2022-12-19 09:34:59 +08:00
Qiming Teng 3fb1754459 Apply long-line wrapping to the kubeadm-certs page 2022-12-17 17:00:24 +08:00
Qiming Teng 55c835dcb9 Use reference to config API rather than source code
This commit replaces a reference to the source code by reference to config API.
2022-12-17 16:56:13 +08:00
Kubernetes Prow Robot da490859b9
Merge pull request #38302 from shortcuts/main
add version support to `fish` auto-completion
2022-12-16 04:26:17 -08:00
Chaitanya Bisht 294557aaeb
Fixed typo
Fixed typo from "For example, to turning off all API versions except v1" to "For example, to turn off all API versions except v1"
2022-12-16 15:21:09 +05:30
Kubernetes Prow Robot d9ca0d9dce
Merge pull request #38430 from my-git9/en/errorlink
[en]modify the invalid link
2022-12-14 14:15:34 -08:00
Marcin Owsiany 270c6803d1 Applied review comment. 2022-12-14 12:15:28 +01:00
Marcin Owsiany 74dd655286 Clarify the case of requested version != stored version. 2022-12-14 12:12:28 +01:00
Marcin Owsiany 8c9ca0579d Use "stored" rather than "persisted" consistently with the rest of the document. 2022-12-14 12:12:28 +01:00
Kubernetes Prow Robot 06dac1bc79
Merge pull request #36958 from aFlyBird0/update-bash-completion-macOS
[en] Fix homebrew prefix error in bash-completion of kubectl
2022-12-13 17:13:34 -08:00
xin.li 29194d9435 [en]modify the invalid link
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-12-12 23:29:54 +08:00
Kubernetes Prow Robot c996cd0710
Merge pull request #38349 from profnandaa/sig-windows/fix-kubectl-install
improvement: kubectl install on windows verify command
2022-12-12 06:29:34 -08:00
Kubernetes Prow Robot ecbe926d74
Merge pull request #38321 from mikamboo/patch-1
Fix out-of-date name for ServiceAccount
2022-12-10 07:39:42 -08:00
Kubernetes Prow Robot 5f63234b64
Merge pull request #38328 from Gentoli/winget-link
Update winget reference url and capitalization
2022-12-10 01:57:39 -08:00
Gentoli 124b709ef7
Update winget reference url and capitalization 2022-12-10 03:56:48 -05:00
Tom Walker 92eb40073f
Remove Base64'ing of file contents
Updated example of reading secret values from a file so that it doesn't base64 the contents in the file before `kubectl` reads it.
2022-12-10 08:00:25 +02:00
Dmitry Fedorov 231f3ed94e
Small grammar fix 2022-12-09 20:07:20 +04:00
Anthony Nandaa 0bf2006105 fix: kubectl install on windows verify command
Make the the verification command cleaner by using only PS cmdlets.
certutil.exe returns 3 lines which need to be split to the hash,
as opposed to Get-FileHash that returns an object with .Hash

Fixes issue 30833
2022-12-09 09:40:51 +03:00
Michaël P.O 66d7bc2e85
Update configure-service-account.md
Use coherent code example with description
2022-12-07 23:11:00 +01:00
Dan Winship 37ee1e335c Remove references to kube-proxy userspace mode 2022-12-06 09:10:27 -05:00
Kubernetes Prow Robot 98973fdcba
Merge pull request #38137 from nilekhc/kms-docs
kms: updates website to document encryption config hot reload changes
2022-12-06 05:24:36 -08:00
Clément Vannicatte 48550eb912 add version support to `fish` auto-completion 2022-12-06 11:56:04 +01:00
Dixita 2df2cb5612
Updating the content and references in the docs for Credential Provider (#38139)
GA

Signed-off-by: Dixita Narang <ndixita@google.com>

Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Qiming Teng 036695740e Format markdown on the ingress-minikube page
This PR adjusts the indentation and line-wrapping on the
ingress-minikube page.
2022-12-05 16:39:49 +08:00
Tim Bannister 8f9446f87d
Merge branch 'main' into dev-1.26 2022-12-03 21:36:34 +00:00
Kubernetes Prow Robot 41c494912b
Merge pull request #38219 from gt814/bugfix/minikube
Fix minikube description
2022-12-01 22:27:53 -08:00
Andrey Glazkov 278e748fbb fix minikube description. 2022-12-02 09:09:08 +03:00
Nilekh Chaudhari d132365aae kms: updates website to document --encryption-provider-config-automatic-reload api server flag and healthcheck endpoint behavior
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
2022-12-01 19:05:18 +00:00
Daniel Vega-Myhre 778e4c4424 fix shell block 2022-11-29 20:07:12 -08:00
Rita Zhang 765de36b1d
Document custom resource encryption support (#38109)
* Add custom resource encryption support

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Address review comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Update reviewer list

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Add wrapping

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

* Address comments

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2022-11-29 19:18:55 -08:00
Daniel Vega-Myhre 43a8d5d590
Update Job docs to include info about enabling pod-to-pod communication within a job using pod hostnames (#37771)
* Update Job docs to include info about using a headless service to enable pod communication via pod hostnames

* Change section title

* fix phrasing

* update yaml example

* update label selector

* more specific phrasing

* address comments and add new example

* add note about pod dns policies

* minor fixes

* add link to job patterns

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* address comments

* clarify sentence

* move minikube note to prereqs

* address comments

* captitalize all instances of Job

* move minikube notes to bottom of prereqs

* address comments

* update example

* fix typo

* update phrasing

* link to this from the completion modes section of the job docs

* address phrasing comments

* add newlines to break up block of text

* update phrasing

* update phrasing

* Update content/en/docs/concepts/workloads/controllers/job.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

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

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-29 19:00:55 -08:00
Kubernetes Prow Robot a933ac0d6b
Merge pull request #38163 from carnivorelogic/patch-1
Update memory-manager.md
2022-11-29 14:03:07 -08:00
Kubernetes Prow Robot cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Kubernetes Prow Robot a00215d259
Merge pull request #37980 from sftim/20221119_split_out_kubelet_instrumentation_reference
Split out kubelet instrumentation details into reference page
2022-11-29 11:45:09 -08:00
Igor Lončarević 00425ef91f
Update memory-manager.md
Typo
2022-11-29 19:08:49 +01:00
Kubernetes Prow Robot abc42e009d
Merge pull request #38122 from Kartik494/updatedocs
Modify manually managed  key for apt repositories
2022-11-29 06:19:24 -08:00
Shubham Kuchhal 46766b1c1b Improvement: Corrected the link for token projection. 2022-11-29 18:39:55 +05:30
Kartik Sharma 9e552abc2d
Update content/en/docs/tasks/tools/install-kubectl-linux.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-29 08:58:48 +05:30
Tim Bannister 27550bce48
Split out node metrics into reference section 2022-11-28 22:50:44 +00:00
Kubernetes Prow Robot d57d2255d8
Merge pull request #37768 from atiratree/pod-healthy-policy-for-pdbs
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 06:36:07 -08:00
Filip Křepinský b61f763cf0 Add documentation for Unhealthy Pod Eviction Policy for PDBs 2022-11-28 15:03:46 +01:00
Kubernetes Prow Robot b53d942c41
Merge pull request #37841 from saschagrunert/dev-1.26-signed-artifacts
[KEP 3031] Add documentation about signed Kubernetes artifacts
2022-11-28 04:08:09 -08:00
kartik494 93d6d2b7ea Modify key for apt repositories 2022-11-28 17:34:57 +05:30
Kubernetes Prow Robot 8531bd1cda
Merge pull request #37668 from PiotrProkop/topology-manager-policy-options
topologymanager: document topology manager policy options
2022-11-28 03:22:07 -08:00
Sascha Grunert f8a2d2319a
Add documentation about signed Kubernetes artifacts
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-11-28 12:05:11 +01:00
Kubernetes Prow Robot f306471950
Merge pull request #35385 from nabokihms/patch-2
Add doc about how to get self subject attributes
2022-11-28 00:58:07 -08:00
Kubernetes Prow Robot b32297ff5a
Merge pull request #37340 from marosset/hpc-stable-updates
Updates for WindowsHostProcessContainers going to stable
2022-11-27 16:50:06 -08:00
Kubernetes Prow Robot 61ee529804
Merge pull request #38086 from windsonsea/hpay
Replace an image with mermaid
2022-11-26 08:14:05 -08:00
Michael b319f844db Replace an image with mermaid 2022-11-26 14:28:47 +08:00
Shannon Kularathna 15e374d4f9 Edit mounted secrets wording
- Change heading levels
- Improve the intro sentence for the list
- Style edit for the list items
- Convert the limitations of explicit listing into a bullet list
- In the bullet list, clean up phrasing
- Remove the 'Read the secret data' bit. The existing steps on
  this page have the same instructions.
2022-11-25 20:44:08 +00:00
Shannon Kularathna b592215c13 Move mounted Secrets sections verbatim to task page 2022-11-25 20:22:39 +00:00
Tim Bannister 4ed33d1429
Drop (deprecated) task for enabling service topology
As this feature is deprecated, there is no special need to help readers
to enable it.
2022-11-24 18:27:06 +00:00
carolina valencia b4ad83ef13 Merge remote-tracking branch 'upstream/main' into dev-1.26 2022-11-24 11:49:25 -03:00
Kubernetes Prow Robot 3d813eb490
Merge pull request #37847 from windsonsea/consen
Tweak line wrappings in /configure-service-account.md
2022-11-23 01:32:14 -08:00
Kubernetes Prow Robot a8d1e8c72c
Merge pull request #37864 from Sea-n/tasks-configmap-secret
Tweak tasks/configmap-secret
2022-11-23 01:30:15 -08:00
Kubernetes Prow Robot 99c0804c4a
Merge pull request #37652 from stefanlasiewski/patch-2
Verify key name in API Server and in etcd
2022-11-22 18:36:14 -08:00
Stefan Lasiewski 72c0fa664b
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-22 15:18:03 -08:00
Kubernetes Prow Robot b5aafaaac4
Merge pull request #37863 from krol3/merged-main-dev-1.26-02
Merge main branch into dev-1.26
2022-11-21 19:32:13 -08:00
Kubernetes Prow Robot accc71fb04
Merge pull request #37906 from 4TT1L4/patch-1
Create Secret / Fixed the raw data example
2022-11-21 09:00:31 -08:00
Fabio Bertinatto aa36f72d06
DelegateFSGroupToCSIDriver is GA in 1.26 (#37700)
* DelegateFSGroupToCSIDriver is GA in 1.26

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

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

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-21 08:24:31 -08:00
Brian McQueen 65ce32de4e updated docs regarding ephemeral pods not being supported by static pods kubernetes/kubernetes#113935 2022-11-20 19:39:20 -08:00
Kubernetes Prow Robot 97cc77e1ec
Merge pull request #37845 from Ritikaa96/add-links-in-certificates-md
adding links to easy-rsa, cfssl and openssl in certificates.md
2022-11-19 07:28:29 -08:00
Kubernetes Prow Robot 0d6f6ae4ca
Merge pull request #37596 from sftim/20221029_wait_for_jobs_to_succeed
Use kubectl to wait for Jobs to succeed
2022-11-19 07:22:29 -08:00
Tim Bannister 51057189b0 Reinstate PodAndContainerStatsFromCRI docs
Previous changes lost this documentation; reinstate something similar.
2022-11-19 14:46:56 +00:00
Tim Bannister e09bd95daf Clarify resource metrics pipeline task page 2022-11-19 14:44:59 +00:00
kikiodazie a794cc6469 Update Cilium installation steps
This commit removes the `cilium install` output and adds a proper
explanation of the Cilium installation.

Signed-off-by: Divine Odazie <dodazie@gmail.com>
2022-11-19 13:59:59 +01:00
Kubernetes Prow Robot bfe7bd6380
Merge pull request #37242 from mimowo/retriable-pod-failures-beta
Promote "Retriable and non-retriable pod failures for Jobs" to Beta
2022-11-18 12:08:31 -08:00
4TT1L4 78d6a561f1 Create Secret / Fixed the raw data example
Based on the description the example is supposed to create a Secret that stores the username  and the password, but this was not the case. It was using the devuser username instead of admin. I have changed the example to be actually doing the task that was described above.
2022-11-17 15:05:32 +01:00
Kubernetes Prow Robot c3164069c5
Merge pull request #37273 from swatisehgal/devicemanager-ga-graduation-docs
node: devicemgr: docs: Kubelet Device Manager graduation to GA
2022-11-16 23:02:39 -08:00
Mark Rossetti 1d74e4c3a2
Apply suggestions from code review
Co-authored-by: Brandon Smith <BRASMITH@MICROSOFT.COM>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-15 11:26:21 -08:00
Atsushi Torikoshi cf29a21c9d Update the explanation for `kubectl describe pod`.
Commit b60aa414a0 updated the command output samples, but explanations for the output of `kubectl describe pod` seems not to be updated.
2022-11-15 23:33:50 +09:00
Michal Wozniak 163e53de42 Update of the docs for Beta
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
2022-11-15 10:07:13 +01:00
Mark Rossetti 0956df46b0
Updates for WindowsHostProcessContainers going to stable
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-11-14 16:38:27 -08:00
Michael cd4371d8d1 Fix code mark in configure-volume-storage.md 2022-11-14 20:47:50 +08:00
PiotrProkop 701ed987c5 topologymanager: document topology manager policy options
Signed-off-by: PiotrProkop <pprokop@nvidia.com>
2022-11-14 11:16:18 +01:00
Sean Wei 37864abbb4 Tweak tasks/configmap-secret 2022-11-13 09:10:07 +08:00
carolina valencia 947cab0667 Merge remote-tracking branch 'upstream/main' into dev-1.26 2022-11-12 19:27:28 -03:00
Francesco Romani 25771e94f0 node: cpumgr: docs: Kubelet CPU Manager GA graduation
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-11 17:08:00 +01:00
Michael 82dbefc100 Make layout prettier in /configure-volume-storage.md 2022-11-11 21:21:24 +08:00
Michael b1ab30de08 Tweak line wrappings in /configure-service-account.md 2022-11-11 21:03:04 +08:00