You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/master/4.6.1.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Download the latest docker_library code.
18
18
Enter the single-node directory
19
19
```
20
20
[root@k8s-master ~]# cd docker_library/k8s-cluster/single
21
-
[root@k8s-master single]# vim statefulset.yaml #Modify the PVC information and database password in the StatefulSet according to your personal environment.
21
+
[root@k8s-master single]# vim statefulset.yaml #Update the PVC information and database password in the StatefulSet to match your actual environment.
22
22
```
23
23
24
24
Use statefulset.yaml to create a single-node pod.
@@ -50,7 +50,7 @@ NAME READY AGE
50
50
statefulset.apps/ivorysql 1/1 2m39s
51
51
```
52
52
53
-
Connect to IvorySQL's PostgreSQL Port Using psql
53
+
Connect to IvorySQL via its PostgreSQL port using the psql
0 commit comments