Fixed broken link (was pointing to a file that has since been moved).

Fixes #12357
pull/6/head
RichieEscarez 2015-08-11 14:33:35 -07:00
parent f620b0d53d
commit e72c0428bd
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ spec:
A pod definition is a declaration of a _desired state_. Desired state is a very important concept in the Kubernetes model. Many things present a desired state to the system, and it is Kubernetes' responsibility to make sure that the current state matches the desired state. For example, when you create a Pod, you declare that you want the containers in it to be running. If the containers happen to not be running (e.g. program failure, ...), Kubernetes will continue to (re-)create them for you in order to drive them to the desired state. This process continues until the Pod is deleted.
See the [design document](../../../DESIGN.md) for more details.
See the [design document](../../design/README.md) for more details.
#### Pod Management