mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #10896 from thockin/docs-versioning-2
Make READMEs even more obviously versioned.
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
# Examples
|
||||
# Kubernetes Examples: HEAD
|
||||
|
||||
This directory contains a number of different examples of how to run applications with Kubernetes.
|
||||
<!-- BEGIN STRIP_FOR_RELEASE -->
|
||||
|
||||
**Note**
|
||||
This documentation is current for HEAD.
|
||||
<h1>*** PLEASE NOTE: These examples apply to the HEAD of the source
|
||||
tree only. If you are using a released version of Kubernetes, you almost
|
||||
certainly want the examples that go with that version.</h1>
|
||||
|
||||
Examples for previous releases is available in their respective branches:
|
||||
* [v0.19.0](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/release-0.19.0/examples)
|
||||
* [v0.18.1](https://github.com/GoogleCloudPlatform/kubernetes/tree/release-0.18/examples)
|
||||
* [v0.17.1](https://github.com/GoogleCloudPlatform/kubernetes/tree/release-0.17/examples)
|
||||
<strong>Examples for specific releases can be found at
|
||||
[releases.k8s.io](http://releases.k8s.io).</strong>
|
||||
|
||||
<!-- END STRIP_FOR_RELEASE -->
|
||||
|
||||
##
|
||||
|
||||
This directory contains a number of different examples of how to run
|
||||
applications with Kubernetes.
|
||||
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user