diff options
| author | Zach Loafman <zml@google.com> | 2016-06-14 09:01:53 -0700 |
|---|---|---|
| committer | Zach Loafman <zml@google.com> | 2016-06-14 09:01:53 -0700 |
| commit | 2b82ff20b1e72c28fa152a6651b35d827b6dbb03 (patch) | |
| tree | cfb2b89c89ae793ad2bce519c60a63f2b3481b80 /deploy.md | |
| parent | 40e5c9891b0ad6ab0b3111374c2ef76e29759d3c (diff) | |
Revert "Redo v1.4.0-alpha.0"
This reverts commit c7f1485e1b3491e98f102c30e7e342cb53dda818, reversing
changes made to 939ad4115a2a96f1e18758ec45b7d312bec65aa7.
Diffstat (limited to 'deploy.md')
| -rw-r--r-- | deploy.md | 36 |
1 files changed, 29 insertions, 7 deletions
@@ -1,5 +1,34 @@ <!-- BEGIN MUNGE: UNVERSIONED_WARNING --> +<!-- BEGIN STRIP_FOR_RELEASE --> + +<img src="http://kubernetes.io/img/warning.png" alt="WARNING" + width="25" height="25"> +<img src="http://kubernetes.io/img/warning.png" alt="WARNING" + width="25" height="25"> +<img src="http://kubernetes.io/img/warning.png" alt="WARNING" + width="25" height="25"> +<img src="http://kubernetes.io/img/warning.png" alt="WARNING" + width="25" height="25"> +<img src="http://kubernetes.io/img/warning.png" alt="WARNING" + width="25" height="25"> + +<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> + +If you are using a released version of Kubernetes, you should +refer to the docs that go with that version. + +<!-- TAG RELEASE_LINK, added by the munger automatically --> +<strong> +The latest release of this document can be found +[here](http://releases.k8s.io/release-1.2/docs/proposals/deploy.md). + +Documentation for other releases can be found at +[releases.k8s.io](http://releases.k8s.io). +</strong> +-- + +<!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> @@ -147,13 +176,6 @@ Users sometimes need to temporarily disable a deployment. See issue [#14516](htt The deployment could be marked as "permanently failed" for a given spec hash so that the system won't continue thrashing on a doomed deployment. The users can retry a failed deployment with `kubectl rollout retry`. See issue [#14519](https://github.com/kubernetes/kubernetes/issues/14519). - - -<!-- BEGIN MUNGE: IS_VERSIONED --> -<!-- TAG IS_VERSIONED --> -<!-- END MUNGE: IS_VERSIONED --> - - <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() <!-- END MUNGE: GENERATED_ANALYTICS --> |
