Skip to content

Commit b37df2c

Browse files
committed
Translate include files
1 parent 94b55d2 commit b37df2c

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_kubeconfig.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-
Kubeconfig file utilities
13+
Utilitários de arquivo Kubeconfig
1414

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

1717

18-
Kubeconfig file utilities.
18+
Utilitários de arquivo Kubeconfig.
1919

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

2222
<table style="width: 100%; table-layout: fixed;">
2323
<colgroup>
@@ -30,15 +30,15 @@ Kubeconfig file utilities.
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 kubeconfig</p></td>
33+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para kubeconfig</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 @@ Kubeconfig file utilities.
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_kubeconfig_user.md

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

1212

13-
Output a kubeconfig file for an additional user
13+
Saída do arquivo kubeconfig para um usuário adicional.
1414

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

17-
18-
Output a kubeconfig file for an additional user.
17+
Saída do arquivo kubeconfig para um usuário adicional.
1918

2019
```
2120
kubeadm kubeconfig user [flags]
2221
```
2322

24-
### Examples
23+
### Exemplos
2524

2625
```
27-
# Output a kubeconfig file for an additional user named foo using a kubeadm config file bar
26+
# Envie um arquivo kubeconfig para um usuário adicional chamado foo usando um arquivo bar de configuração
2827
kubeadm kubeconfig user --client-name=foo --config=bar
2928
```
3029

31-
### Options
30+
### Opções
3231

3332
<table style="width: 100%; table-layout: fixed;">
3433
<colgroup>
@@ -41,50 +40,50 @@ kubeadm kubeconfig user [flags]
4140
<td colspan="2">--client-name string</td>
4241
</tr>
4342
<tr>
44-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of user. It will be used as the CN if client certificates are created</p></td>
43+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O nome do usuário. Ele será usado como CN se os certificados do cliente forem criados.</p></td>
4544
</tr>
4645

4746
<tr>
4847
<td colspan="2">--config string</td>
4948
</tr>
5049
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
50+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
5251
</tr>
5352

5453
<tr>
5554
<td colspan="2">-h, --help</td>
5655
</tr>
5756
<tr>
58-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for user</p></td>
57+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para user</p></td>
5958
</tr>
6059

6160
<tr>
6261
<td colspan="2">--org strings</td>
6362
</tr>
6463
<tr>
65-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The orgnizations of the client certificate. It will be used as the O if client certificates are created</p></td>
64+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>As organizações do certificado do cliente. Ele será usado como O se os certificados de cliente forem criados.</p></td>
6665
</tr>
6766

6867
<tr>
6968
<td colspan="2">--token string</td>
7069
</tr>
7170
<tr>
72-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The token that should be used as the authentication mechanism for this kubeconfig, instead of client certificates</p></td>
71+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O token que deve ser usado como mecanismo de autenticação para esse kubeconfig, em vez de certificados de cliente</p></td>
7372
</tr>
7473

7574
<tr>
76-
<td colspan="2">--validity-period duration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 8760h0m0s</td>
75+
<td colspan="2">--validity-period duração&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: 8760h0m0s</td>
7776
</tr>
7877
<tr>
79-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The validity period of the client certificate. It is an offset from the current time.</p></td>
78+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O período de validade do certificado do cliente. É um deslocamento da hora atual.</p></td>
8079
</tr>
8180

8281
</tbody>
8382
</table>
8483

8584

8685

87-
### Options inherited from parent commands
86+
### Opções herdadas do comando superior
8887

8988
<table style="width: 100%; table-layout: fixed;">
9089
<colgroup>
@@ -97,7 +96,7 @@ kubeadm kubeconfig user [flags]
9796
<td colspan="2">--rootfs string</td>
9897
</tr>
9998
<tr>
100-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
99+
<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>
101100
</tr>
102101

103102
</tbody>

0 commit comments

Comments
 (0)