|
| 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 | +Executa o melhor esforço para reverter as alterações feitas no host por 'kubeadm init' ou 'kubeadm join' |
| 14 | + |
| 15 | +### Sinopse |
| 16 | + |
| 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: |
| 20 | + |
| 21 | + |
| 22 | +``` |
| 23 | +preflight Executa as verificações pré-execução do preflight. |
| 24 | +remove-etcd-member Remove um membro etcd local. |
| 25 | +cleanup-node Executa a limpeza do nó. |
| 26 | +``` |
| 27 | + |
| 28 | + |
| 29 | +``` |
| 30 | +kubeadm reset [flags] |
| 31 | +``` |
| 32 | + |
| 33 | +### Opções |
| 34 | + |
| 35 | + <table style="width: 100%; table-layout: fixed;"> |
| 36 | +<colgroup> |
| 37 | +<col span="1" style="width: 10px;" /> |
| 38 | +<col span="1" /> |
| 39 | +</colgroup> |
| 40 | +<tbody> |
| 41 | + |
| 42 | +<tr> |
| 43 | +<td colspan="2">--cert-dir string Padrão: "/etc/kubernetes/pki"</td> |
| 44 | +</tr> |
| 45 | +<tr> |
| 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> |
| 47 | +</tr> |
| 48 | + |
| 49 | +<tr> |
| 50 | +<td colspan="2">--cri-socket string</td> |
| 51 | +</tr> |
| 52 | +<tr> |
| 53 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Caminho para o socket CRI se conectar. Se vazio, o kubeadm 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> |
| 54 | +</tr> |
| 55 | + |
| 56 | +<tr> |
| 57 | +<td colspan="2">-f, --force</td> |
| 58 | +</tr> |
| 59 | +<tr> |
| 60 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Redefine o nó sem solicitar confirmação..</p></td> |
| 61 | +</tr> |
| 62 | + |
| 63 | +<tr> |
| 64 | +<td colspan="2">-h, --help</td> |
| 65 | +</tr> |
| 66 | +<tr> |
| 67 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>ajuda para reset</p></td> |
| 68 | +</tr> |
| 69 | + |
| 70 | +<tr> |
| 71 | +<td colspan="2">--ignore-preflight-errors strings</td> |
| 72 | +</tr> |
| 73 | +<tr> |
| 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> |
| 75 | +</tr> |
| 76 | + |
| 77 | +<tr> |
| 78 | +<td colspan="2">--kubeconfig string Padrão: "/etc/kubernetes/admin.conf"</td> |
| 79 | +</tr> |
| 80 | +<tr> |
| 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 locais predefinidos pode ser pesquisado por um arquivo kubeconfig existente.</p></td> |
| 82 | +</tr> |
| 83 | + |
| 84 | +<tr> |
| 85 | +<td colspan="2">--skip-phases strings</td> |
| 86 | +</tr> |
| 87 | +<tr> |
| 88 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Lista de fases a serem ignoradas</p></td> |
| 89 | +</tr> |
| 90 | + |
| 91 | +</tbody> |
| 92 | +</table> |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | +### Opções herdadas do comando superior |
| 97 | + |
| 98 | + <table style="width: 100%; table-layout: fixed;"> |
| 99 | +<colgroup> |
| 100 | +<col span="1" style="width: 10px;" /> |
| 101 | +<col span="1" /> |
| 102 | +</colgroup> |
| 103 | +<tbody> |
| 104 | + |
| 105 | +<tr> |
| 106 | +<td colspan="2">--rootfs string</td> |
| 107 | +</tr> |
| 108 | +<tr> |
| 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> |
| 110 | +</tr> |
| 111 | + |
| 112 | +</tbody> |
| 113 | +</table> |
| 114 | + |
| 115 | + |
| 116 | + |
0 commit comments