Skip to content
Snippets Groups Projects
Commit a49b6d7c authored by Ashraf Khamis's avatar Ashraf Khamis
Browse files

Update the workspaces docs

parent 8751f3bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -133,14 +133,14 @@ To configure your workspace to use the user namespaces feature in Kubernetes:
 
Prerequisites:
 
- SSH access must be enabled for the images specified in your [`devfile`](index.md#devfile).
- SSH access must be enabled for the images specified in your [devfile](index.md#devfile).
For more information, see [update your workspace container image](#update-your-workspace-container-image).
- A TCP load balancer must be configured that points to the GitLab workspaces proxy.
- A TCP load balancer that points to the GitLab workspaces proxy must be configured.
For more information, see [update your DNS records](set_up_workspaces_proxy.md#update-your-dns-records).
 
To connect to a workspace with an SSH client:
 
1. Get your `gitlab-workspaces-proxy-ssh` service external IP address:
1. Get the external IP address of your `gitlab-workspaces-proxy-ssh`:
 
```shell
kubectl -n gitlab-workspaces get service gitlab-workspaces-proxy-ssh
Loading
Loading
Loading
Loading
@@ -7,8 +7,9 @@ description: "Set up the GitLab agent to create and manage workspaces in a proje
 
# Tutorial: Set up the GitLab agent for workspaces
 
This tutorial shows you how to set up the GitLab agent so users
can create and manage workspaces in a project. For this tutorial, the following hierarchy is used:
This tutorial shows you how to set up the GitLab agent for workspaces
so users can create and manage workspaces in a project.
For this tutorial, the following hierarchy is used:
 
```mermaid
%%{init: {'theme':'neutral'}}%%
Loading
Loading
@@ -30,7 +31,7 @@ graph TD;
class workspaceProject active;
```
 
To set up the GitLab agent, you're going to:
To set up the GitLab agent for workspaces, you're going to:
 
1. [Configure the `remote_development` module in the agent project](#configure-the-remote_development-module-in-the-agent-project).
1. [Allow the GitLab agent in a group](#allow-the-gitlab-agent-in-a-group).
Loading
Loading
@@ -38,7 +39,6 @@ To set up the GitLab agent, you're going to:
 
## Prerequisites
 
- GitLab agent must be [installed](../clusters/agent/install/index.md) and [configured](gitlab_agent_configuration.md).
- You must [set up workspace infrastructure](configuration.md#set-up-workspace-infrastructure).
- You must have administrator access to the instance or the Owner role for the group.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment