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_kubeconfig_user.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,24 @@ guide. You can file document formatting bugs against the
10
10
-->
11
11
12
12
13
-
Output a kubeconfig file for an additional user
13
+
Saída do arquivo kubeconfig para um usuário adicional.
14
14
15
-
### Synopsis
15
+
### Sinopse
16
16
17
-
18
-
Output a kubeconfig file for an additional user.
17
+
Saída do arquivo kubeconfig para um usuário adicional.
19
18
20
19
```
21
20
kubeadm kubeconfig user [flags]
22
21
```
23
22
24
-
### Examples
23
+
### Exemplos
25
24
26
25
```
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
28
27
kubeadm kubeconfig user --client-name=foo --config=bar
29
28
```
30
29
31
-
### Options
30
+
### Opções
32
31
33
32
<tablestyle="width: 100%; table-layout: fixed;">
34
33
<colgroup>
@@ -41,50 +40,50 @@ kubeadm kubeconfig user [flags]
41
40
<tdcolspan="2">--client-name string</td>
42
41
</tr>
43
42
<tr>
44
-
<td></td><tdstyle="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><tdstyle="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>
45
44
</tr>
46
45
47
46
<tr>
48
47
<tdcolspan="2">--config string</td>
49
48
</tr>
50
49
<tr>
51
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
50
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
52
51
</tr>
53
52
54
53
<tr>
55
54
<tdcolspan="2">-h, --help</td>
56
55
</tr>
57
56
<tr>
58
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>help for user</p></td>
57
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>ajuda para user</p></td>
59
58
</tr>
60
59
61
60
<tr>
62
61
<tdcolspan="2">--org strings</td>
63
62
</tr>
64
63
<tr>
65
-
<td></td><tdstyle="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><tdstyle="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>
66
65
</tr>
67
66
68
67
<tr>
69
68
<tdcolspan="2">--token string</td>
70
69
</tr>
71
70
<tr>
72
-
<td></td><tdstyle="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><tdstyle="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>
<td></td><tdstyle="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><tdstyle="line-height: 130%; word-wrap: break-word;"><p>O período de validade do certificado do cliente. É um deslocamento da hora atual.</p></td>
80
79
</tr>
81
80
82
81
</tbody>
83
82
</table>
84
83
85
84
86
85
87
-
### Options inherited from parent commands
86
+
### Opções herdadas do comando superior
88
87
89
88
<tablestyle="width: 100%; table-layout: fixed;">
90
89
<colgroup>
@@ -97,7 +96,7 @@ kubeadm kubeconfig user [flags]
97
96
<tdcolspan="2">--rootfs string</td>
98
97
</tr>
99
98
<tr>
100
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
99
+
<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