Update api-conventions.md link references (#13786)

This commit is contained in:
Danny Berger
2019-04-14 18:14:00 -07:00
committed by Kubernetes Prow Robot
parent 0a174a76d9
commit 8db85ff4d2
17 changed files with 21 additions and 21 deletions
@@ -38,7 +38,7 @@ redirect_from:
和其它所有 Kubernetes 配置一样,DaemonSet 需要 `apiVersion``kind``metadata` 字段。
有关配置文件的基本信息,详见文档 [deploying applications](/docs/user-guide/deploying-applications/)、[配置容器](/docs/user-guide/configuring-containers/) 和 [资源管理](/docs/concepts/tools/kubectl/object-management-overview/) 。
DaemonSet 也需要一个 [`.spec`](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status) 配置段。
DaemonSet 也需要一个 [`.spec`](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status) 配置段。