Skip to content

Commit 3a5edc4

Browse files
committed
Translate include files
1 parent 750e93c commit 3a5edc4

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

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

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

1212

13-
Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join'
13+
Executa o melhor esforço para reverter as alterações feitas no host por 'kubeadm init' ou 'kubeadm join'
1414

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

17+
Executa o melhor esforço para reverter as alterações feitas no host por 'kubeadm init' ou 'kubeadm join'
18+
19+
O comando "reset" executa as seguintes fases:
1720

18-
Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join'
1921

20-
The "reset" command executes the following phases:
2122
```
2223
preflight Run reset pre-flight checks
2324
remove-etcd-member Remove a local etcd member.
@@ -29,7 +30,7 @@ cleanup-node Run cleanup node.
2930
kubeadm reset [flags]
3031
```
3132

32-
### Options
33+
### Opções
3334

3435
<table style="width: 100%; table-layout: fixed;">
3536
<colgroup>
@@ -39,60 +40,60 @@ kubeadm reset [flags]
3940
<tbody>
4041

4142
<tr>
42-
<td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"</td>
43+
<td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/pki"</td>
4344
</tr>
4445
<tr>
45-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path to the directory where the certificates are stored. If specified, clean this directory.</p></td>
46+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>O caminho para o diretório onde os certificados estão armazenados. Se especificado, limpe este diretório</p></td>
4647
</tr>
4748

4849
<tr>
4950
<td colspan="2">--cri-socket string</td>
5051
</tr>
5152
<tr>
52-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.</p></td>
53+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para o socket CRI se conectar. Se o kubeadm vazio tentar detectar automaticamente esse valor; use essa opção somente se você tiver mais de um CRI instalado ou se tiver um socket CRI não padrão.</p></td>
5354
</tr>
5455

5556
<tr>
5657
<td colspan="2">-f, --force</td>
5758
</tr>
5859
<tr>
59-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Reset the node without prompting for confirmation.</p></td>
60+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Redefine o nó sem solicitar confirmação..</p></td>
6061
</tr>
6162

6263
<tr>
6364
<td colspan="2">-h, --help</td>
6465
</tr>
6566
<tr>
66-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for reset</p></td>
67+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para reset</p></td>
6768
</tr>
6869

6970
<tr>
7071
<td colspan="2">--ignore-preflight-errors strings</td>
7172
</tr>
7273
<tr>
73-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</p></td>
74+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Uma lista de verificações cujos erros serão mostrados como avisos. Exemplo: 'IsPrivilegedUser,Swap'. O valor 'all' ignora erros de todas as verificações.</p></td>
7475
</tr>
7576

7677
<tr>
77-
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"</td>
78+
<td colspan="2">--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Padrão: "/etc/kubernetes/admin.conf"</td>
7879
</tr>
7980
<tr>
80-
<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>
81+
<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 local pode ser pesquisado por um arquivo kubeconfig existente.</p></td>
8182
</tr>
8283

8384
<tr>
8485
<td colspan="2">--skip-phases strings</td>
8586
</tr>
8687
<tr>
87-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>List of phases to be skipped</p></td>
88+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Lista de fases a serem ignoradas</p></td>
8889
</tr>
8990

9091
</tbody>
9192
</table>
9293

9394

9495

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

9798
<table style="width: 100%; table-layout: fixed;">
9899
<colgroup>
@@ -105,7 +106,7 @@ kubeadm reset [flags]
105106
<td colspan="2">--rootfs string</td>
106107
</tr>
107108
<tr>
108-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
109+
<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>
109110
</tr>
110111

111112
</tbody>

0 commit comments

Comments
 (0)