Skip to content

Commit a8ce36c

Browse files
authored
Merge pull request #33113 from MrErlison/kubeadm-kubeconfig-ptbr
Add pt-br/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig.md
2 parents c9ea57e + 06541a8 commit a8ce36c

File tree

3 files changed

+191
-0
lines changed

3 files changed

+191
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Utilitários de arquivo Kubeconfig
14+
15+
### Sinopse
16+
17+
18+
Utilitários de arquivo Kubeconfig.
19+
20+
### Opções
21+
22+
<table style="width: 100%; table-layout: fixed;">
23+
<colgroup>
24+
<col span="1" style="width: 10px;" />
25+
<col span="1" />
26+
</colgroup>
27+
<tbody>
28+
29+
<tr>
30+
<td colspan="2">-h, --help</td>
31+
</tr>
32+
<tr>
33+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para kubeconfig</p></td>
34+
</tr>
35+
36+
</tbody>
37+
</table>
38+
39+
40+
41+
### Opções herdadas do comando superior
42+
43+
<table style="width: 100%; table-layout: fixed;">
44+
<colgroup>
45+
<col span="1" style="width: 10px;" />
46+
<col span="1" />
47+
</colgroup>
48+
<tbody>
49+
50+
<tr>
51+
<td colspan="2">--rootfs string</td>
52+
</tr>
53+
<tr>
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>
55+
</tr>
56+
57+
</tbody>
58+
</table>
59+
60+
61+
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
13+
Saída do arquivo kubeconfig para um usuário adicional.
14+
15+
### Sinopse
16+
17+
Exibe o arquivo kubeconfig para um usuário adicional.
18+
19+
```
20+
kubeadm kubeconfig user [flags]
21+
```
22+
23+
### Exemplos
24+
25+
```
26+
# Exibe um arquivo kubeconfig para um usuário adicional chamado foo usando um arquivo bar de configuração
27+
kubeadm kubeconfig user --client-name=foo --config=bar
28+
```
29+
30+
### Opções
31+
32+
<table style="width: 100%; table-layout: fixed;">
33+
<colgroup>
34+
<col span="1" style="width: 10px;" />
35+
<col span="1" />
36+
</colgroup>
37+
<tbody>
38+
39+
<tr>
40+
<td colspan="2">--client-name string</td>
41+
</tr>
42+
<tr>
43+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O nome do usuário. Será usado como CN se os certificados do cliente forem criados.</p></td>
44+
</tr>
45+
46+
<tr>
47+
<td colspan="2">--config string</td>
48+
</tr>
49+
<tr>
50+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
51+
</tr>
52+
53+
<tr>
54+
<td colspan="2">-h, --help</td>
55+
</tr>
56+
<tr>
57+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para user</p></td>
58+
</tr>
59+
60+
<tr>
61+
<td colspan="2">--org strings</td>
62+
</tr>
63+
<tr>
64+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>As organizações do certificado do cliente. Será usado como O se os certificados de cliente forem criados.</p></td>
65+
</tr>
66+
67+
<tr>
68+
<td colspan="2">--token string</td>
69+
</tr>
70+
<tr>
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>
72+
</tr>
73+
74+
<tr>
75+
<td colspan="2">--validity-period duração&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: 8760h0m0s</td>
76+
</tr>
77+
<tr>
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>
79+
</tr>
80+
81+
</tbody>
82+
</table>
83+
84+
85+
86+
### Opções herdadas do comando superior
87+
88+
<table style="width: 100%; table-layout: fixed;">
89+
<colgroup>
90+
<col span="1" style="width: 10px;" />
91+
<col span="1" />
92+
</colgroup>
93+
<tbody>
94+
95+
<tr>
96+
<td colspan="2">--rootfs string</td>
97+
</tr>
98+
<tr>
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>
100+
</tr>
101+
102+
</tbody>
103+
</table>
104+
105+
106+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: kubeadm kubeconfig
3+
content_type: conceito
4+
weight: 90
5+
---
6+
7+
`kubeadm kubeconfig` fornece utilitários para gerenciar arquivos kubeconfig.
8+
9+
Para exemplos de uso do comando `kubeadm kubeconfig user`, consulte [Gerando arquivos kubeconfig para usuários adicionais](/docs/tasks/administer-cluster/kubeadm/kubeadm-certs#kubeconfig-additional-users).
10+
11+
12+
## kubeadm kubeconfig {#cmd-kubeconfig}
13+
14+
{{< tabs name="tab-kubeconfig" >}}
15+
{{< tab name="visão geral" include="generated/kubeadm_kubeconfig.md" />}}
16+
{{< /tabs >}}
17+
18+
## kubeadm kubeconfig user {#cmd-kubeconfig-user}
19+
20+
Esse comando pode ser usado para gerar um arquivo kubeconfig para um usuário adicional.
21+
22+
{{< tabs name="tab-kubeconfig-user" >}}
23+
{{< tab name="user" include="generated/kubeadm_kubeconfig_user.md" />}}
24+
{{< /tabs >}}

0 commit comments

Comments
 (0)