summaryrefslogtreecommitdiff
path: root/resources.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-08-05 18:08:26 -0700
committerMike Danese <mikedanese@gmail.com>2015-08-05 21:11:11 -0700
commita74ffb6a381cf9a7bd8282c8d9806bae41680f3d (patch)
tree084fc6560a7f3dd69b1e4dd08122a9338468e296 /resources.md
parenta38fc0660419c1d5c2b460a459d8b93f996f79c8 (diff)
rewrite all links to issues to k8s links
Diffstat (limited to 'resources.md')
-rw-r--r--resources.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.md b/resources.md
index e006d44d..fe6f0ec7 100644
--- a/resources.md
+++ b/resources.md
@@ -33,7 +33,7 @@ Documentation for other releases can be found at
**Note: this is a design doc, which describes features that have not been completely implemented.
User documentation of the current state is [here](../user-guide/compute-resources.md). The tracking issue for
implementation of this model is
-[#168](https://github.com/GoogleCloudPlatform/kubernetes/issues/168). Currently, only memory and
+[#168](http://issue.k8s.io/168). Currently, only memory and
cpu limits on containers (not pods) are supported. "memory" is in bytes and "cpu" is in
milli-cores.**
@@ -134,7 +134,7 @@ The following resource types are predefined ("reserved") by Kubernetes in the `k
* Units: Kubernetes Compute Unit seconds/second (i.e., CPU cores normalized to a canonical "Kubernetes CPU")
* Internal representation: milli-KCUs
* Compressible? yes
- * Qualities: this is a placeholder for the kind of thing that may be supported in the future &mdash; see [#147](https://github.com/GoogleCloudPlatform/kubernetes/issues/147)
+ * Qualities: this is a placeholder for the kind of thing that may be supported in the future &mdash; see [#147](http://issue.k8s.io/147)
* [future] `schedulingLatency`: as per lmctfy
* [future] `cpuConversionFactor`: property of a node: the speed of a CPU core on the node's processor divided by the speed of the canonical Kubernetes CPU (a floating point value; default = 1.0).