Skip to content

Commit 0efce18

Browse files
authored
Merge pull request #37892 from tamilselvan1102/k8s-doc-namespaces
added hyperlink for persistentVolumes in Namespaces page
2 parents 4551270 + a942fee commit 0efce18

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Most Kubernetes resources (e.g. pods, services, replication controllers, and oth
133133
in some namespaces. However namespace resources are not themselves in a namespace.
134134
And low-level resources, such as
135135
[nodes](/docs/concepts/architecture/nodes/) and
136-
persistentVolumes, are not in any namespace.
136+
[persistentVolumes](/docs/concepts/storage/persistent-volumes/), are not in any namespace.
137137

138138
To see which Kubernetes resources are and aren't in a namespace:
139139

0 commit comments

Comments
 (0)