|
| 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 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 | + |
0 commit comments