Merge pull request #26969 from wasimj/patch-1

Correct server-side-apply.md
This commit is contained in:
Kubernetes Prow Robot
2021-03-27 02:00:44 -07:00
committed by GitHub
@@ -46,7 +46,7 @@ Server side apply is meant both as a replacement for the original `kubectl
apply` and as a simpler mechanism for controllers to enact their changes.
If you have Server Side Apply enabled, the control plane tracks managed fields
for all newlly created objects.
for all newly created objects.
## Field Management