Merge pull request #1437 from ScorpioCPH/fix-markdown-format

Automatic merge from submit-queue.

Minor fix markdown format

Minor fix markdown format while reading design proposal.
This commit is contained in:
Kubernetes Submit Queue 2017-11-27 11:26:18 -08:00 committed by GitHub
commit f4005579e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View File

@ -144,7 +144,7 @@ Hopefully this won't cause too much confusion.
## Examples
** TODO: fill in this section **
**TODO: fill in this section**
* Run this pod on a node with an Intel or AMD CPU

View File

@ -345,8 +345,7 @@ as shorthand for "RequiredDuringSchedulingScheduling pod affinity" and
"SoftPodAffinity" as shorthand for "PreferredDuringScheduling pod affinity."
Analogously for "HardPodAntiAffinity" and "SoftPodAntiAffinity."
** TODO: Update this algorithm to take weight for SoftPod{Affinity,AntiAffinity}
into account; currently it assumes all terms have weight 1. **
**TODO: Update this algorithm to take weight for SoftPod{Affinity,AntiAffinity} into account; currently it assumes all terms have weight 1.**
```
Z = the pod you are scheduling
@ -664,5 +663,5 @@ This proposal is to satisfy [#14816](https://github.com/kubernetes/kubernetes/is
## Related work
** TODO: cite references **
**TODO: cite references**

View File

@ -423,7 +423,7 @@ Spec:
gcePersistentDisk:
pdName: "gce-disk-1"
```
***Since the PVC object is passed to the provisioner, it will be responsible for validating and handling whether or not it supports the volumeMode being passed ***
**Since the PVC object is passed to the provisioner, it will be responsible for validating and handling whether or not it supports the volumeMode being passed**
## UC8:
@ -557,7 +557,7 @@ spec:
claimName: block-pvc001
readOnly: true #flag indicating read-only for container runtime
```
*** Note: the readOnly field already exists in the PersistentVolumeClaimVolumeSource above and will dictate the values set by the container runtime options ***
**Note: the readOnly field already exists in the PersistentVolumeClaimVolumeSource above and will dictate the values set by the container runtime options**
# Container Runtime considerations

View File

@ -1126,7 +1126,7 @@ answer:
feature (by asking the user what cloud provider they have,
or in the future a feature discovery API).
* **Kubernetes Security Models **
* **Kubernetes Security Models**
* Audience: hosters, distributors, custom cluster builders