From f2d0e1fb3f2fb14061a8a02dc8216fc7f9c057d6 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Wed, 31 Oct 2018 20:41:52 -0700 Subject: [PATCH] edits --- ee/ucp/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index bf2093d3ba..3a3f2bf098 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -54,7 +54,7 @@ Admins can now enable audit logging in the UCP config. This logs all incoming us ## API updates -There are several backwards-incompatible changes in the Kube API that may affect user workloads. They are: +There are several backward-incompatible changes in the Kubernetes API that may affect user workloads. They are: * A compatibility issue with the `allowPrivilegeEscalation` field that caused policies to start denying pods they previously allowed was fixed. If you defined `PodSecurityPolicy` objects using a 1.8.0 client or server and set `allowPrivilegeEscalation` to false, these objects must be reapplied after you upgrade. * These changes are automatically updated for taints. Tolerations for these taints must be updated manually. Specifically, you must: