From 25f0f0977552ce96d7d9867ef5ec624f28aab9e4 Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Wed, 9 Aug 2017 20:06:56 +0800 Subject: [PATCH] fix typo --- docs/concepts/overview/working-with-objects/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/working-with-objects/namespaces.md b/docs/concepts/overview/working-with-objects/namespaces.md index a16ae8e1cd..0f66878964 100644 --- a/docs/concepts/overview/working-with-objects/namespaces.md +++ b/docs/concepts/overview/working-with-objects/namespaces.md @@ -82,7 +82,7 @@ across namespaces, you need to use the fully qualified domain name (FQDN). ## Not All Objects are in a Namespace Most Kubernetes resources (e.g. pods, services, replication controllers, and others) are -in some namespace. However namespace resources are not themselves in a namespace. +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.