Update the links of Deployment User Guide
The file 'blob/master/docs/devel/api-conventions.md' has moved to 'community/blob/master/contributors/devel/api-conventions.md' Updates the links associated with these file.
This commit is contained in:
committed by
Andrew Chen
parent
0366fcc114
commit
76e1bfc55d
@@ -615,7 +615,7 @@ the Deployment's `status.conditions`:
|
|||||||
* Status=False
|
* Status=False
|
||||||
* Reason=ProgressDeadlineExceeded
|
* Reason=ProgressDeadlineExceeded
|
||||||
|
|
||||||
See the [Kubernetes API conventions](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/devel/api-conventions.md#typical-status-properties) for more information on status conditions.
|
See the [Kubernetes API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#typical-status-properties) for more information on status conditions.
|
||||||
|
|
||||||
Note that in version 1.5, Kubernetes will take no action on a stalled Deployment other than to report a status condition with
|
Note that in version 1.5, Kubernetes will take no action on a stalled Deployment other than to report a status condition with
|
||||||
`Reason=ProgressDeadlineExceeded`.
|
`Reason=ProgressDeadlineExceeded`.
|
||||||
@@ -725,7 +725,7 @@ As with all other Kubernetes configs, a Deployment needs `apiVersion`, `kind`, a
|
|||||||
`metadata` fields. For general information about working with config files,
|
`metadata` fields. For general information about working with config files,
|
||||||
see [deploying applications](/docs/user-guide/deploying-applications), [configuring containers](/docs/user-guide/configuring-containers), and [using kubectl to manage resources](/docs/user-guide/working-with-resources) documents.
|
see [deploying applications](/docs/user-guide/deploying-applications), [configuring containers](/docs/user-guide/configuring-containers), and [using kubectl to manage resources](/docs/user-guide/working-with-resources) documents.
|
||||||
|
|
||||||
A Deployment also needs a [`.spec` section](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel/api-conventions.md#spec-and-status).
|
A Deployment also needs a [`.spec` section](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status).
|
||||||
|
|
||||||
### Pod Template
|
### Pod Template
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user