Skip to content

Commit 745d21d

Browse files
author
Eric Ernst
committed
kep: pod-overhead: simplify runtimeClass description
to-be-squashed - including in history for review period only Signed-off-by: Eric Ernst <[email protected]>
1 parent 9a0b39e commit 745d21d

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

keps/sig-node/20190226-pod-overhead.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -129,29 +129,7 @@ several scenarios:
129129

130130
### RuntimeClass changes
131131

132-
Expand the runtimeClass type to include sandbox overheads:
133-
134-
```
135-
openAPIV3Schema:
136-
properties:
137-
spec:
138-
properties:
139-
runtimeHandler:
140-
type: string
141-
Pattern: '^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?$'
142-
+ runtimeCpuReqOverhead:
143-
+ type: string
144-
+ pattern: '^([0-9]+([.][0-9])?)|[0-9]+(m)$'
145-
+ runtimeCpuLimitOverhead:
146-
+ type: string
147-
+ pattern: '^([0-9]+([.][0-9])?)|[0-9]+(m)$'
148-
+ runtimeMemoryReqOverhead:
149-
+ type: string
150-
+ pattern: '^[0-9]+([.][0-9]+)+(Mi|Gi|M|G)$'
151-
+ runtimeMemoryLimitOverhead:
152-
+ type: string
153-
+ pattern: '^[0-9]+([.][0-9]+)+(Mi|Gi|M|G)$'
154-
```
132+
Expand the runtimeClass type to include sandbox overhead, `Overhead *ResourceRequirements.`
155133

156134
### RuntimeClass admission controller
157135

0 commit comments

Comments
 (0)