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:
parent
011d6b244b
commit
871c78708f
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue