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: docs/setup/config.md
+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
@@ -180,9 +180,9 @@ Verify the configurations before running `edgecore`
180
180
getconf LONG_BIT
181
181
```
182
182
183
-
+ `kubeedge/pause-arm:3.1`for arm arch
184
-
+ `kubeedge/pause-arm64:3.1`for arm64 arch
185
-
+ `kubeedge/pause:3.1`for x86 arch
183
+
+ `kubeedge/pause-arm:3.x`for arm arch
184
+
+ `kubeedge/pause-arm64:3.x`for arm64 arch
185
+
+ `kubeedge/pause:3.x`for x86 arch
186
186
187
187
2. Before KubeEdge v1.3: check whether the cert files for`modules.edgehub.tlsCaFile` and `modules.edgehub.tlsCertFile` and `modules.edgehub.tlsPrivateKeyFile` exists. If those files not exist, you need to copy them from cloud side.
188
188
@@ -219,7 +219,7 @@ Verify the configurations before running `edgecore`
219
219
7. Configure the token.
220
220
221
221
```shell
222
-
kubectl get secret tokensecret -n kubeedge -oyaml
222
+
kubectl get secret tokensecret -n kubeedge -o yaml
Copy file name to clipboardExpand all lines: docs/setup/install-with-binary.md
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ There're two ways to download `cloudcore` binary.
31
31
32
32
- Download from github release.
33
33
34
-
Now KubeEdge github officially holds three arch releases: amd64, arm, arm64. Please download the right package according to your platform.
34
+
Now KubeEdge github officially holds three arch releases: amd64, arm, arm64. Please download the right package with correct release binary version (e.g v1.12.0) according to your platform.
@@ -69,7 +69,7 @@ There're three ways to download a `edgecore` binary.
69
69
70
70
- Download from github release.
71
71
72
-
Now KubeEdge github officially holds three arch releases: amd64, arm, arm64. Please download the right arch package according to your platform.
72
+
Now KubeEdge github officially holds three arch releases: amd64, arm, arm64. Please download the right arch package correct release binary version (e.g v1.12.0) according to your platform.
0 commit comments