Introduce custom Jekyll tags for better glossary integration
This commit is contained in:
@@ -124,12 +124,14 @@ Pod's 200 MiB limit.
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Delete your Pod:
|
||||
|
||||
```shell
|
||||
kubectl delete pod memory-demo --namespace=mem-example
|
||||
```
|
||||
|
||||
|
||||
## Exceed a Container's memory limit
|
||||
|
||||
A Container can exceed its memory request if the Node has memory available. But a Container
|
||||
@@ -370,4 +372,3 @@ kubectl delete namespace mem-example
|
||||
|
||||
|
||||
{% include templates/task.md %}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ title: Define a Command and Arguments for a Container
|
||||
{% capture overview %}
|
||||
|
||||
This page shows how to define commands and arguments when you run a container
|
||||
in a Kubernetes Pod.
|
||||
in a {% glossary_tooltip term_id="pod" %}.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user