rewrite all links to prs to k8s links

This commit is contained in:
Mike Danese
2015-08-05 18:09:50 -07:00
parent fe6b15ba2f
commit 8326697055
7 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ To avoid running into cloud provider quota issues, when creating a cluster with
### Addon Resources
To prevent memory leaks or other resource issues in [cluster addons](../../cluster/addons/) from consuming all the resources available on a node, Kubernetes sets resource limits on addon containers to limit the CPU and Memory resources they can consume (See PR [#10653](https://github.com/GoogleCloudPlatform/kubernetes/pull/10653/files) and [#10778](https://github.com/GoogleCloudPlatform/kubernetes/pull/10778/files)).
To prevent memory leaks or other resource issues in [cluster addons](../../cluster/addons/) from consuming all the resources available on a node, Kubernetes sets resource limits on addon containers to limit the CPU and Memory resources they can consume (See PR [#10653](http://pr.k8s.io/10653/files) and [#10778](http://pr.k8s.io/10778/files)).
For example: