From 6fe1e1661dbe5175e8f03a2bad71d4b4fda19ece Mon Sep 17 00:00:00 2001 From: Marat <1203Marat@gmail.com> Date: Mon, 6 Sep 2021 12:47:50 +0600 Subject: [PATCH] [ru] Add translate garbage-collection.md file in the content/ru/docs/reference/glossary --- .../reference/glossary/garbage-collection.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/ru/docs/reference/glossary/garbage-collection.md diff --git a/content/ru/docs/reference/glossary/garbage-collection.md b/content/ru/docs/reference/glossary/garbage-collection.md new file mode 100644 index 0000000000..defcd10476 --- /dev/null +++ b/content/ru/docs/reference/glossary/garbage-collection.md @@ -0,0 +1,23 @@ +--- +title: Сборшик мусора +id: garbage-collection +date: 2021-07-07 +full_link: /docs/concepts/workloads/controllers/garbage-collection/ +short_description: > + A collective term for the various mechanisms Kubernetes uses to clean up cluster + resources. + +aka: +tags: +- fundamental +- operation +--- + Сборщик мусора - это собирательный термин для различных механизмов? используемых Kubernetes для очистки ресурсов кластера. + + + +Kubernetes использует сборку мусора для очистки таких ресурсов, как [неиспользуемые контейнеры и образы](/docs/concepts/workloads/controllers/garbage-collection/#containers-images), +[неудачные Pod-ы](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection), +[объекты, принадлежащие целевому ресурсу](/docs/concepts/overview/working-with-objects/owners-dependents/), +[завершенные задачи](/docs/concepts/workloads/controllers/ttlafterfinished/), and resources +that have expired or failed. \ No newline at end of file