Skip to content

Commit 2e51720

Browse files
authored
Merge pull request #33112 from MrErlison/kubeadm-version-ptbr
Add content/pt-br/docs/reference/setup-tools/kubeadm/kubeadm-version.md
2 parents d2acddb + d0a3611 commit 2e51720

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
Exibe a versão do kubeadm
14+
15+
### Sinopse
16+
17+
18+
Exibe a versão do kubeadm
19+
20+
```
21+
kubeadm version [flags]
22+
```
23+
24+
### Opções
25+
26+
<table style="width: 100%; table-layout: fixed;">
27+
<colgroup>
28+
<col span="1" style="width: 10px;" />
29+
<col span="1" />
30+
</colgroup>
31+
<tbody>
32+
33+
<tr>
34+
<td colspan="2">-h, --help</td>
35+
</tr>
36+
<tr>
37+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para version</p></td>
38+
</tr>
39+
40+
<tr>
41+
<td colspan="2">-o, --output string</td>
42+
</tr>
43+
<tr>
44+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Formato de saída; as opções disponíveis são 'yaml', 'json' e 'short'</p></td>
45+
</tr>
46+
47+
</tbody>
48+
</table>
49+
50+
51+
52+
### Opção herdada do comando superior
53+
54+
<table style="width: 100%; table-layout: fixed;">
55+
<colgroup>
56+
<col span="1" style="width: 10px;" />
57+
<col span="1" />
58+
</colgroup>
59+
<tbody>
60+
61+
<tr>
62+
<td colspan="2">--rootfs string</td>
63+
</tr>
64+
<tr>
65+
<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>
66+
</tr>
67+
68+
</tbody>
69+
</table>
70+
71+
72+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: kubeadm version
3+
content_type: concept
4+
weight: 80
5+
---
6+
<!-- overview -->
7+
Este comando exibe a versão do kubeadm.
8+
9+
<!-- body -->
10+
{{< include "generated/kubeadm_version.md" >}}

0 commit comments

Comments
 (0)