summaryrefslogtreecommitdiff
path: root/node-allocatable.md
diff options
context:
space:
mode:
authorChao Xu <xuchao@google.com>2016-01-09 17:03:39 -0800
committerChao Xu <xuchao@google.com>2016-01-26 17:01:37 -0800
commit93ef64115c99d15aa976c201b5423cb143b4ce59 (patch)
tree7efd033f5e32bcdf6148d040142f72f9a46c46b7 /node-allocatable.md
parent9cd6dc319cc75b47a9b241c944d87e499ad09503 (diff)
linkchecker tool now visits the URL to determine if it's valid
Diffstat (limited to 'node-allocatable.md')
-rw-r--r--node-allocatable.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/node-allocatable.md b/node-allocatable.md
index c915bb6a..a3520a41 100644
--- a/node-allocatable.md
+++ b/node-allocatable.md
@@ -65,7 +65,7 @@ reservation grows), or running multiple Kubelets on a single node.
![image](node-allocatable.png)
1. **Node Capacity** - Already provided as
- [`NodeStatus.Capacity`](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/v1/definitions.html#_v1_nodestatus),
+ [`NodeStatus.Capacity`](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html#_v1_nodestatus),
this is total capacity read from the node instance, and assumed to be constant.
2. **System-Reserved** (proposed) - Compute resources reserved for processes which are not managed by
Kubernetes. Currently this covers all the processes lumped together in the `/system` raw
@@ -81,7 +81,7 @@ reservation grows), or running multiple Kubelets on a single node.
#### Allocatable
Add `Allocatable` (4) to
-[`NodeStatus`](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/v1/definitions.html#_v1_nodestatus):
+[`NodeStatus`](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html#_v1_nodestatus):
```
type NodeStatus struct {