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
44
44
cd springboot-demo-k8s-mysql/kubernetes
45
45
```
46
46
47
- ### Deploy MySQL 5.7
47
+ ### Deploy MySQL 5.6
48
48
49
49
#### Create PVC for MySQl on Oracle Cloud Infrastructure using CSI for Block Volume
50
50
@@ -95,7 +95,7 @@ kubectl logs -l app=demoapp --follow
95
95
##### Connect to mysql
96
96
97
97
``` 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!
99
99
```
100
100
101
101
Press enter
Original file line number Diff line number Diff line change 15
15
app : mysql
16
16
spec :
17
17
containers :
18
- - image : mysql:5.7
18
+ - image : mysql:5.6
19
19
name : mysql
20
20
env :
21
21
- name : MYSQL_ROOT_PASSWORD
You can’t perform that action at this time.
0 commit comments