From e65995cd322b2a960d707f5593ff57872dae7ac9 Mon Sep 17 00:00:00 2001 From: Camilo Sampedro Date: Fri, 12 Oct 2018 12:55:30 +0900 Subject: [PATCH] Notes on mySql example mySql example was not running without the persistent disk nor the secret called as it should. --- examples/mySql/README.md | 2 ++ examples/mySql/secret.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/mySql/README.md b/examples/mySql/README.md index da5c556ef..021d57be8 100644 --- a/examples/mySql/README.md +++ b/examples/mySql/README.md @@ -181,6 +181,8 @@ patchesStrategicMerge: EOF ``` +A `mysql-persistent-storage` persistent disk needs to exist for it to run successfully. + Lets break this down: - In the first step, we created a YAML file named diff --git a/examples/mySql/secret.yaml b/examples/mySql/secret.yaml index 935f2305e..c3108ba88 100644 --- a/examples/mySql/secret.yaml +++ b/examples/mySql/secret.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Secret metadata: creationTimestamp: null - name: mysql-pass-d2gtcm2t2k + name: mysql-pass type: Opaque data: # Default password is "admin".