Skip to content

Commit d439d81

Browse files
committed
[bridge] Make telepresence work again
1 parent 3e9243e commit d439d81

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

components/ws-manager-bridge/BUILD.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ packages:
3737
scripts:
3838
- name: telepresence
3939
script: |-
40+
# next line ensures telepresence can handle the UID restriction in the bridge deployment
41+
# links:
42+
# - PR: https://github.com/telepresenceio/telepresence/pull/1323/files
43+
# - comment mentioning this solution: https://github.com/telepresenceio/telepresence/issues/1309#issuecomment-615312753
44+
export TELEPRESENCE_USE_OCP_IMAGE=1
4045
telepresence --swap-deployment ws-manager-bridge \
4146
--method inject-tcp \
42-
--run node --inspect ./dist/ee/src/index.js | \
43-
leeway run gitpod-core/components:dejson-log-output
47+
--expose 18080:8080 \
48+
--run yarn start-ee

0 commit comments

Comments
 (0)