@@ -35,10 +35,6 @@ within Kubernetes itself).
3535
3636Juju-managed storage can be provisioned either dynamically or statically.
3737
38- See Kubernetes [ Storage classes] [ kubernetes-supported-volume-types ]
39- documentation for the list of storage backends ("provisioners") supported by
40- Kubernetes.
41-
4238Generic Juju storage (non-Kubernetes) is covered on the
4339[ Using Juju Storage] [ charms-storage ] page.
4440
@@ -163,8 +159,9 @@ provider becomes available upon the addition of a Kubernetes model.
163159
164160For static volumes, the provisioner is ` kubernetes.io/no-provisioner ` .
165161
166- For dynamic volumes, the provisioner varies, depending on the underlying
167- storage backend. Examples are given in the next two sections that follow.
162+ For dynamic volumes, the provisioner is dependant upon the underlying
163+ [ storage backend] [ kubernetes-provisioners ] . Examples are given in the next two
164+ sections that follow.
168165
169166The storage class names for both operator storage and charm storage do not need
170167to be stated. Juju will create a name if one is not explicitly given. This is
@@ -280,7 +277,7 @@ For charm storage the rules are similar:
280277
281278[ clouds-k8s ] : ./clouds-k8s.md
282279[ charms-storage ] : ./charms-storage.md
283- [ kubernetes-supported-volume-types ] : https://kubernetes.io/docs/concepts/storage/storage-classes/
280+ [ kubernetes-provisioners ] : https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner
284281[ kubernetes-hostpath ] : https://kubernetes.io/docs/concepts/storage/volumes/#hostpath
285282[ kubernetes-classes ] : https://kubernetes.io/docs/concepts/storage/storage-classes/
286283[ #creating-storage-pools ] : #creating-storage-pools
0 commit comments