You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pt-br/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_images_list.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,17 @@ guide. You can file document formatting bugs against the
10
10
-->
11
11
12
12
13
-
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
13
+
Exibe uma lista de imagens que o kubeadm usará. O arquivo de configuração é usado caso quaisquer imagens ou repositórios de imagens sejam personalizados.
14
14
15
-
### Synopsis
15
+
### Sinopse
16
16
17
-
18
-
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
17
+
Exibe uma lista de imagens que o kubeadm usará. O arquivo de configuração é usado caso quaisquer imagens ou repositórios de imagens sejam personalizados.
19
18
20
19
```
21
20
kubeadm config images list [flags]
22
21
```
23
22
24
-
### Options
23
+
### Opções
25
24
26
25
<tablestyle="width: 100%; table-layout: fixed;">
27
26
<colgroup>
@@ -31,67 +30,67 @@ kubeadm config images list [flags]
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.</p></td>
36
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Se verdadeiro (true), ignore quaisquer erros nos modelos quando um campo ou chave de mapa estiver faltando no modelo. Aplica-se apenas aos formatos de saída golang e jsonpath.</p></td>
38
37
</tr>
39
38
40
39
<tr>
41
40
<tdcolspan="2">--config string</td>
42
41
</tr>
43
42
<tr>
44
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
43
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Output format. One of: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.</p></td>
50
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Formato de saída. Um dos: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.</p></td>
52
51
</tr>
53
52
54
53
<tr>
55
54
<tdcolspan="2">--feature-gates string</td>
56
55
</tr>
57
56
<tr>
58
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - default=false)</p></td>
57
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Um conjunto de pares chave=valor que descrevem opções para vários recursos. As opções são:<br/>PublicKeysECDSA=true|false (ALPHA - padrão=false)<br/>RootlessControlPlane=true|false (ALPHA - padrão=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - padrão=false)</p></td>
59
58
</tr>
60
59
61
60
<tr>
62
61
<tdcolspan="2">-h, --help</td>
63
62
</tr>
64
63
<tr>
65
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>help for list</p></td>
64
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>ajuda para list</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Choose a container registry to pull control plane images from</p></td>
71
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Escolha um registro de contêineres para extrair imagens da camada de gerenciamento</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Choose a specific Kubernetes version for the control plane.</p></td>
78
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Escolha uma versão específica do Kubernetes para a camada de gerenciamento.</p></td>
80
79
</tr>
81
80
82
81
<tr>
83
82
<tdcolspan="2">--show-managed-fields</td>
84
83
</tr>
85
84
<tr>
86
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>If true, keep the managedFields when printing objects in JSON or YAML format.</p></td>
85
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Se verdadeiro, mantém os managedFields ao exibir os objetos no formato JSON ou YAML.</p></td>
87
86
</tr>
88
87
89
88
</tbody>
90
89
</table>
91
90
92
91
93
92
94
-
### Options inherited from parent commands
93
+
### Opções herdadas do comando superior
95
94
96
95
<tablestyle="width: 100%; table-layout: fixed;">
97
96
<colgroup>
@@ -101,17 +100,17 @@ kubeadm config images list [flags]
<td></td><tdstyle="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>
106
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig pode 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>
108
107
</tr>
109
108
110
109
<tr>
111
110
<tdcolspan="2">--rootfs string</td>
112
111
</tr>
113
112
<tr>
114
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
113
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td>
37
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Caminho para um arquivo de configuração kubeadm.</p></td>
38
38
</tr>
39
39
40
40
<tr>
41
41
<tdcolspan="2">--cri-socket string</td>
42
42
</tr>
43
43
<tr>
44
-
<td></td><tdstyle="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>
44
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Caminho para se conectar ao socket CRI. Se um 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>
45
45
</tr>
46
46
47
47
<tr>
48
48
<tdcolspan="2">--feature-gates string</td>
49
49
</tr>
50
50
<tr>
51
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - default=false)</p></td>
51
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Um conjunto de pares chave=valor que descrevem opções para vários recursos. As opções são:<br/>PublicKeysECDSA=true|false (ALPHA - padrão=false)<br/>RootlessControlPlane=true|false (ALPHA - padrão=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - padrão=false)</p></td>
52
52
</tr>
53
53
54
54
<tr>
55
55
<tdcolspan="2">-h, --help</td>
56
56
</tr>
57
57
<tr>
58
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>help for pull</p></td>
58
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>ajuda para pull</p></td>
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Choose a container registry to pull control plane images from</p></td>
65
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>Escolha um registro de contêineres para extrair imagens da camada de gerenciamento</p></td>
<td></td><tdstyle="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>
93
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>O arquivo kubeconfig pode 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>
94
94
</tr>
95
95
96
96
<tr>
97
97
<tdcolspan="2">--rootfs string</td>
98
98
</tr>
99
99
<tr>
100
-
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td>
100
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] O caminho para o 'real' sistema de arquivos raiz do host.</p></td>
0 commit comments