Merge pull request #5714 from apelisse/patch-3

Warn that SMP is somewhat obsolete
This commit is contained in:
Kubernetes Prow Robot 2021-04-17 06:32:34 -07:00 committed by GitHub
commit f352a369a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
Strategic Merge Patch
=====================
# Disclaimer
This document is old and probably obsolete.
[Server-side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/)
is the new solution and is the recommended way to go. It doesn't require
any client-side logic.
# Background
Kubernetes supports a customized version of JSON merge patch called strategic merge patch. This