Commit 9c8014b4 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #12554 from RichieEscarez/fixwalkthroughlink

Fixed broken link (was pointing to content in a file that has since been moved).
parents 24de9613 e72c0428
...@@ -86,7 +86,7 @@ spec: ...@@ -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. 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 #### Pod Management
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment