Skip to content

Commit 72c763f

Browse files
committed
Translate include files
1 parent f852e54 commit 72c763f

File tree

5 files changed

+58
-174
lines changed

5 files changed

+58
-174
lines changed

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

Lines changed: 0 additions & 96 deletions
This file was deleted.

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

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

1212

13-
Create bootstrap tokens on the server
13+
Crie tokens de inicialização no servidor
1414

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

17+
Este comando criará um token de inicialização. Você pode especificar os usos para este token, o "tempo de vida" e uma descrição amigável, que é opcional.
1718

18-
19-
This command will create a bootstrap token for you.
20-
You can specify the usages for this token, the "time to live" and an optional human friendly description.
21-
22-
The [token] is the actual token to write.
23-
This should be a securely generated random token of the form "[a-z0-9]{6}.[a-z0-9]{16}".
24-
If no [token] is given, kubeadm will generate a random token instead.
25-
19+
O [token] é o token real para gravar. Este deve ser um token aleatório gerado com segurança da forma "[a-z0-9]{6}.[a-z0-9]{16}". Se nenhum [token] for fornecido, o kubeadm gerará um token aleatório.
2620

2721
```
2822
kubeadm token create [token]
2923
```
3024

31-
### Options
25+
### Opções
3226

3327
<table style="width: 100%; table-layout: fixed;">
3428
<colgroup>
@@ -41,64 +35,64 @@ kubeadm token create [token]
4135
<td colspan="2">--certificate-key string</td>
4236
</tr>
4337
<tr>
44-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>When used together with '--print-join-command', print the full 'kubeadm join' flag needed to join the cluster as a control-plane. To create a new certificate key you must use 'kubeadm init phase upload-certs --upload-certs'.</p></td>
38+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Quando usado em conjunto com '--print-join-command', exibe a flag completa 'kubeadm join' necessário para se unir ao cluster como uma camada de gerenciamento. Para criar uma nova chave de certificado, você deve usar 'kubeadm init phase upload-certs --upload-certs'.</p></td>
4539
</tr>
4640

4741
<tr>
4842
<td colspan="2">--config string</td>
4943
</tr>
5044
<tr>
51-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
45+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para o arquivo de configuração kubeadm.</p></td>
5246
</tr>
5347

5448
<tr>
5549
<td colspan="2">--description string</td>
5650
</tr>
5751
<tr>
58-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A human friendly description of how this token is used.</p></td>
52+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Uma descrição amigável de como esse token é usado.</p></td>
5953
</tr>
6054

6155
<tr>
62-
<td colspan="2">--groups strings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "system:bootstrappers:kubeadm:default-node-token"</td>
56+
<td colspan="2">--groups strings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "system:bootstrappers:kubeadm:default-node-token"</td>
6357
</tr>
6458
<tr>
65-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Extra groups that this token will authenticate as when used for authentication. Must match &quot;\Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\z&quot;</p></td>
59+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Grupos extras que este token autenticará quando usado para autenticação. Deve corresponder &quot;\Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\z&quot;</p></td>
6660
</tr>
6761

6862
<tr>
6963
<td colspan="2">-h, --help</td>
7064
</tr>
7165
<tr>
72-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for create</p></td>
66+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para create</p></td>
7367
</tr>
7468

7569
<tr>
7670
<td colspan="2">--print-join-command</td>
7771
</tr>
7872
<tr>
79-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Instead of printing only the token, print the full 'kubeadm join' flag needed to join the cluster using the token.</p></td>
73+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Em vez de exibir apenas o token, a flag completa 'kubeadm join' exibe o comando necessário para se associar ao cluster usando o token.</p></td>
8074
</tr>
8175

8276
<tr>
83-
<td colspan="2">--ttl duration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 24h0m0s</td>
77+
<td colspan="2">--ttl duração&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: 24h0m0s</td>
8478
</tr>
8579
<tr>
86-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The duration before the token is automatically deleted (e.g. 1s, 2m, 3h). If set to '0', the token will never expire</p></td>
80+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A duração antes do token ser excluído automaticamente (por exemplo, 1s, 2m, 3h). Se definido como '0', o token nunca expirará</p></td>
8781
</tr>
8882

8983
<tr>
90-
<td colspan="2">--usages strings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "signing,authentication"</td>
84+
<td colspan="2">--usages strings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "signing,authentication"</td>
9185
</tr>
9286
<tr>
93-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Describes the ways in which this token can be used. You can pass --usages multiple times or provide a comma separated list of options. Valid options: [signing,authentication]</p></td>
87+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Descreve as maneiras pelas quais esse token pode ser usado. Você pode passar --usages várias vezes ou fornecer uma lista de opções separada por vírgulas. Opções válidas: [signing,authentication]</p></td>
9488
</tr>
9589

9690
</tbody>
9791
</table>
9892

9993

10094

101-
### Options inherited from parent commands
95+
### Opções herdadas do comando superior
10296

10397
<table style="width: 100%; table-layout: fixed;">
10498
<colgroup>
@@ -111,21 +105,21 @@ kubeadm token create [token]
111105
<td colspan="2">--dry-run</td>
112106
</tr>
113107
<tr>
114-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Whether to enable dry-run mode or not</p></td>
108+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Ativar ou não o modo de execução dry-run</p></td>
115109
</tr>
116110

