Draft: POC for using runners to provision workspaces
Issue: Investigate Alternatives to Kubernetes for Work... (gitlab-org/gitlab#505764 - closed)
What does this MR do and why?
Draft: POC for using runners to provision workspaces
Related to gitlab-org/gitlab#505764 (closed)
How to test it
cd <to-the-agent-project>GOOS=linux GOARCH=amd64 go build ./cmd/agentkcd <to-this-project>cp <to-the-agent-project>/agentk agentkOS=linux PLATFORM=amd64 ENV=local make docker-build-and-publishdocker run -p 60001:60001 -e 'GL_TOOLS_DIR=/tmp/.gl-tools' --platform linux/amd64 -it --rm registry.gitlab.com/gitlab-org/workspaces/gitlab-workspaces-tools:latest /bin/bash./copy_tools.sh./init_tools.sh
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Edited by Chad Woolley