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
e5c0daf4
Commit
e5c0daf4
authored
Jun 02, 2016
by
Avesh Agarwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix byte terminology
parent
d93ebd0e
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 @
e5c0daf4
...
@@ -408,8 +408,8 @@ to specify the output format of values of exposed resources. The default value o
...
@@ -408,8 +408,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
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
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),
(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)`
,
`1T`
(terabytes),
`1P`
(petabytes),
`1E`
(exabytes), and in their power-of-two equivalents
`1Ki(ki
bi
bytes)`
,
`1Mi`
(me
gabytes),
`1Gi`
(gigabytes),
`1Ti`
(terabytes),
`1Pi`
(petabytes),
`1Ei`
(exa
bytes).
`1Mi`
(me
bibytes),
`1Gi`
(gibibytes),
`1Ti`
(tebibytes),
`1Pi`
(pebibytes),
`1Ei`
(exbi
bytes).
For more information about these resource formats,
[
see details
](
resources.md
)
.
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.
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