summaryrefslogtreecommitdiff
path: root/container-runtime-interface-v1.md
diff options
context:
space:
mode:
Diffstat (limited to 'container-runtime-interface-v1.md')
-rw-r--r--container-runtime-interface-v1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-runtime-interface-v1.md b/container-runtime-interface-v1.md
index 550c1bc7..36592727 100644
--- a/container-runtime-interface-v1.md
+++ b/container-runtime-interface-v1.md
@@ -245,7 +245,7 @@ discussion and may be achieved alternatively:
**Imperative pod-level interface**
The interface contains only CreatePod(), StartPod(), StopPod() and RemovePod().
This implies that the runtime needs to take over container lifecycle
-manangement (i.e., enforce restart policy), lifecycle hooks, liveness checks,
+management (i.e., enforce restart policy), lifecycle hooks, liveness checks,
etc. Kubelet will mainly be responsible for interfacing with the apiserver, and
can potentially become a very thin daemon.
- Pros: Lower maintenance overhead for the Kubernetes maintainers if `Docker`