From 231b92460876c8f3b99319d2146dc98d5e561a34 Mon Sep 17 00:00:00 2001 From: "xialong.lee" Date: Tue, 20 Dec 2016 09:51:45 +0800 Subject: [PATCH] delete italic style --- docs/admin/daemons.md | 2 +- docs/user-guide/cron-jobs.md | 2 +- docs/user-guide/deployments.md | 2 +- docs/user-guide/jobs.md | 2 +- docs/user-guide/pod-security-policy/index.md | 2 +- docs/user-guide/pods/index.md | 2 +- docs/user-guide/replicasets.md | 2 +- docs/user-guide/replication-controller/index.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/admin/daemons.md b/docs/admin/daemons.md index bab12268ba..3a02274b3f 100644 --- a/docs/admin/daemons.md +++ b/docs/admin/daemons.md @@ -7,7 +7,7 @@ assignees: * 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 cluster, pods are added to them. As nodes are removed from the cluster, those pods are garbage diff --git a/docs/user-guide/cron-jobs.md b/docs/user-guide/cron-jobs.md index 6d88997cb3..b62180b153 100644 --- a/docs/user-guide/cron-jobs.md +++ b/docs/user-guide/cron-jobs.md @@ -9,7 +9,7 @@ assignees: * TOC {:toc} -## What is a _Cron Job_? +## What is a Cron Job? A _Cron Job_ manages time based [Jobs](/docs/user-guide/jobs/), namely: diff --git a/docs/user-guide/deployments.md b/docs/user-guide/deployments.md index 8f138459d0..a2f69efe99 100644 --- a/docs/user-guide/deployments.md +++ b/docs/user-guide/deployments.md @@ -8,7 +8,7 @@ assignees: * 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). You only need to describe the desired state in a Deployment object, and the Deployment diff --git a/docs/user-guide/jobs.md b/docs/user-guide/jobs.md index 0d897cbbc9..3630e1b07c 100644 --- a/docs/user-guide/jobs.md +++ b/docs/user-guide/jobs.md @@ -8,7 +8,7 @@ assignees: * 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. As pods successfully complete, the _job_ tracks the successful completions. When a specified number diff --git a/docs/user-guide/pod-security-policy/index.md b/docs/user-guide/pod-security-policy/index.md index 6fb1d4cebf..e9fe0bdc1d 100644 --- a/docs/user-guide/pod-security-policy/index.md +++ b/docs/user-guide/pod-security-policy/index.md @@ -13,7 +13,7 @@ See [PodSecurityPolicy proposal](https://github.com/kubernetes/kubernetes/blob/{ * 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 actions that a pod can perform and what it has the ability to access. The diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md index b8a5b65bcc..4f4fa7e6f2 100644 --- a/docs/user-guide/pods/index.md +++ b/docs/user-guide/pods/index.md @@ -10,7 +10,7 @@ assignees: _pods_ are the smallest deployable units of computing that can be created and 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 (such as Docker containers), the shared storage for those containers, and diff --git a/docs/user-guide/replicasets.md b/docs/user-guide/replicasets.md index cd7f620b15..6b6554fce9 100644 --- a/docs/user-guide/replicasets.md +++ b/docs/user-guide/replicasets.md @@ -9,7 +9,7 @@ assignees: * TOC {:toc} -## What is a _Replica Set_? +## What is a Replica Set? Replica Set is the next-generation Replication Controller. The only difference between a _Replica Set_ and a diff --git a/docs/user-guide/replication-controller/index.md b/docs/user-guide/replication-controller/index.md index 61263d4994..ea10aeacf9 100644 --- a/docs/user-guide/replication-controller/index.md +++ b/docs/user-guide/replication-controller/index.md @@ -8,7 +8,7 @@ assignees: * 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 time. In other words, a replication controller makes sure that a pod or homogeneous set of pods are