First-time tutorials import from k/examples (#4353)
This imports the tutorials from kubernetes/examples repository for the first time. It adds "DO NOT UPDATE" notices and updates some titles. These tutorials will be maintained at k/examples repository. Also fixing a bug in the update script (we were inserting the `<!--` comments before the metadata section on the top, causing articles to render incorrectly). Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
committed by
Andrew Chen
parent
35cc32f87c
commit
8b687fcb12
@@ -1,10 +1,44 @@
|
||||
---
|
||||
title: "Example: WordPress and MySQL with Persistent Volumes"
|
||||
assignees:
|
||||
- ahmetb
|
||||
- jeffmendoza
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DO NOT UPDATE THIS FILE!
|
||||
|
||||
Submit a patch to https://github.com/kubernetes/examples and
|
||||
once it is merged, run ./update-imported-tutorials.sh to
|
||||
import it to the website.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
This example describes how to run a persistent installation of
|
||||
[WordPress](https://wordpress.org/) and
|
||||
[MySQL](https://www.mysql.com/) on Kubernetes. We'll use the
|
||||
@@ -366,4 +400,4 @@ kubectl delete pv wordpress-pv-1 wordpress-pv-2
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
<!-- END MUNGE: GENERATED_ANALYTICS -->
|
||||
<!-- END MUNGE: GENERATED_ANALYTICS -->
|
||||
Reference in New Issue
Block a user