Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Cloud Controller Manager
id: cloud-controller-manager
date: 2018-04-12
full_link: /docs/concepts/architecture/cloud-controller/
short_description: >
Element warstwy sterowania, który integruje Kubernetesa z zewnętrznymi usługami chmurowymi.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/cluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Klaster
id: cluster
date: 2019-06-15
full_link:
short_description: >
Zestaw maszyn roboczych, nazywanych {{< glossary_tooltip text="węzłami" term_id="node" >}}, na których uruchamiane są aplikacje w kontenerach.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/container-runtime.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Container Runtime
id: container-runtime
date: 2019-06-05
full_link: /docs/setup/production-environment/container-runtimes
short_description: >
*Container runtime* to oprogramowanie zajmujące się uruchamianiem kontenerów.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/etcd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: etcd
id: etcd
date: 2018-04-12
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
short_description: >
Magazyn typu klucz-wartość *(key/value store)*, zapewniający spójność i wysoką dostępność, używany do przechowywania wszystkich danych o klastrze Kubernetesa.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/kube-apiserver.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Serwer API
id: kube-apiserver
date: 2018-04-12
full_link: /docs/concepts/overview/components/#kube-apiserver
short_description: >
Składnik warstwy sterowania udostępniający API Kubernetesa.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: kube-controller-manager
id: kube-controller-manager
date: 2018-04-12
full_link: /docs/reference/command-line-tools-reference/kube-controller-manager/
short_description: >
Składnik *master* odpowiedzialny za uruchamianie kontrolerów.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/kube-proxy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: kube-proxy
id: kube-proxy
date: 2018-04-12
full_link: /docs/reference/command-line-tools-reference/kube-proxy/
short_description: >
`kube-proxy` to *proxy* sieciowe, które uruchomione jest na każdym węźle klastra.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/kube-scheduler.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: kube-scheduler
id: kube-scheduler
date: 2018-04-12
full_link: /docs/reference/command-line-tools-reference/kube-scheduler/
short_description: >
Składnik warstwy sterowania, który śledzi tworzenie nowych podów i przypisuje im węzły, na których powinny zostać uruchomione.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/kubelet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Kubelet
id: kubelet
date: 2018-04-12
full_link: /docs/reference/command-line-tools-reference/kubelet
short_description: >
Agent, który działa na każdym węźle klastra. Odpowiada za uruchamianie kontenerów w ramach poda.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/name.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Name
id: name
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/names
short_description: >
Ciąg znaków dostarczony przez klienta, który odnosi się do obiektu w adresie URL zasobu, na przykład `/api/v1/pods/some-name`.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/pod-disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
id: pod-disruption
title: Przerwanie działania Poda
full_link: /docs/concepts/workloads/pods/disruptions/
date: 2021-05-12
short_description: >
Dobrowolnie lub wymuszone zakończenie działania Podów na węzłach.

Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/uid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: UID
id: uid
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/names
short_description: >
Unikalny identyfikator obiektu generowany automatycznie przez system Kubernetes.
Expand Down
1 change: 0 additions & 1 deletion content/pl/docs/reference/glossary/workload.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Workload
id: workload
date: 2019-02-13
full_link: /docs/concepts/workloads/
short_description: >
Workload to ogólne określenie aplikacji działającej na Kubernetesie.
Expand Down