File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,8 @@ You can pass this file to `kubeadm init` with `--config <YOUR CONFIG YAML>`:
144
144
` ` ` yaml
145
145
apiVersion: kubeadm.k8s.io/v1beta3
146
146
kind: InitConfiguration
147
- nodeRegistration:
148
- patches:
149
- directory: /home/user/somedir
147
+ patches:
148
+ directory: /home/user/somedir
150
149
` ` `
151
150
152
151
{{< note >}}
@@ -159,9 +158,8 @@ You can pass this file to `kubeadm join` with `--config <YOUR CONFIG YAML>`:
159
158
` ` ` yaml
160
159
apiVersion: kubeadm.k8s.io/v1beta3
161
160
kind: JoinConfiguration
162
- nodeRegistration:
163
- patches:
164
- directory: /home/user/somedir
161
+ patches:
162
+ directory: /home/user/somedir
165
163
` ` `
166
164
167
165
The directory must contain files named `target[suffix][+patchtype].extension`.
You can’t perform that action at this time.
0 commit comments