You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_token_create.md
+21-27Lines changed: 21 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,19 @@ guide. You can file document formatting bugs against the
10
10
-->
11
11
12
12
13
-
Create bootstrap tokens on the server
13
+
Crie tokens de inicialização no servidor
14
14
15
-
### Synopsis
15
+
### Sinopse
16
16
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.
17
18
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.
26
20
27
21
```
28
22
kubeadm token create [token]
29
23
```
30
24
31
-
### Options
25
+
### Opções
32
26
33
27
<tablestyle="width: 100%; table-layout: fixed;">
34
28
<colgroup>
@@ -41,64 +35,64 @@ kubeadm token create [token]
41
35
<tdcolspan="2">--certificate-key string</td>
42
36
</tr>
43
37
<tr>
44
-
<td></td><tdstyle="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><tdstyle="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>
45
39
</tr>
46
40
47
41
<tr>
48
42
<tdcolspan="2">--config string</td>
49
43
</tr>
50
44
<tr>
51
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
45
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Caminho para o arquivo de configuração kubeadm.</p></td>
52
46
</tr>
53
47
54
48
<tr>
55
49
<tdcolspan="2">--description string</td>
56
50
</tr>
57
51
<tr>
58
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>A human friendly description of how this token is used.</p></td>
52
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Uma descrição amigável de como esse token é usado.</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Extra groups that this token will authenticate as when used for authentication. Must match"\Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\z"</p></td>
59
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Grupos extras que este token autenticará quando usado para autenticação. Deve corresponder"\Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\z"</p></td>
66
60
</tr>
67
61
68
62
<tr>
69
63
<tdcolspan="2">-h, --help</td>
70
64
</tr>
71
65
<tr>
72
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>help for create</p></td>
66
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>ajuda para create</p></td>
73
67
</tr>
74
68
75
69
<tr>
76
70
<tdcolspan="2">--print-join-command</td>
77
71
</tr>
78
72
<tr>
79
-
<td></td><tdstyle="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><tdstyle="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>
<td></td><tdstyle="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><tdstyle="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>
<td></td><tdstyle="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><tdstyle="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>
<td></td><tdstyle="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><tdstyle="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>
122
116
</tr>
123
117
124
118
<tr>
125
119
<tdcolspan="2">--rootfs string</td>
126
120
</tr>
127
121
<tr>
128
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
122
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
<td></td><tdstyle="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><tdstyle="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>
71
67
</tr>
72
68
73
69
<tr>
74
70
<tdcolspan="2">--rootfs string</td>
75
71
</tr>
76
72
<tr>
77
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
73
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
Copy file name to clipboardExpand all lines: content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_token_generate.md
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ guide. You can file document formatting bugs against the
10
10
-->
11
11
12
12
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
14
14
15
-
### Synopsis
15
+
### Sinopse
16
16
17
+
Este comando exibirá um token de inicialização gerado aleatoriamente que pode ser usado com os comandos "init" e "join".
17
18
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.
18
20
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ê.
<td></td><tdstyle="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><tdstyle="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>
76
69
</tr>
77
70
78
71
<tr>
79
72
<tdcolspan="2">--rootfs string</td>
80
73
</tr>
81
74
<tr>
82
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
75
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
0 commit comments