Callouts and other small formatting (#5022)

* Removing Extra Spaces

Issue 4602 | Configure Pods and Containers

* Update security-context.md

Adding callouts

* Update security-context.md

* Adding callout and fixing code block

* Removing extra space

* Adding callout

* Addling callouts

* Update assign-cpu-resource.md

* Adding callout

* Update configure-persistent-volume-storage.md

* Update configure-service-account.md

* Update quality-service-pod.md

* Update security-context.md
This commit is contained in:
Cody Clark
2017-08-17 16:19:24 -07:00
committed by Steve Perry
parent c5ad73c2d8
commit 7c4e01887b
9 changed files with 28 additions and 19 deletions
@@ -108,7 +108,8 @@ This page provides a series of usage examples demonstrating how to configure Pod
## Configure all key-value pairs in a ConfigMap as Pod environment variables
Note: This functionality is available to users running Kubernetes v1.6 and later.
**Note:** This functionality is available to users running Kubernetes v1.6 and later.
{: .note}
1. Create a ConfigMap containing multiple key-value pairs.
@@ -299,7 +300,10 @@ When a ConfigMap already being consumed in a volume is updated, projected keys a
1. Kubelet doesn't support the use of ConfigMaps for pods not found on the API server.
This includes every pod created using kubectl or indirectly via a replication controller.
It does not include pods created via the Kubelet's `--manifest-url` flag, `--config` flag, or the Kubelet REST API. (Note: these are not commonly-used ways to create pods.)
It does not include pods created via the Kubelet's `--manifest-url` flag, `--config` flag, or the Kubelet REST API.
**Note:** These are not commonly-used ways to create pods.
{: .note}
{% endcapture %}