Address minor feedback

This commit is contained in:
Tim Allclair 2018-07-06 16:48:42 -07:00
parent b1f75bde90
commit b0d30f657f
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB
1 changed files with 1 additions and 5 deletions

View File

@ -106,7 +106,7 @@ iteration:
- As a cluster operator, I want to provide multiple runtime options to support a wide variety of - 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 workloads. Examples include native linux containers, "sandboxed" containers, and windows
containers. containers.
- As a cluster operator, I want to provide stable rolling upgrades or runtimes. For - As a cluster operator, I want to provide stable rolling upgrades of runtimes. For
example, rolling out an update with backwards incompatible changes or previously unsupported example, rolling out an update with backwards incompatible changes or previously unsupported
features. features.
- As an application developer, I want to select the runtime that best fits my workload. - As an application developer, I want to select the runtime that best fits my workload.
@ -222,10 +222,6 @@ Examples of runtime parameters include:
// way of surfacing behaviors that were previously implicit in docker but not // way of surfacing behaviors that were previously implicit in docker but not
// well defined in Kubernetes. // well defined in Kubernetes.
"default-capabilities": "[]" "default-capabilities": "[]"
// Set the infrastructure container image. More generally, configuring options
// not otherwise exposed in the Kubrenetes API.
"infra-image": "example.com/self-monitoring-pod:v2"
``` ```
_Note: RuntimeClass is intended to be consumed by a single runtime implementation, so parameter keys _Note: RuntimeClass is intended to be consumed by a single runtime implementation, so parameter keys