diff options
| author | Tim Hockin <thockin@google.com> | 2017-02-17 14:50:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-17 14:50:10 -0600 |
| commit | 96dd28871b62b72ccbf01f17a1e193d0b7162567 (patch) | |
| tree | 9b00fdb0f5b91c88b2b663d8559d5657ee856a0e | |
| parent | 4b155b9cc06c1b2284b01f4cef5e85d54e8a184f (diff) | |
remove UNVERSIONED_WARNING (#382)
| -rw-r--r-- | contributors/devel/kubelet-cri-networking.md | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/contributors/devel/kubelet-cri-networking.md b/contributors/devel/kubelet-cri-networking.md index 123a0cc4..1446e6d3 100644 --- a/contributors/devel/kubelet-cri-networking.md +++ b/contributors/devel/kubelet-cri-networking.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 --> - # Container Runtime Interface (CRI) Networking Specifications ## Introduction @@ -82,4 +53,4 @@ k8s networking requirements are satisfied. ## Related Issues * Kubelet network plugin for client/server container runtimes [#28667](https://github.com/kubernetes/kubernetes/issues/28667) -* CRI networking umbrella issue [#37316](https://github.com/kubernetes/kubernetes/issues/37316)
\ No newline at end of file +* CRI networking umbrella issue [#37316](https://github.com/kubernetes/kubernetes/issues/37316) |
