Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c2de10e4
Commit
c2de10e4
authored
Jun 28, 2016
by
k8s-merge-robot
Committed by
GitHub
Jun 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26738 from aveshagarwal/master-resources-bytes-terminology
Automatic merge from submit-queue Fix byte terminology
parents
b62c43b7
e5c0daf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
downward_api_resources_limits_requests.md
docs/design/downward_api_resources_limits_requests.md
+2
-2
No files found.
docs/design/downward_api_resources_limits_requests.md
View file @
c2de10e4
...
...
@@ -413,8 +413,8 @@ to specify the output format of values of exposed resources. The default value o
is
`1`
which means cores for cpu and bytes for memory. For cpu, divisor's valid
values are
`1m`
(millicores),
`1`
(cores), and for memory, the valid values in fixed point integer
(decimal) are
`1`
(bytes),
`1k`
(kilobytes),
`1M`
(megabytes),
`1G`
(gigabytes),
`1T`
(terabytes),
`1P`
(petabytes),
`1E`
(exabytes), and in their power-of-two equivalents
`1Ki(ki
lo
bytes)`
,
`1Mi`
(me
gabytes),
`1Gi`
(gigabytes),
`1Ti`
(terabytes),
`1Pi`
(petabytes),
`1Ei`
(exa
bytes).
`1T`
(terabytes),
`1P`
(petabytes),
`1E`
(exabytes), and in their power-of-two equivalents
`1Ki(ki
bi
bytes)`
,
`1Mi`
(me
bibytes),
`1Gi`
(gibibytes),
`1Ti`
(tebibytes),
`1Pi`
(pebibytes),
`1Ei`
(exbi
bytes).
For more information about these resource formats,
[
see details
](
resources.md
)
.
Also, the exposed values will be
`ceiling`
of the actual values in the requestd format in divisor.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment