diff options
| author | Eric Paris <eparis@redhat.com> | 2015-07-24 17:52:18 -0400 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2015-07-30 20:41:30 -0400 |
| commit | b15dad5066d0fb1bd39b514230bfc8b2328ea72c (patch) | |
| tree | b248cc3dbad8aa0f6f98f02fc4ddc333650c2e8d /README.md | |
| parent | 39eedfac6dd5d287611b2b21d60af7a19560aae8 (diff) | |
Fix trailing whitespace in all docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Documentation for other releases can be found at # Kubernetes Design Overview -Kubernetes is a system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. +Kubernetes is a system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. Kubernetes establishes robust declarative primitives for maintaining the desired state requested by the user. We see these primitives as the main value added by Kubernetes. Self-healing mechanisms, such as auto-restarting, re-scheduling, and replicating containers require active controllers, not just imperative orchestration. |
