From b883f239b4a2925432e5715acb6e5320646e3219 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Mon, 19 Mar 2018 09:55:01 -0700 Subject: [PATCH] Events are namespaced (#7767) --- docs/concepts/overview/working-with-objects/namespaces.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/overview/working-with-objects/namespaces.md b/docs/concepts/overview/working-with-objects/namespaces.md index b7e5329ba5da0..cae681936f678 100644 --- a/docs/concepts/overview/working-with-objects/namespaces.md +++ b/docs/concepts/overview/working-with-objects/namespaces.md @@ -86,5 +86,4 @@ across namespaces, you need to use the fully qualified domain name (FQDN). Most Kubernetes resources (e.g. pods, services, replication controllers, and others) are in some namespaces. However namespace resources are not themselves in a namespace. And low-level resources, such as [nodes](/docs/admin/node) and -persistentVolumes, are not in any namespace. Events are an exception: they may or may not -have a namespace, depending on the object the event is about. +persistentVolumes, are not in any namespace.