Skip to content

Commit e5b13ea

Browse files
committed
Translate include files
1 parent b212339 commit e5b13ea

16 files changed

+210
-235
lines changed

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Commands related to handling kubernetes certificates
13+
Comandos relacionados ao manuseio de certificados kubernetes
1414

15-
### Synopsis
15+
### Sinopse
1616

1717

18-
Commands related to handling kubernetes certificates
18+
Comandos relacionados ao manuseio de certificados kubernetes
1919

20-
### Options
20+
### Opções
2121

2222
<table style="width: 100%; table-layout: fixed;">
2323
<colgroup>
@@ -30,15 +30,15 @@ Commands related to handling kubernetes certificates
3030
<td colspan="2">-h, --help</td>
3131
</tr>
3232
<tr>
33-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for certs</p></td>
33+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para certs</p></td>
3434
</tr>
3535

3636
</tbody>
3737
</table>
3838

3939

4040

41-
### Options inherited from parent commands
41+
### Opções herdadas do comando superior
4242

4343
<table style="width: 100%; table-layout: fixed;">
4444
<colgroup>
@@ -51,7 +51,7 @@ Commands related to handling kubernetes certificates
5151
<td colspan="2">--rootfs string</td>
5252
</tr>
5353
<tr>
54-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
54+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
5555
</tr>
5656

5757
</tbody>

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_certificate-key.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,19 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Generate certificate keys
13+
Gerar as chaves de certificado
1414

15-
### Synopsis
15+
### Sinopse
1616

17+
Este comando exibirá uma chave de certificado segura gerada aleatoriamente que pode ser usada com o comando "init".
1718

18-
19-
This command will print out a secure randomly-generated certificate key that can be used with
20-
the "init" command.
21-
22-
You can also use "kubeadm init --upload-certs" without specifying a certificate key and it will
23-
generate and print one for you.
24-
19+
Você também pode usar "kubeadm init --upload-certs" sem especificar uma chave de certificado e ela irá gerar e exibir uma para você.
2520

2621
```
2722
kubeadm certs certificate-key [flags]
2823
```
2924

30-
### Options
25+
### Opções
3126

3227
<table style="width: 100%; table-layout: fixed;">
3328
<colgroup>
@@ -40,15 +35,15 @@ kubeadm certs certificate-key [flags]
4035
<td colspan="2">-h, --help</td>
4136
</tr>
4237
<tr>
43-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for certificate-key</p></td>
38+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para certificate-key</p></td>
4439
</tr>
4540

4641
</tbody>
4742
</table>
4843

4944

5045

51-
### Options inherited from parent commands
46+
### Opções herdadas do comando superior
5247

5348
<table style="width: 100%; table-layout: fixed;">
5449
<colgroup>
@@ -61,11 +56,8 @@ kubeadm certs certificate-key [flags]
6156
<td colspan="2">--rootfs string</td>
6257
</tr>
6358
<tr>
64-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
59+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
6560
</tr>
6661

6762
</tbody>
6863
</table>
69-
70-
71-

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_check-expiration.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Check certificates expiration for a Kubernetes cluster
13+
Verifique a expiração dos certificados para um cluster Kubernetes
1414

15-
### Synopsis
15+
### Sinopse
1616

1717

18-
Checks expiration for the certificates in the local PKI managed by kubeadm.
18+
Verifica a expiração dos certificados PKI local gerenciados pelo kubeadm.
1919

2020
```
2121
kubeadm certs check-expiration [flags]
2222
```
2323

24-
### Options
24+
### Opções
2525

2626
<table style="width: 100%; table-layout: fixed;">
2727
<colgroup>
@@ -31,39 +31,39 @@ kubeadm certs check-expiration [flags]
3131
<tbody>
3232

3333
<tr>
34-
<td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"</td>
34+
<td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/pki"</td>
3535
</tr>
3636
<tr>
37-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path where to save the certificates</p></td>
37+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O caminho para salvar os certificados</p></td>
3838
</tr>
3939

4040
<tr>
4141
<td colspan="2">--config string</td>
4242
</tr>
4343
<tr>
44-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
44+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
4545
</tr>
4646

4747
<tr>
4848
<td colspan="2">-h, --help</td>
4949
</tr>
5050
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for check-expiration</p></td>
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para check-expiration</p></td>
5252
</tr>
5353

5454
<tr>
55-
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
55+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/admin.conf"</td>
5656
</tr>
5757
<tr>
58-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.</p></td>
58+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig usado na comunicação com o cluster. Se a flag não estiver definida, um conjunto padrão pode ser pesquisado por um arquivo kubeconfig existente.</p></td>
5959
</tr>
6060

6161
</tbody>
6262
</table>
6363

6464

6565

66-
### Options inherited from parent commands
66+
### Opções herdadas do comando superior
6767

6868
<table style="width: 100%; table-layout: fixed;">
6969
<colgroup>
@@ -76,7 +76,7 @@ kubeadm certs check-expiration [flags]
7676
<td colspan="2">--rootfs string</td>
7777
</tr>
7878
<tr>
79-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
79+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
8080
</tr>
8181

8282
</tbody>

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_generate-csr.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,28 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Generate keys and certificate signing requests
13+
Gerar chaves e solicitações de assinatura de certificados
1414

15-
### Synopsis
15+
### Sinopse
1616

17+
Gera as chaves e as solicitações de assinatura de certificados (CSRs) para todos os certificados necessários para executar a camada de gerenciamento. Este comando também gera os arquivos kubeconfig parciais com dados de chave privada no campo "users &gt; user &gt; client-key-data" e, para cada arquivo kubeconfig, um arquivo ".csr" que o acompanha é criado.
1718

18-
Generates keys and certificate signing requests (CSRs) for all the certificates required to run the control plane. This command also generates partial kubeconfig files with private key data in the "users &gt; user &gt; client-key-data" field, and for each kubeconfig file an accompanying ".csr" file is created.
19+
Esse comando foi projetado para uso no [Kubeadm External CA Mode](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#external-ca-mode). Ele gera CSRs que você pode enviar à sua autoridade de certificação externa para assinatura.
1920

20-
This command is designed for use in [Kubeadm External CA Mode](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#external-ca-mode). It generates CSRs which you can then submit to your external certificate authority for signing.
21-
22-
The PEM encoded signed certificates should then be saved alongside the key files, using ".crt" as the file extension, or in the case of kubeconfig files, the PEM encoded signed certificate should be base64 encoded and added to the kubeconfig file in the "users &gt; user &gt; client-certificate-data" field.
21+
Os certificados PEM assinados e codificados devem ser salvos ao lado dos arquivos da chave, usando ".crt" como extensão de arquivo ou, no caso de arquivos kubeconfig, o certificado assinado codificado PEM deve ser codificado em base64 e adicionado ao arquivo kubeconfig no campo "users &gt; user &gt; client-certificate-data".
2322

2423
```
2524
kubeadm certs generate-csr [flags]
2625
```
2726

28-
### Examples
27+
### Exemplos
2928

3029
```
31-
# The following command will generate keys and CSRs for all control-plane certificates and kubeconfig files:
30+
# O comando a seguir gerar as chaves e CSRs para todos os certificados do plano de controle e arquivos kubeconfig:
3231
kubeadm certs generate-csr --kubeconfig-dir /tmp/etc-k8s --cert-dir /tmp/etc-k8s/pki
3332
```
3433

35-
### Options
34+
### Opções
3635

3736
<table style="width: 100%; table-layout: fixed;">
3837
<colgroup>
@@ -45,36 +44,36 @@ kubeadm certs generate-csr [flags]
4544
<td colspan="2">--cert-dir string</td>
4645
</tr>
4746
<tr>
48-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path where to save the certificates</p></td>
47+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O caminho para salvar os certificados</p></td>
4948
</tr>
5049

5150
<tr>
5251
<td colspan="2">--config string</td>
5352
</tr>
5453
<tr>
55-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
54+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
5655
</tr>
5756

5857
<tr>
5958
<td colspan="2">-h, --help</td>
6059
</tr>
6160
<tr>
62-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for generate-csr</p></td>
61+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para generate-csr</p></td>
6362
</tr>
6463

6564
<tr>
66-
<td colspan="2">--kubeconfig-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes"</td>
65+
<td colspan="2">--kubeconfig-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes"</td>
6766
</tr>
6867
<tr>
69-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path where to save the kubeconfig file.</p></td>
68+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O caminho para salvar o arquivo kubeconfig.</p></td>
7069
</tr>
7170

7271
</tbody>
7372
</table>
7473

7574

7675

77-
### Options inherited from parent commands
76+
### Opções herdadas do comando superior
7877

7978
<table style="width: 100%; table-layout: fixed;">
8079
<colgroup>
@@ -87,7 +86,7 @@ kubeadm certs generate-csr [flags]
8786
<td colspan="2">--rootfs string</td>
8887
</tr>
8988
<tr>
90-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
89+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
9190
</tr>
9291

9392
</tbody>

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_renew.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ guide. You can file document formatting bugs against the
1010
-->
1111

1212

13-
Renew certificates for a Kubernetes cluster
13+
Renove certificados para um cluster Kubernetes
1414

15-
### Synopsis
15+
### Sinopse
1616

17-
18-
This command is not meant to be run on its own. See list of available subcommands.
17+
Este comando não deve ser executado sozinho. Veja a lista de subcomandos disponíveis.
1918

2019
```
2120
kubeadm certs renew [flags]
2221
```
2322

24-
### Options
23+
### Opções
2524

2625
<table style="width: 100%; table-layout: fixed;">
2726
<colgroup>
@@ -34,15 +33,15 @@ kubeadm certs renew [flags]
3433
<td colspan="2">-h, --help</td>
3534
</tr>
3635
<tr>
37-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for renew</p></td>
36+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para renew</p></td>
3837
</tr>
3938

4039
</tbody>
4140
</table>
4241

4342

4443

45-
### Options inherited from parent commands
44+
### Opções herdadas do comando superior
4645

4746
<table style="width: 100%; table-layout: fixed;">
4847
<colgroup>
@@ -55,7 +54,7 @@ kubeadm certs renew [flags]
5554
<td colspan="2">--rootfs string</td>
5655
</tr>
5756
<tr>
58-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
57+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
5958
</tr>
6059

6160
</tbody>

0 commit comments

Comments
 (0)