Skip to content

Commit 52132d2

Browse files
authored
Merge pull request #42048 from maxgio92/patch-3
Fix legacy name for control plane
2 parents 41d166f + 2717c63 commit 52132d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ check [kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserv
8888

8989
A user creates, or in the case of dynamic provisioning, has already created,
9090
a PersistentVolumeClaim with a specific amount of storage requested and with
91-
certain access modes. A control loop in the master watches for new PVCs, finds
91+
certain access modes. A control loop in the control plane watches for new PVCs, finds
9292
a matching PV (if possible), and binds them together. If a PV was dynamically
9393
provisioned for a new PVC, the loop will always bind that PV to the PVC. Otherwise,
9494
the user will always get at least what they asked for, but the volume may be in

0 commit comments

Comments
 (0)