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.
This commit is contained in:
Joseph Heck 2017-10-12 10:01:18 -07:00 committed by Steve Perry
parent 011d6b244b
commit 871c78708f
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}