We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9243e commit d439d81Copy full SHA for d439d81
components/ws-manager-bridge/BUILD.yaml
@@ -37,7 +37,12 @@ packages:
37
scripts:
38
- name: telepresence
39
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
45
telepresence --swap-deployment ws-manager-bridge \
46
--method inject-tcp \
- --run node --inspect ./dist/ee/src/index.js | \
- leeway run gitpod-core/components:dejson-log-output
47
+ --expose 18080:8080 \
48
+ --run yarn start-ee
0 commit comments