Update the docs with the version numbers. Mark the kubernetes driver as subject 
to change.
Closes #666


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a313623d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a313623d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a313623d

Branch: refs/heads/trunk
Commit: a313623d56dc58920bc8940da723826f8b9b2ddd
Parents: 65bc1dd
Author: anthony-shaw <[email protected]>
Authored: Wed Jan 20 10:21:03 2016 +1100
Committer: anthony-shaw <[email protected]>
Committed: Wed Jan 20 14:43:14 2016 +1100

----------------------------------------------------------------------
 docs/container/drivers/kubernetes.rst | 5 +++++
 docs/container/index.rst              | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a313623d/docs/container/drivers/kubernetes.rst
----------------------------------------------------------------------
diff --git a/docs/container/drivers/kubernetes.rst 
b/docs/container/drivers/kubernetes.rst
index e0253bd..e1c77e9 100644
--- a/docs/container/drivers/kubernetes.rst
+++ b/docs/container/drivers/kubernetes.rst
@@ -1,6 +1,11 @@
 Kubernetes Documentation
 ========================
 
+.. note::
+
+    This Kubernetes driver will be subject to change from community feedback. 
How to map the core assets (pods, clusters) to API
+    entities will be subject to testing and further community feedback.
+
 Kubernetes is an open source orchestration system for Docker containers. It 
handles scheduling onto nodes in a compute cluster and actively manages 
workloads to ensure that their state matches the users declared intentions. 
Using the concepts of "labels" and "pods",
 it groups the containers which make up an application into logical units for 
easy management and discovery.
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a313623d/docs/container/index.rst
----------------------------------------------------------------------
diff --git a/docs/container/index.rst b/docs/container/index.rst
index 2b33b4a..f763e9d 100644
--- a/docs/container/index.rst
+++ b/docs/container/index.rst
@@ -3,7 +3,11 @@ Container
 
 .. note::
 
-    Container API is available in Libcloud 0.21.0 and higher.
+    Container API is available in Libcloud 1.0.0RC and higher.
+
+.. note::
+
+    Container API is currently in an EXPERIMENTAL state.
 
 Container API allows users to install and deploy containers onto container 
based virtualization platforms. This is designed to target both
 on-premise installations of software like Docker as well as interfacing with 
Cloud Service Providers that offer Container-as-a-Service APIs.

Reply via email to