fix missed pages
This commit is contained in:
@@ -5,16 +5,16 @@ approvers:
|
|||||||
linkTitle: "Referenzen"
|
linkTitle: "Referenzen"
|
||||||
main_menu: true
|
main_menu: true
|
||||||
weight: 70
|
weight: 70
|
||||||
content_template: templates/concept
|
content_type: concept
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
<!-- overview -->
|
||||||
|
|
||||||
Dieser Abschnitt der Kubernetes-Dokumentation enthält Referenzinformationen.
|
Dieser Abschnitt der Kubernetes-Dokumentation enthält Referenzinformationen.
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture body %}}
|
|
||||||
|
<!-- body -->
|
||||||
|
|
||||||
## API-Referenz
|
## API-Referenz
|
||||||
|
|
||||||
@@ -58,4 +58,4 @@ Offiziell unterstützte Clientbibliotheken:
|
|||||||
|
|
||||||
Ein Archiv der Designdokumente für Kubernetes-Funktionalität. Gute Ansatzpunkte sind [Kubernetes Architektur](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) und [Kubernetes Design Übersicht](https://git.k8s.io/community/contributors/design-proposals).
|
Ein Archiv der Designdokumente für Kubernetes-Funktionalität. Gute Ansatzpunkte sind [Kubernetes Architektur](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) und [Kubernetes Design Übersicht](https://git.k8s.io/community/contributors/design-proposals).
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: kubectl Spickzettel
|
title: kubectl Spickzettel
|
||||||
content_template: templates/concept
|
content_type: concept
|
||||||
card:
|
card:
|
||||||
name: reference
|
name: reference
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
<!-- overview -->
|
||||||
|
|
||||||
Siehe auch: [Kubectl Überblick](/docs/reference/kubectl/overview/) und [JsonPath Dokumentation](/docs/reference/kubectl/jsonpath).
|
Siehe auch: [Kubectl Überblick](/docs/reference/kubectl/overview/) und [JsonPath Dokumentation](/docs/reference/kubectl/jsonpath).
|
||||||
|
|
||||||
Diese Seite ist eine Übersicht über den Befehl `kubectl`.
|
Diese Seite ist eine Übersicht über den Befehl `kubectl`.
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture body %}}
|
|
||||||
|
<!-- body -->
|
||||||
|
|
||||||
# kubectl - Spickzettel
|
# kubectl - Spickzettel
|
||||||
|
|
||||||
@@ -335,9 +335,10 @@ Ausführlichkeit | Beschreibung
|
|||||||
`--v=8` | HTTP-Anforderungsinhalt anzeigen
|
`--v=8` | HTTP-Anforderungsinhalt anzeigen
|
||||||
`--v=9` | HTTP-Anforderungsinhalt anzeigen, ohne den Inhalt zu kürzen.
|
`--v=9` | HTTP-Anforderungsinhalt anzeigen, ohne den Inhalt zu kürzen.
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture whatsnext %}}
|
|
||||||
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
|
|
||||||
* Lernen Sie mehr im [Überblick auf kubectl](/docs/reference/kubectl/overview/).
|
* Lernen Sie mehr im [Überblick auf kubectl](/docs/reference/kubectl/overview/).
|
||||||
|
|
||||||
@@ -347,4 +348,4 @@ Ausführlichkeit | Beschreibung
|
|||||||
|
|
||||||
* Entdecken Sie mehr Community [kubectl Spickzettel](https://github.com/dennyzhang/cheatsheet-kubernetes-A4).
|
* Entdecken Sie mehr Community [kubectl Spickzettel](https://github.com/dennyzhang/cheatsheet-kubernetes-A4).
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Tools
|
title: Tools
|
||||||
content_template: templates/concept
|
content_type: concept
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
<!-- overview -->
|
||||||
Kubernetes enthält mehrere integrierte Tools, die Ihnen bei der Arbeit mit dem Kubernetes System helfen.
|
Kubernetes enthält mehrere integrierte Tools, die Ihnen bei der Arbeit mit dem Kubernetes System helfen.
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture body %}}
|
|
||||||
|
<!-- body -->
|
||||||
## Kubectl
|
## Kubectl
|
||||||
|
|
||||||
[`kubectl`](/docs/tasks/tools/install-kubectl/) ist ein Kommandozeilenprogramm für Kubernetes. Es steuert den Kubernetes Clustermanager.
|
[`kubectl`](/docs/tasks/tools/install-kubectl/) ist ein Kommandozeilenprogramm für Kubernetes. Es steuert den Kubernetes Clustermanager.
|
||||||
@@ -49,4 +49,4 @@ Verwenden Sie Kompose um:
|
|||||||
* Ein Docker Compose Datei in Kubernetes Objekte zu übersetzen
|
* Ein Docker Compose Datei in Kubernetes Objekte zu übersetzen
|
||||||
* Von Ihrer lokalen Docker Entwicklung auf eine Kubernetes verwaltete Entwicklung zu wechseln
|
* Von Ihrer lokalen Docker Entwicklung auf eine Kubernetes verwaltete Entwicklung zu wechseln
|
||||||
* v1 oder v2 Docker Compose `yaml` Dateien oder [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) zu konvertieren
|
* v1 oder v2 Docker Compose `yaml` Dateien oder [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) zu konvertieren
|
||||||
{{% /capture %}}
|
|
||||||
|
|||||||
@@ -3,18 +3,18 @@ reviewers:
|
|||||||
- raelga
|
- raelga
|
||||||
title: Documentación
|
title: Documentación
|
||||||
weight: 10
|
weight: 10
|
||||||
content_template: templates/concept
|
content_type: concept
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
<!-- overview -->
|
||||||
|
|
||||||
**¡Bienvenido a la documentación de Kubernetes en Castellano!**
|
**¡Bienvenido a la documentación de Kubernetes en Castellano!**
|
||||||
|
|
||||||
Como podrá comprobar, la mayor parte de la documentación aún está disponible solo en inglés, pero no se preocupe, hay un equipo trabajando en la traducción al castellano.
|
Como podrá comprobar, la mayor parte de la documentación aún está disponible solo en inglés, pero no se preocupe, hay un equipo trabajando en la traducción al castellano.
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture body %}}
|
|
||||||
|
<!-- body -->
|
||||||
|
|
||||||
Si quiere participar, puede entrar al canal de Slack [#kubernets-docs-es](http://slack.kubernetes.io/) y formar parte del equipo detrás de la localización.
|
Si quiere participar, puede entrar al canal de Slack [#kubernets-docs-es](http://slack.kubernetes.io/) y formar parte del equipo detrás de la localización.
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,18 @@ reviewers:
|
|||||||
- raelga
|
- raelga
|
||||||
title: Documentação
|
title: Documentação
|
||||||
weight: 10
|
weight: 10
|
||||||
content_template: templates/concept
|
content_type: concept
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
<!-- overview -->
|
||||||
|
|
||||||
**Bem-vindo à documentação do Kubernetes em Português**
|
**Bem-vindo à documentação do Kubernetes em Português**
|
||||||
|
|
||||||
Como você pode ver, a maior parte da documentação ainda está disponível apenas em inglês, mas não se preocupe, há uma equipe trabalhando na tradução para o português.
|
Como você pode ver, a maior parte da documentação ainda está disponível apenas em inglês, mas não se preocupe, há uma equipe trabalhando na tradução para o português.
|
||||||
|
|
||||||
{{% /capture %}}
|
|
||||||
|
|
||||||
{{% capture body %}}
|
|
||||||
|
<!-- body -->
|
||||||
|
|
||||||
Se você quiser participar, você pode entrar no canal Slack [#kubernets-docs-pt](http://slack.kubernetes.io/) e fazer parte da equipe por trás da tradução.
|
Se você quiser participar, você pode entrar no canal Slack [#kubernets-docs-pt](http://slack.kubernetes.io/) e fazer parte da equipe por trás da tradução.
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,8 @@ Kubernetes UIDs são identificadores únicos universais (também chamados de UUI
|
|||||||
UUIDs utilizam padrões ISO/IEC 9834-8 e ITU-T X.667.
|
UUIDs utilizam padrões ISO/IEC 9834-8 e ITU-T X.667.
|
||||||
|
|
||||||
|
|
||||||
{{% capture Qual é o próximo %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
* Leia sobre [labels](/docs/concepts/overview/working-with-objects/labels/) em Kubernetes.
|
* Leia sobre [labels](/docs/concepts/overview/working-with-objects/labels/) em Kubernetes.
|
||||||
* Consulte o documento de design [Identificadores e Nomes em Kubernetes](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md).
|
* Consulte o documento de design [Identificadores e Nomes em Kubernetes](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md).
|
||||||
|
|
||||||
|
|||||||
@@ -466,7 +466,8 @@ compinit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{% capture Tiếp theo %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
* [Cài đặt Minikube](/docs/tasks/tools/install-minikube/)
|
* [Cài đặt Minikube](/docs/tasks/tools/install-minikube/)
|
||||||
* Xem [hướng dẫn bắt đầu](/docs/setup/) để biết thêm về việc tạo cluster.
|
* Xem [hướng dẫn bắt đầu](/docs/setup/) để biết thêm về việc tạo cluster.
|
||||||
* [Tìm hiểu cách khởi chạy và hiển thị ứng dụng của bạn.](/docs/tasks/access-application-cluster/service-access-application-cluster/)
|
* [Tìm hiểu cách khởi chạy và hiển thị ứng dụng của bạn.](/docs/tasks/access-application-cluster/service-access-application-cluster/)
|
||||||
|
|||||||
Reference in New Issue
Block a user