Skip to content

Commit

Permalink
Merge pull request kubernetes#10847 from markturansky/pv_docs
Browse files Browse the repository at this point in the history
Fixed link in persistent-volumes.md
  • Loading branch information
yujuhong committed Jul 7, 2015
2 parents bf6909b + 373d5af commit 362f8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Each PV contains a spec and status, which is the specification and status of the

### Capacity

Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. See the Kubernetes [Resource Model](./resources.md) to understand the units expected by `capacity`.
Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. See the Kubernetes [Resource Model](./design/resources.md) to understand the units expected by `capacity`.

Currently, storage size is the only resource that can be set or requested. Future attributes may include IOPS, throughput, etc.

Expand Down Expand Up @@ -145,7 +145,7 @@ Claims use the same conventions as volumes when requesting storage with specific

### Resources

Claims, like pods, can request specific quantities of a resource. In this case, the request is for storage. The same [resource model](./resources.md) applies to both volumes and claims.
Claims, like pods, can request specific quantities of a resource. In this case, the request is for storage. The same [resource model](./design/resources.md) applies to both volumes and claims.

## <a name="claims-as-volumes"></a> Claims As Volumes

Expand Down

0 comments on commit 362f8da

Please sign in to comment.