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
commit 07d6f33b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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