mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Add notes for strategic merge patch is not supported for CR
This commit is contained in:
parent
657776e52b
commit
4f85a58480
@ -80,7 +80,9 @@ var (
|
||||
patchLong = templates.LongDesc(i18n.T(`
|
||||
Update fields of a resource using strategic merge patch, a JSON merge patch, or a JSON patch.
|
||||
|
||||
JSON and YAML formats are accepted.`))
|
||||
JSON and YAML formats are accepted.
|
||||
|
||||
Note: Strategic merge patch is not supported for custom resources.`))
|
||||
|
||||
patchExample = templates.Examples(i18n.T(`
|
||||
# Partially update a node using a strategic merge patch, specifying the patch as JSON
|
||||
|
Loading…
Reference in New Issue
Block a user