16373 Commits

Author SHA1 Message Date
Guangwen Feng 305384206d [zh] Update storage-classes.md (#30561)
* [zh] Update storage-classes.md

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>

* [zh] Fix an invalid link in storage-classes.md

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-19 04:54:51 -08:00
Kubernetes Prow Robot 48a2a132b7 Merge pull request #29478 from ravisantoshgudimetla/patch-12
Recommend using TTL field in job
2021-11-19 04:16:51 -08:00
Kubernetes Prow Robot 2040c81a31 Merge pull request #30525 from weibeld/main
Change 'container' to 'Pod' in Jobs documentation
2021-11-19 02:10:52 -08:00
Kubernetes Prow Robot 6d8c2b68af Merge pull request #30539 from Arhell/upd-app
[ja] update apparmor.md
2021-11-18 19:34:51 -08:00
Kubernetes Prow Robot 4064a3598d Merge pull request #30471 from Arhell/fixed
[ja] fixed the broken link
2021-11-18 19:32:51 -08:00
Kubernetes Prow Robot 476cce5a24 Merge pull request #30437 from Arhell/remove
[ja] removed Contiv.io
2021-11-18 19:30:51 -08:00
Kubernetes Prow Robot dcd6672e67 Merge pull request #30354 from Arhell/fix-link
[ja] fixed broken link in intro-windows-in-kubernetes.md
2021-11-18 19:28:51 -08:00
Kubernetes Prow Robot fa87a0f399 Merge pull request #30297 from Arhell/cloud
[ja] Including Oracle Cloud Infrastructure
2021-11-18 19:26:51 -08:00
Kubernetes Prow Robot 38bfe67cad Merge pull request #29980 from riita10069/feature/concepts/_index
[ja] Replace with a link in Japanese about `/concepts/_index.md`
2021-11-18 19:24:51 -08:00
Kubernetes Prow Robot 7e5dd27992 Merge pull request #29977 from riita10069/feature/concepts/overview/components
[ja] Replace with a link in Japanese about concepts/overview/components
2021-11-18 19:22:51 -08:00
Kubernetes Prow Robot dfd14b0564 Merge pull request #29976 from riita10069/feature/concepts/configuration/overview
[ja] Replace with a link in Japanese about overview.md
2021-11-18 19:20:52 -08:00
Kubernetes Prow Robot f4e5f3693a Merge pull request #29974 from riita10069/feature/tasks/run-application/scale-stateful-set
[ja] Replace with a link in Japanese about scale-stateful-set.md
2021-11-18 19:19:53 -08:00
Kubernetes Prow Robot 3a61194945 Merge pull request #29958 from riita10069/feature/pod-lifecycle
[ja] Update pod-lifecycle.md
2021-11-18 19:16:52 -08:00
Kubernetes Prow Robot 054abe062f Merge pull request #30548 from lyzhang1999/patch-1
Update get-shell-running-container.md
2021-11-18 17:44:52 -08:00
Kubernetes Prow Robot 3929001cde Merge pull request #30554 from neha-viswanathan/30523-dead-links
replace dead links
2021-11-18 17:32:51 -08:00
Kubernetes Prow Robot 07d956cd38 Merge pull request #30549 from lyzhang1999/patch-2
Update debug-pod-replication-controller.md
2021-11-18 17:30:51 -08:00
Daniel Weibel d367806825 Fix wording in Jobs documentation 2021-11-19 00:58:17 +04:00
Neha Viswanathan eaf2004e2a replace dead links 2021-11-18 09:44:51 -08:00
Neha Viswanathan d9d2c78964 replace dead links 2021-11-18 09:29:12 -08:00
Kubernetes Prow Robot 2183ddad1f Merge pull request #30541 from fenggw-fnst/update-apparmor
[zh] Update apparmor.md
2021-11-18 05:43:02 -08:00
wangwei 36d5dbd887 Update debug-pod-replication-controller.md
Add English and Chinese spaces
2021-11-18 20:23:59 +08:00
wangwei 9c641a8583 Update get-shell-running-container.md
Delete meaningless spaces
2021-11-18 20:10:29 +08:00
cndoit18 65b7de840d [zh]: Add warning about using unsupported CRON_TZ
Signed-off-by: cndoit18 <cndoit18@outlook.com>
2021-11-18 16:34:19 +08:00
Patrick Ohly c3073161f7 logging: structured logging, klog deprecation
This is primarily the docs PR for
- alpha: https://github.com/kubernetes/enhancements/issues/2845
- beta: https://github.com/kubernetes/enhancements/issues/1602

But as it touches the file, it also updates the examples and explanations to
reflect some recent observations.
2021-11-18 08:17:36 +01:00
Vaibhav e8ff60d0e9 Update the reference statement in access-cluster-services.md 2021-11-18 10:49:08 +05:30
Guangwen Feng 2151d4e5c4 [zh] Update apparmor.md
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-18 11:06:58 +08:00
Arhell 2a1ba00aa7 [ja] update apparmor.md 2021-11-18 02:39:08 +02:00
Kevin Klues 378fc570b1 Add description of distribute-cpus-across-numa CPUManager policy option
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-11-17 23:19:54 +01:00
Jesse Butler d330226a95 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot c688bcd8e6 Merge pull request #29751 from swatisehgal/clarify-podsresource-getallocatable
Pod Resource API: graduate getAllocatableResources to Beta
2021-11-17 07:23:54 -08:00
Kubernetes Prow Robot 0aa00b6902 Merge pull request #30509 from soltysh/cronjob_warning
Add warning about using unsupported CRON_TZ
2021-11-17 07:17:54 -08:00
Swati Sehgal c7231c8d6d Explicitly state that GetCpuIds returns exclusive cpus
Based on the discussion here: https://github.com/kubernetes/kubernetes/pull/97415#discussion_r722548437
we explictly state that the GetCpuIds returned for a ContainerResource in the ListPodResourcesResponse
represent only exclusively allocated CPUs.

In order to evaluate the CPUs corresponding to the shared pool, List endpoint should be used in conjunction
with GetAllocatableResources endpoint. We highlight the steps that the client needs to take evaluate this.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
Swati Sehgal 8d6da01857 podresource-api: Graduate GetAllocatableResources to Beta
Also, explicitly clarify the behavior of GetAllocatableResources
The explanation that GetAllocatableResources can be used to obtain available resources
on the node can be misinterpretted as an API that is used to obtain free/unallocated
resources on a node.

This PR adds additional text to clarify that this API endpoint only returns
allocatable resources which are resources exposed to kubelet as defined here:
https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
Kubernetes Prow Robot d54f09182f Merge pull request #30504 from wiggitywhitney/quantity-glossary-si
Update 'Quantity' glossary definition to explain acronym SI
2021-11-17 04:27:54 -08:00
wiggitywhitney 93df00af00 Update to explain acronym SI 2021-11-17 06:08:52 -06:00
Kubernetes Prow Robot 9028af1ae3 Merge pull request #28226 from saschagrunert/image-config-json
Add docs about auth differences between Docker and Kubernetes
2021-11-17 03:49:54 -08:00
Hoon Jo 0cb7bc3295 Update managing-tls-in-a-cluster.md
In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure.

Update managing-tls-in-a-cluster.md

Change some text as Divya Mohan's guidance.

Update managing-tls-in-a-cluster.md

Change text as sftim's guidance.! Thank you so much!
2021-11-17 18:56:37 +09:00
Oline Case cd7f704703 Add k8s.dev url to Community page 2021-11-16 23:43:53 -08:00
Jihoon Seo 0f26532d91 [ko] Update outdated files in dev-1.22-ko.3 28-38 2021-11-17 13:52:56 +09:00
Falimonda 8815230e45 Fixes grammatical errors in Kubespray setup doc (#29460)
* Fixes grammatical errors

* Removes period as recommended in review

* Update content/en/docs/setup/production-environment/tools/kubespray.md

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

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-16 19:07:53 -08:00
Kubernetes Prow Robot 36be0ebac9 Merge pull request #30288 from drigz/patch-2
Remove "basic" from supported API auth methods
2021-11-16 18:51:53 -08:00
Tim Bannister 195ab34d01 Fix nits
Tidying that I spotted whilst reordering the storage concepts section.
2021-11-17 00:21:53 +00:00
Tim Bannister 9c0c75e0f2 Reorder storage concepts
Introduce concepts in an order that should suit people new to
Kubernetes, so that you don't encounter details like volume cloning
until you've seen more of the basic volume types (persistent,
ephemeral, projected).
2021-11-17 00:20:18 +00:00
Kubernetes Prow Robot cee6c712bd Merge pull request #30366 from aravindhp/windows-projected-volume
storage: document Windows projected volume limitations
2021-11-16 16:11:53 -08:00
Kubernetes Prow Robot f235dc6cb6 Merge pull request #30225 from liggitt/podsecurity-runasuser
PodSecurity: runAsUser docs
2021-11-16 15:59:54 -08:00
Kubernetes Prow Robot 490e286a35 Merge pull request #30512 from tallclair/patch-3
Remove link to compromised github account
2021-11-16 15:43:54 -08:00
Kubernetes Prow Robot 768905ec73 Merge pull request #30385 from kvaps/fix-konnectivity-audience
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
2021-11-16 14:42:33 -08:00
Tim Allclair db7dfbf166 Remove link to compromised github account
Follow up from incomplete fix in https://github.com/kubernetes/website/pull/30496
2021-11-16 14:20:10 -08:00
Aravindh Puthiyaparambil 4c296c6ad0 storage: document Windows projected volume limitations
xref: https://github.com/kubernetes/kubernetes/issues/102849
2021-11-16 09:38:05 -08:00
Maciej Szulik b5e83e8944 Add warning about using unsupported CRON_TZ 2021-11-16 17:38:01 +01:00