-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[installer] Add docs for workspace SSH access #8761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8761 +/- ##
==========================================
- Coverage 12.31% 11.17% -1.14%
==========================================
Files 20 18 -2
Lines 1161 993 -168
==========================================
- Hits 143 111 -32
+ Misses 1014 880 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
I've put a nit in there. Happy for you to merge as-is though if you want
290294e
to
e2f8330
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
# Installing Gitpod with SSH access to workspaces with the Gitpod Installer | ||
**_Needed by some desktop IDEs to connect to a workspace._** | ||
|
||
> **IMPORTANT:** This uses port 22 on your Kubernetes nodes. When enabled, this will prevent login to the cluster via SSH. If you wish to maintain SSH access to your cluster, please configure another SSH port on your nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact, only the use of hostPort (pod) and nodePort (services) will affect the SSH port of the host
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is enough for GKE/AKS/EKS which use loadbalancer, users who use loadbalancer do not need to modify the node ssh port
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Co-authored-by: Cornelius A. Ludmann <[email protected]>
57fac6a
to
2d84f8e
Compare
/unhold |
/unhold |
Description
This pull request adds docs on how to configure the Gitpod installer to enable the SSH gateway.
Related Issue(s)
Fixes #8493
Release Notes
Meta
/werft no-preview