Move Guide topics: Container Lifestyle Hooks, Images, Volumes
This commit is contained in:
@@ -55,7 +55,7 @@ Before running examples in the user guides, please ensure you have completed [in
|
||||
[**Service**](/docs/user-guide/services/)
|
||||
: A service defines a set of pods and a means by which to access them, such as single stable IP address and corresponding DNS name.
|
||||
|
||||
[**Volume**](/docs/user-guide/volumes/)
|
||||
[**Volume**](/docs/concepts/storage/volumes/)
|
||||
: A volume is a directory, possibly with some data in it, which is accessible to a Container as part of its filesystem. Kubernetes volumes build upon [Docker Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/), adding provisioning of the volume directory and/or device.
|
||||
|
||||
[**Secret**](/docs/user-guide/secrets/)
|
||||
@@ -79,11 +79,11 @@ API resources
|
||||
Pods and containers
|
||||
|
||||
* [Pod lifecycle and restart policies](/docs/user-guide/pod-states/)
|
||||
* [Lifecycle hooks](/docs/user-guide/container-environment/)
|
||||
* [Lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/)
|
||||
* [Compute resources, such as cpu and memory](/docs/user-guide/compute-resources/)
|
||||
* [Specifying commands and requesting capabilities](/docs/user-guide/containers/)
|
||||
* [Downward API: accessing system configuration from a pod](/docs/user-guide/downward-api/)
|
||||
* [Images and registries](/docs/user-guide/images/)
|
||||
* [Images and registries](/docs/concepts/containers/images/)
|
||||
* [Migrating from docker-cli to kubectl](/docs/user-guide/docker-cli-to-kubectl/)
|
||||
* [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/)
|
||||
* [Assign pods to selected nodes](/docs/user-guide/node-selection/)
|
||||
|
||||
Reference in New Issue
Block a user