diff --git a/content/pt-br/docs/tasks/configmap-secret/_index.md b/content/pt-br/docs/tasks/configmap-secret/_index.md index d80692c967..81ee33267b 100755 --- a/content/pt-br/docs/tasks/configmap-secret/_index.md +++ b/content/pt-br/docs/tasks/configmap-secret/_index.md @@ -1,6 +1,6 @@ --- -title: "Managing Secrets" +title: "Gerenciando Secrets" weight: 28 -description: Managing confidential settings data using Secrets. +description: Gerenciando dados de configurações confidencias usando Secrets. --- diff --git a/content/pt-br/docs/tasks/configmap-secret/managing-secret-using-kustomize.md b/content/pt-br/docs/tasks/configmap-secret/managing-secret-using-kustomize.md index fb257a6026..f926c95f30 100644 --- a/content/pt-br/docs/tasks/configmap-secret/managing-secret-using-kustomize.md +++ b/content/pt-br/docs/tasks/configmap-secret/managing-secret-using-kustomize.md @@ -1,19 +1,16 @@ --- -title: Managing Secret using Kustomize +title: Gerenciando Secret usando Kustomize content_type: task weight: 30 -description: Creating Secret objects using kustomization.yaml file. +description: Criando objetos Secret usando o arquivo kustomization.yaml --- -Since Kubernetes v1.14, `kubectl` supports -[managing objects using Kustomize](/docs/tasks/manage-kubernetes-objects/kustomization/). -Kustomize provides resource Generators to create Secrets and ConfigMaps. The -Kustomize generators should be specified in a `kustomization.yaml` file inside -a directory. After generating the Secret, you can create the Secret on the API -server with `kubectl apply`. - +Desde o Kubernetes v1.14, o `kubectl` provê suporte para [gerenciamento de objetos usando Kustomize](/docs/tasks/manage-kubernetes-objects/kustomization/). +O Kustomize provê geradores de recursos para criar Secrets e ConfigMaps. +Os geradores Kustomize devem ser especificados em um arquivo `kustomization.yaml` dentro +de um diretório. Depois de gerar o Secret, você pode criar o Secret na API server com `kubectl apply`. ## {{% heading "prerequisites" %}} {{< include "task-tutorial-prereqs.md" >}} diff --git a/content/pt-br/includes/task-tutorial-prereqs.md b/content/pt-br/includes/task-tutorial-prereqs.md index 93195d8b9c..eb4177b4fd 100644 --- a/content/pt-br/includes/task-tutorial-prereqs.md +++ b/content/pt-br/includes/task-tutorial-prereqs.md @@ -1,8 +1,6 @@ -You need to have a Kubernetes cluster, and the kubectl command-line tool must -be configured to communicate with your cluster. If you do not already have a -cluster, you can create one by using -[minikube](/docs/tasks/tools/#minikube) -or you can use one of these Kubernetes playgrounds: - +Você precisa de um cluster Kubernetes e a ferramenta de linha de comando kubectl +precisa estar configurada para acessar o seu cluster. Se você ainda não tem um +cluster, pode criar um usando o [minikube](/docs/tasks/tools/#minikube) +ou você pode usar um dos seguintes ambientes: * [Katacoda](https://www.katacoda.com/courses/kubernetes/playground) * [Play with Kubernetes](http://labs.play-with-k8s.com/)