Update links in home, header, footer, whatisk8s (#3833)
* home page, header, footer * docs/whatisk8s * /docs/user-guide/compute-resources/ * /docs/concepts/overview/what-is-kubernetes.md
This commit is contained in:
@@ -50749,11 +50749,11 @@ Appears In <a href="#container-v1">Container</a> <a href="#persistentvolumecla
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>limits <br /> <em>object</em></td>
|
||||
<td>Limits describes the maximum amount of compute resources allowed. More info: <a href="http://kubernetes.io/docs/user-guide/compute-resources/">http://kubernetes.io/docs/user-guide/compute-resources/</a></td>
|
||||
<td>Limits describes the maximum amount of compute resources allowed. More info: <a href="http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/">http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>requests <br /> <em>object</em></td>
|
||||
<td>Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: <a href="http://kubernetes.io/docs/user-guide/compute-resources/">http://kubernetes.io/docs/user-guide/compute-resources/</a></td>
|
||||
<td>Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: <a href="http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/">http://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user