Skip to content

Commit

Permalink
Events are namespaced
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo committed Mar 16, 2018
1 parent 4ac2583 commit 883b080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/overview/working-with-objects/namespaces.md
Expand Up @@ -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.

0 comments on commit 883b080

Please sign in to comment.