From 2d4f77995d8e44f571aaa7fd56596770397e82e1 Mon Sep 17 00:00:00 2001 From: Pablo Guerrero Date: Tue, 20 Sep 2016 08:57:00 +0200 Subject: [PATCH] Minor typo correction --- docs/user-guide/namespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/namespaces.md b/docs/user-guide/namespaces.md index 0c4b86840d..8fc9ac4735 100644 --- a/docs/user-guide/namespaces.md +++ b/docs/user-guide/namespaces.md @@ -90,7 +90,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 a some namespace. However namespace resources are not themselves in a namespace. -And, low-level resources, such as [nodes](/docs/admin/node) and +in some namespace. 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.