summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Allclair <tallclair@google.com>2018-06-25 15:41:15 -0700
committerTim Allclair <tallclair@google.com>2018-06-25 15:41:15 -0700
commit59f35be8df123d4e36790a4f48ec7ecfab6ba0c1 (patch)
tree07b19d51184a5b53e91a0416ce1e2d0d6ec7655d
parent12aa716c417ac630565f00e5e8a1eaa408ff2232 (diff)
feedback
-rw-r--r--keps/sig-node/0014-runtime-class.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/keps/sig-node/0014-runtime-class.md b/keps/sig-node/0014-runtime-class.md
index 15e5c53a..22aebd04 100644
--- a/keps/sig-node/0014-runtime-class.md
+++ b/keps/sig-node/0014-runtime-class.md
@@ -1,5 +1,5 @@
---
-kep-number: 14
+kep-number: 14 FIXME(13)
title: Runtime Class
authors:
- "@tallclair"
@@ -107,7 +107,9 @@ iteration:
- As a cluster operator, I want to provide multiple runtime options to support a wide variety of
workloads. Examples include native linux containers, "sandboxed" containers, and windows
containers.
-- As a cluster operator, I want to provide stable rolling upgrades of nodes.
+- As a cluster operator, I want to provide stable rolling upgrades of nodes or runtimes. For
+ example, rolling out an update with backwards incompatible changes or previously unsupported
+ features.
- As an application developer, I want to select the runtime that best fits my workload.
- As an application developer, I don't want to study the nitty-gritty details of different runtime
implementations.