Skip to content

Commit 5e0b3c0

Browse files
Update README.md
1 parent 860bdcd commit 5e0b3c0

File tree

1 file changed

+5
-0
lines changed
  • 04-EKS-Storage-with-EBS-ElasticBlockStore/04-02-SC-PVC-ConfigMap-MySQL

1 file changed

+5
-0
lines changed

04-EKS-Storage-with-EBS-ElasticBlockStore/04-02-SC-PVC-ConfigMap-MySQL/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ kubectl get pods -l app=mysql
6767
# Connect to MYSQL Database
6868
kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h mysql -pdbpassword11
6969
70+
[or]
71+
72+
# Use mysql client latest tag
73+
kubectl run -it --rm --image=mysql:latest --restart=Never mysql-client -- mysql -h mysql -pdbpassword11
74+
7075
# Verify usermgmt schema got created which we provided in ConfigMap
7176
mysql> show schemas;
7277
```

0 commit comments

Comments
 (0)