Giter Site home page Giter Site logo

Comments (2)

jylenhof avatar jylenhof commented on September 17, 2024

Was able to fix this problem with following fixes :

jygcp_superadmin@cloudshell:~/mysql-demo (projectlinuxacademy-303708)$ diff -uNr mysql-deployment.yaml.NOTOK mysql-deployment.yaml
--- mysql-deployment.yaml.NOTOK 2021-03-24 19:00:45.321495561 +0000
+++ mysql-deployment.yaml       2021-03-25 09:19:03.022523355 +0000
@@ -18,6 +18,8 @@
         - image: mysql:5.6
           name: mysql
           env:
+            - name: MYSQL_DATABASE
+              value: wordpress
             - name: MYSQL_ROOT_PASSWORD
               valueFrom:
                 secretKeyRef:
jygcp_superadmin@cloudshell:~/mysql-demo

and

jygcp_superadmin@cloudshell:~/mysql-demo (projectlinuxacademy-303708)$ diff -uNr wordpress-deployment.yaml.NOTOK wordpress-deployment.yaml
--- wordpress-deployment.yaml.NOTOK     2021-03-24 19:01:04.766491721 +0000
+++ wordpress-deployment.yaml   2021-03-25 09:22:32.266348246 +0000
@@ -20,6 +20,10 @@
           env:
           - name: WORDPRESS_DB_HOST
             value: mysql:3306
+          - name: WORDPRESS_DB_NAME
+            value: wordpress
+          - name: WORDPRESS_DB_USER
+            value: root
           - name: WORDPRESS_DB_PASSWORD
             valueFrom:
               secretKeyRef:
jygcp_superadmin@cloudshell:~/mysql-demo (projectlinuxacademy-303708)$

from course_gke_beginner_to_pro.

rawteech avatar rawteech commented on September 17, 2024

Hi guys am also following this course. I still get this error even when I applied the fix.. not sure if am missing something else

from course_gke_beginner_to_pro.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.