Merge pull request #16411 from feihujiang/deleteSimpleYamlDocInUserGuide

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-13 11:13:23 -08:00
9 changed files with 10 additions and 124 deletions

View File

@@ -77,8 +77,8 @@ but with different flags and/or different memory and cpu requests for different
### Required Fields
As with all other Kubernetes config, a DaemonSet needs `apiVersion`, `kind`, and `metadata` fields. For
general information about working with config files, see [here](../user-guide/simple-yaml.md),
[here](../user-guide/configuring-containers.md), and [here](../user-guide/working-with-resources.md).
general information about working with config files, see [deploying applications](../user-guide/deploying-applications.md),
[configuring containers](../user-guide/configuring-containers.md), and [working with resources](../user-guide/working-with-resources.md) documents.
A DaemonSet also needs a [`.spec`](../devel/api-conventions.md#spec-and-status) section.