Skip to content

Commit f06b4bb

Browse files
authored
chore: update server & runtime dev readme doc (#792)
1 parent c202330 commit f06b4bb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

runtimes/nodejs/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@ Your-APPID: intercepted
5555
5656
```bash
5757
telepresence leave APPID-APPID
58-
```
58+
```
59+
60+
## Troubleshooting
61+
62+
- `telepresence helm install` failed for `arm64/Apple Chip` cluster:
63+
64+
```bash
65+
telepresence helm install --set image.name=pentusha/telepresence-ubuntu-multiarch --set image.registry=docker.io --set image.tag=2.10.4
66+
```

server/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ npm run watch
5757
```bash
5858
telepresence leave laf-server-laf-system
5959
```
60+
61+
## Troubleshooting
62+
63+
- `telepresence helm install` failed for `arm64/Apple Chip` cluster:
64+
65+
```bash
66+
telepresence helm install --set image.name=pentusha/telepresence-ubuntu-multiarch --set image.registry=docker.io --set image.tag=2.10.4
67+
```

0 commit comments

Comments
 (0)