Hi all, need help on deploying mysql & kafka p...
# all-things-deployment
f
Hi all, need help on deploying mysql & kafka pod. While syncing my currently deployed pods with the latest version of datahub charts, Elasticsearch, Kafka, MySQL pods have been stuck in initializing status due to failedMount issue (related issue). To solve this, I manually deleted 2 pvcs attached to Kafka and MySQL and those 3 pods changed to running status. However, after few days until now, kafka and mySQL pods keep running and crashloopbackoff with below error msg. Is this issue happen because I deleted those pods' original pvc before? And could you advise how can I solve it? • MySQL
Copy code
Startup probe failed: command "/bin/bash -ec password_aux=\"${MYSQL_ROOT_PASSWORD:-}\"\nif [[ -f "${MYSQL_ROOT_PASSWORD_FILE:-}\" ]]; then\n    password_aux=$(cat "$MYSQL_ROOT_PASSWORD_FILE\")\nfi\nmysqladmin status -uroot -p\"${password_aux}\"\n" timed out                       

Startup probe failed: mysqladmin: [Warning] Using a password on the command line interface can be insecure.        

mysqladmin: connect to server at 'localhost' failed                                                                                                                        

error: 'Can't connect to local MySQL server through socket '/opt/bitnami/mysql/tmp/mysql.sock' (2)'                                                                        
Check that mysqld is running and that the socket: '/opt/bitnami/mysql/tmp/mysql.sock' exists!                                                                              

Back-off restarting failed container
• Kafka
Copy code
Readiness probe failed: dial tcp 10.10.186.172:9092: connect: connection refused
d
@dazzling-yak-93039 might be able to speak to this!
f
It works ok after I deleted the cluster and redeployed it from the scratch.