Replace v1.6 with {{page.version}}. (#5693)

This commit is contained in:
Steve Perry
2017-09-29 15:07:53 -07:00
committed by GitHub
parent 16e303090c
commit 12bf9908b1
7 changed files with 8 additions and 8 deletions
@@ -7,7 +7,7 @@ title: Configure Minimum and Maximum CPU Constraints for a Namespace
This page shows how to set minimum and maximum values for the CPU resources used by Containers
and Pods in a namespace. You specify minimum and maximum CPU values in a
[LimitRange](/docs/api-reference/v1.6/#limitrange-v1-core)
[LimitRange](/docs/api-reference/{{page.version}}/#limitrange-v1-core)
object. If a Pod does not meet the constraints imposed by the LimitRange, it cannot be created
in the namespace.