@@ -24,7 +24,7 @@ certainly want the docs that go with that version.</h1>
...
@@ -24,7 +24,7 @@ certainly want the docs that go with that version.</h1>
**Table of Contents**
**Table of Contents**
<!-- BEGIN MUNGE: GENERATED_TOC -->
<!-- BEGIN MUNGE: GENERATED_TOC -->
-[Kubernetes User Guide: Managing Applications: Configuring and launching containers](#kubernetes-user-guide:-managing-applications:-configuring-and-launching-containers)
-[Kubernetes User Guide: Managing Applications: Configuring and launching containers](#kubernetes-user-guide-managing-applications-configuring-and-launching-containers)
-[Configuration in Kubernetes](#configuration-in-kubernetes)
-[Configuration in Kubernetes](#configuration-in-kubernetes)
-[Launching a container using a configuration file](#launching-a-container-using-a-configuration-file)
-[Launching a container using a configuration file](#launching-a-container-using-a-configuration-file)
@@ -28,10 +28,10 @@ your pods. But there are a number of ways to get even more information about you
...
@@ -28,10 +28,10 @@ your pods. But there are a number of ways to get even more information about you
**Table of Contents**
**Table of Contents**
<!-- BEGIN MUNGE: GENERATED_TOC -->
<!-- BEGIN MUNGE: GENERATED_TOC -->
-[Kubernetes User Guide: Managing Applications: Application Introspection and Debugging](#kubernetes-user-guide:-managing-applications:-application-introspection-and-debugging)
-[Kubernetes User Guide: Managing Applications: Application Introspection and Debugging](#kubernetes-user-guide-managing-applications-application-introspection-and-debugging)
-[Using ```kubectl describe pod``` to fetch details about pods](#using-```kubectl-describe-pod```-to-fetch-details-about-pods)
-[Using ```kubectl describe pod``` to fetch details about pods](#using-kubectl-describe-pod-to-fetch-details-about-pods)
-[<a name="claims-as-volumes"></a> Claims As Volumes](#<a-name="claims-as-volumes"></a>-claims-as-volumes)
-[Claims As Volumes](#claims-as-volumes)
<!-- END MUNGE: GENERATED_TOC -->
<!-- END MUNGE: GENERATED_TOC -->
...
@@ -194,7 +194,7 @@ Claims use the same conventions as volumes when requesting storage with specific
...
@@ -194,7 +194,7 @@ Claims use the same conventions as volumes when requesting storage with specific
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.
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
## Claims As Volumes
Pods access storage by using the claim as a volume. Claims must exist in the same namespace as the pod using the claim. The cluster finds the claim in the pod's namespace and uses it to get the `PersistentVolume` backing the claim. The volume is then mounted to the host and into the pod.
Pods access storage by using the claim as a volume. Claims must exist in the same namespace as the pod using the claim. The cluster finds the claim in the pod's namespace and uses it to get the `PersistentVolume` backing the claim. The volume is then mounted to the host and into the pod.
@@ -24,13 +24,13 @@ certainly want the docs that go with that version.</h1>
...
@@ -24,13 +24,13 @@ certainly want the docs that go with that version.</h1>
**Table of Contents**
**Table of Contents**
<!-- BEGIN MUNGE: GENERATED_TOC -->
<!-- BEGIN MUNGE: GENERATED_TOC -->
-[Kubernetes User Guide: Managing Applications: Working with pods and containers in production](#kubernetes-user-guide:-managing-applications:-working-with-pods-and-containers-in-production)
-[Kubernetes User Guide: Managing Applications: Working with pods and containers in production](#kubernetes-user-guide-managing-applications-working-with-pods-and-containers-in-production)
@@ -30,7 +30,7 @@ In order for the kubectl usage examples to work, make sure you have an examples
...
@@ -30,7 +30,7 @@ In order for the kubectl usage examples to work, make sure you have an examples
**Table of Contents**
**Table of Contents**
<!-- BEGIN MUNGE: GENERATED_TOC -->
<!-- BEGIN MUNGE: GENERATED_TOC -->
-[Kubernetes 201 - Labels, Replication Controllers, Services and Health Checking](#kubernetes-201---labels,-replication-controllers,-services-and-health-checking)
-[Kubernetes 201 - Labels, Replication Controllers, Services and Health Checking](#kubernetes-201---labels-replication-controllers-services-and-health-checking)