From 871c78708f89bd9ffced25b8612d0c0c68ca0616 Mon Sep 17 00:00:00 2001 From: Joseph Heck Date: Thu, 12 Oct 2017 10:01:18 -0700 Subject: [PATCH] note about version specific tutorial example (#5875) found while attempting to reproduce the issue reported in bug https://github.com/kubernetes/kubernetes.github.io/issues/5663. This does not resolve that issue, but is worth mentioning in case others run into the same conflicts. --- .../stateful-application/mysql-wordpress-persistent-volume.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index 6a0789ee8c..cc95dc5dc1 100644 --- a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -12,6 +12,9 @@ A [PersistentVolume](/docs/concepts/storage/persistent-volumes/) (PV) is a piece **Warning:** This deployment is not suitable for production use cases, as it uses single instance WordPress and MySQL Pods. Consider using [WordPress Helm Chart](https://github.com/kubernetes/charts/tree/master/stable/wordpress) to deploy WordPress in production. {: .warning} +**Note:** The files provided in this tutorial are using beta Deployment APIs and are specific to kubernetes version 1.8. If you wish to use this tutorial with an earlier version of Kubernetes, please update the beta API appropriately, or reference earlier versions of this tutorial. +{: .note} + {% endcapture %} {% capture objectives %}