delete italic style

pull/2000/head
xialong.lee 2016-12-20 09:51:45 +08:00
parent ab8f4e58c6
commit 231b924608
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _Daemon Set_? ## What is a Daemon Set?
A _Daemon Set_ ensures that all (or some) nodes run a copy of a pod. As nodes are added to the A _Daemon Set_ ensures that all (or some) nodes run a copy of a pod. As nodes are added to the
cluster, pods are added to them. As nodes are removed from the cluster, those pods are garbage cluster, pods are added to them. As nodes are removed from the cluster, those pods are garbage

View File

@ -9,7 +9,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _Cron Job_? ## What is a Cron Job?
A _Cron Job_ manages time based [Jobs](/docs/user-guide/jobs/), namely: A _Cron Job_ manages time based [Jobs](/docs/user-guide/jobs/), namely:

View File

@ -8,7 +8,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _Deployment_? ## What is a Deployment?
A _Deployment_ provides declarative updates for [Pods](/docs/user-guide/pods/) and [Replica Sets](/docs/user-guide/replicasets/) (the next-generation Replication Controller). A _Deployment_ provides declarative updates for [Pods](/docs/user-guide/pods/) and [Replica Sets](/docs/user-guide/replicasets/) (the next-generation Replication Controller).
You only need to describe the desired state in a Deployment object, and the Deployment You only need to describe the desired state in a Deployment object, and the Deployment

View File

@ -8,7 +8,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _job_? ## What is a job?
A _job_ creates one or more pods and ensures that a specified number of them successfully terminate. A _job_ creates one or more pods and ensures that a specified number of them successfully terminate.
As pods successfully complete, the _job_ tracks the successful completions. When a specified number As pods successfully complete, the _job_ tracks the successful completions. When a specified number

View File

@ -13,7 +13,7 @@ See [PodSecurityPolicy proposal](https://github.com/kubernetes/kubernetes/blob/{
* TOC * TOC
{:toc} {:toc}
## What is a _Pod Security Policy_? ## What is a Pod Security Policy?
A _Pod Security Policy_ is a cluster-level resource that controls the A _Pod Security Policy_ is a cluster-level resource that controls the
actions that a pod can perform and what it has the ability to access. The actions that a pod can perform and what it has the ability to access. The

View File

@ -10,7 +10,7 @@ assignees:
_pods_ are the smallest deployable units of computing that can be created and _pods_ are the smallest deployable units of computing that can be created and
managed in Kubernetes. managed in Kubernetes.
## What is a _pod_? ## What is a pod?
A _pod_ (as in a pod of whales or pea pod) is a group of one or more containers A _pod_ (as in a pod of whales or pea pod) is a group of one or more containers
(such as Docker containers), the shared storage for those containers, and (such as Docker containers), the shared storage for those containers, and

View File

@ -9,7 +9,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _Replica Set_? ## What is a Replica Set?
Replica Set is the next-generation Replication Controller. The only difference Replica Set is the next-generation Replication Controller. The only difference
between a _Replica Set_ and a between a _Replica Set_ and a

View File

@ -8,7 +8,7 @@ assignees:
* TOC * TOC
{:toc} {:toc}
## What is a _replication controller_? ## What is a replication controller?
A _replication controller_ ensures that a specified number of pod "replicas" are running at any one A _replication controller_ ensures that a specified number of pod "replicas" are running at any one
time. In other words, a replication controller makes sure that a pod or homogeneous set of pods are time. In other words, a replication controller makes sure that a pod or homogeneous set of pods are