diff options
| author | Tim Hockin <thockin@google.com> | 2016-11-02 14:21:40 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2016-11-02 14:21:40 -0700 |
| commit | 1c6f40b6a2cdcfcd637262f0771bdc7eb01bb77a (patch) | |
| tree | 4db2362f5ad62460fb4e45f43369470dc42ee1c6 | |
| parent | 6cd1f8b4d2ff594d9e7faf2c47cb3cdc14d5ffab (diff) | |
Remove a few versioned-warnings that snuck in
| -rw-r--r-- | stateful-apps.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/stateful-apps.md b/stateful-apps.md index 0fc97593..c5196f2a 100644 --- a/stateful-apps.md +++ b/stateful-apps.md @@ -1,32 +1,3 @@ -<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> - -<!-- BEGIN STRIP_FOR_RELEASE --> - -<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING" - width="25" height="25"> -<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING" - width="25" height="25"> -<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING" - width="25" height="25"> -<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING" - width="25" height="25"> -<img src="http://kubernetes.io/kubernetes/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. - -Documentation for other releases can be found at -[releases.k8s.io](http://releases.k8s.io). -</strong> --- - -<!-- END STRIP_FOR_RELEASE --> - -<!-- END MUNGE: UNVERSIONED_WARNING --> - # StatefulSets: Running pods which need strong identity and storage ## Motivation |
