It should be CPU NOT memory here. (#5167)

This commit is contained in:
zhang dongqi
2017-08-25 04:59:59 +08:00
committed by Steve Perry
parent 4501e6449b
commit ad7e057283
@@ -77,7 +77,7 @@ CPU request and limit to the Container.
* Verify that the Container specifies a CPU request that is greater than or equal to 200 millicpu.
* Verify that the Container specifies a memory limit that is less than or equal to 800 millicpu.
* Verify that the Container specifies a CPU limit that is less than or equal to 800 millicpu.
Here's the configuration file for a Pod that has one Container. The Container manifest
specifies a CPU request of 500 millicpu and a CPU limit of 800 millicpu. These satisfy the