mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	Better scary message
This commit is contained in:
		| @@ -16,28 +16,40 @@ limitations under the License. | ||||
|  | ||||
| package main | ||||
|  | ||||
| import "fmt" | ||||
|  | ||||
| const unversionedWarningTag = "UNVERSIONED_WARNING" | ||||
|  | ||||
| var beginUnversionedWarning = beginMungeTag(unversionedWarningTag) | ||||
| var endUnversionedWarning = endMungeTag(unversionedWarningTag) | ||||
|  | ||||
| const unversionedWarning = ` | ||||
| const unversionedWarningFmt = ` | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/%s). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
| ` | ||||
| @@ -52,5 +64,5 @@ func updateUnversionedWarning(file string, markdown []byte) ([]byte, error) { | ||||
| 	if !hasMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning) { | ||||
| 		lines = append([]string{beginUnversionedWarning, endUnversionedWarning}, lines...) | ||||
| 	} | ||||
| 	return updateMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning, unversionedWarning) | ||||
| 	return updateMacroBlock(lines, beginUnversionedWarning, endUnversionedWarning, fmt.Sprintf(unversionedWarningFmt, file)) | ||||
| } | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/accessing-the-api.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/admission-controllers.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/authentication.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/authorization.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/cluster-large.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/cluster-management.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/cluster-troubleshooting.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/dns.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/high-availability.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/multi-cluster.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/namespaces.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/networking.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/node.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/ovs-networking.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/resource-quota.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/salt.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/admin/service-accounts-admin.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
							
								
								
									
										32
									
								
								docs/api.md
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								docs/api.md
									
									
									
									
									
								
							| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/api.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/access.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/admission_control.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/admission_control_limit_range.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/admission_control_resource_quota.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/architecture.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/clustering.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/clustering/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/command_execution_port_forwarding.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/event_compression.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/expansion.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/identifiers.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/namespaces.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/networking.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/persistent-storage.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/principles.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/resources.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/secrets.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/security.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/security_context.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/service_accounts.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/simple-rolling-update.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/design/versioning.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/api-conventions.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/api_changes.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/cherry-picks.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/cli-roadmap.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/client-libraries.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/coding-conventions.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/collab.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/developer-guides/vagrant.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/development.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/faster_reviews.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/flaky-tests.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/getting-builds.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/instrumentation.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/issues.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/logging.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/making-release-notes.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/profiling.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/pull-requests.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/releasing.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/scheduler.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/scheduler_algorithm.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/devel/writing-a-getting-started-guide.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws-coreos.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/aws/kubectl.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/azure.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/binary_release.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/centos/centos_manual_config.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/cloudstack.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/azure/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/bare_metal_offline.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos/coreos_multinode_cluster.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/master.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/testing.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker-multinode/worker.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/docker.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/fedora_ansible_config.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/fedora_manual_config.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/fedora/flannel_multi_node_cluster.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/gce.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/juju.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/libvirt-coreos.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/locally.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/logging-elasticsearch.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/logging.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/mesos.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/ovirt.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/rackspace.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/rkt/README.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/scratch.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/ubuntu.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
| @@ -2,20 +2,30 @@ | ||||
|  | ||||
| <!-- 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"> | ||||
|  | ||||
| <h1>PLEASE NOTE: This document applies to the HEAD of the source | ||||
| tree only. If you are using a released version of Kubernetes, you almost | ||||
| certainly want the docs that go with that version.</h1> | ||||
| <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2> | ||||
|  | ||||
| <strong>Documentation for specific releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io).</strong> | ||||
| If you are using a released version of Kubernetes, you should | ||||
| refer to the docs that go with that version. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| <strong> | ||||
| The latest 1.0.x release of this document can be found | ||||
| [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/vagrant.md). | ||||
|  | ||||
| Documentation for other releases can be found at | ||||
| [releases.k8s.io](http://releases.k8s.io). | ||||
| </strong> | ||||
| -- | ||||
|  | ||||
| <!-- END STRIP_FOR_RELEASE --> | ||||
|  | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 Tim Hockin
					Tim Hockin