117111
<tr>
118-
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
112+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/admin.conf"</td>
119113
</tr>
120114
<tr>
121-
<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>
115+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig a ser usado para se comunicar com o cluster. Se a flag não estiver definida, um conjunto de padrão locais pode ser pesquisado por um arquivo kubeconfig existente.</p></td>
122116
</tr>
123117

124118
<tr>
125119
<td colspan="2">--rootfs string</td>
126120
</tr>
127121
<tr>
128-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
122+
<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>
129123
</tr>
130124

131125
</tbody>

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

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

1212

13-
Delete bootstrap tokens on the server
13+
Excluir tokens de inicialização no servidor
1414

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

17+
Este comando excluirá uma lista de tokens de inicialização para você.
1718

18-
19-
This command will delete a list of bootstrap tokens for you.
20-
21-
The [token-value] is the full Token of the form "[a-z0-9]{6}.[a-z0-9]{16}" or the
22-
Token ID of the form "[a-z0-9]{6}" to delete.
23-
19+
O [token-value] é um Token completo na forma "[a-z0-9]{6}.[a-z0-9]{16}" ou o ID do Token na forma "[a-z0-9]{6}" a ser excluído.
2420

2521
```
2622
kubeadm token delete [token-value] ...
2723
```
2824

29-
### Options
25+
### Opções
3026

3127
<table style="width: 100%; table-layout: fixed;">
3228
<colgroup>
@@ -39,15 +35,15 @@ kubeadm token delete [token-value] ...
3935
<td colspan="2">-h, --help</td>
4036
</tr>
4137
<tr>
42-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for delete</p></td>
38+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para delete</p></td>
4339
</tr>
4440

4541
</tbody>
4642
</table>
4743

4844

4945

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

5248
<table style="width: 100%; table-layout: fixed;">
5349
<colgroup>
@@ -60,21 +56,21 @@ kubeadm token delete [token-value] ...
6056
<td colspan="2">--dry-run</td>
6157
</tr>
6258
<tr>
63-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Whether to enable dry-run mode or not</p></td>
59+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Ativar ou não o modo de execução dry-run</p></td>
6460
</tr>
6561

6662
<tr>
67-
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
63+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/admin.conf"</td>
6864
</tr>
6965
<tr>
70-
<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>
66+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig a ser usado para se comunicar com o cluster. Se a flag não estiver definida, um conjunto de padrão locais pode ser pesquisado por um arquivo kubeconfig existente.</p></td>
7167
</tr>
7268

7369
<tr>
7470
<td colspan="2">--rootfs string</td>
7571
</tr>
7672
<tr>
77-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
73+
<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>
7874
</tr>
7975

8076
</tbody>

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

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

1212

13-
Generate and print a bootstrap token, but do not create it on the server
13+
Gere e exiba um token de inicialização, mas não o crie no servidor
1414

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

17+
Este comando exibirá um token de inicialização gerado aleatoriamente que pode ser usado com os comandos "init" e "join".
1718

19+
Você não precisa usar este comando para gerar um token. Você pode fazer isso sozinho, desde que esteja no formato "[a-z0-9]{6}.[a-z0-9]{16}". Este comando é fornecido por conveniência para gerar tokens no formato fornecido.
1820

19-
This command will print out a randomly-generated bootstrap token that can be used with
20-
the "init" and "join" commands.
21-
22-
You don't have to use this command in order to generate a token. You can do so
23-
yourself as long as it is in the format "[a-z0-9]{6}.[a-z0-9]{16}". This
24-
command is provided for convenience to generate tokens in the given format.
25-
26-
You can also use "kubeadm init" without specifying a token and it will
27-
generate and print one for you.
28-
21+
Você também pode usar "kubeadm init" sem especificar um token e ele gerará e exibirá um para você.
2922

3023
```
3124
kubeadm token generate [flags]
3225
```
3326

34-
### Options
27+
### Opções
3528

3629
<table style="width: 100%; table-layout: fixed;">
3730
<colgroup>
@@ -44,15 +37,15 @@ kubeadm token generate [flags]
4437
<td colspan="2">-h, --help</td>
4538
</tr>
4639
<tr>
47-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for generate</p></td>
40+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para generate</p></td>
4841
</tr>
4942

5043
</tbody>
5144
</table>
5245

5346

5447

55-
### Options inherited from parent commands
48+
### Opções herdadas do comando superior
5649

5750
<table style="width: 100%; table-layout: fixed;">
5851
<colgroup>
@@ -65,21 +58,21 @@ kubeadm token generate [flags]
6558
<td colspan="2">--dry-run</td>
6659
</tr>
6760
<tr>
68-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Whether to enable dry-run mode or not</p></td>
61+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Ativar ou não o modo de execução dry-run</p></td>
6962
</tr>
7063

7164
<tr>
72-
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
65+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/admin.conf"</td>
7366
</tr>
7467
<tr>
75-
<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>
68+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig a ser usado para se comunicar com o cluster. Se a flag não estiver definida, um conjunto de padrão locais pode ser pesquisado por um arquivo kubeconfig existente.</p></td>
7669
</tr>
7770

7871
<tr>
7972
<td colspan="2">--rootfs string</td>
8073
</tr>
8174
<tr>
82-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
75+
<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>
8376
</tr>
8477

8578
</tbody>

0 commit comments

Comments
 (0)