File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ git clone https://github.com/junior/springboot-demo-k8s-mysql.git
4444cd springboot-demo-k8s-mysql/kubernetes
4545```
4646
47- ### Deploy MySQL 5.7
47+ ### Deploy MySQL 5.6
4848
4949#### Create PVC for MySQl on Oracle Cloud Infrastructure using CSI for Block Volume
5050
@@ -95,7 +95,7 @@ kubectl logs -l app=demoapp --follow
9595##### Connect to mysql
9696
9797``` shell
98- kubectl run -it --rm --image=mysql:5.7 --restart=Never mysql-client -- mysql DB -h mysql -pr00tDefaultPassword1!
98+ kubectl run -it --rm --image=mysql:6 --restart=Never mysql-client -- mysql DB -h mysql -pr00tDefaultPassword1!
9999```
100100
101101Press enter
Original file line number Diff line number Diff line change 1515 app : mysql
1616 spec :
1717 containers :
18- - image : mysql:5.7
18+ - image : mysql:5.6
1919 name : mysql
2020 env :
2121 - name : MYSQL_ROOT_PASSWORD
You can’t perform that action at this time.
0 commit comments