Skip to content

Commit b8ec088

Browse files
committed
kubeadm: add corednsdeployment as a patch target
1 parent 6539d64 commit b8ec088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ patches:
168168
The directory must contain files named `target[suffix][+patchtype].extension`.
169169
For example, `kube-apiserver0+merge.yaml` or just `etcd.json`.
170170

171-
- `target` can be one of `kube-apiserver`, `kube-controller-manager`, `kube-scheduler`, `etcd`
172-
and `kubeletconfiguration`.
171+
- `target` can be one of `kube-apiserver`, `kube-controller-manager`, `kube-scheduler`, `etcd`, `kubeletconfiguration` and `corednsdeployment`.
173172
- `patchtype` can be one of `strategic`, `merge` or `json` and these must match the patching formats
174173
[supported by kubectl](/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch).
175174
The default `patchtype` is `strategic`.

0 commit comments

Comments
 (0)