Skip to content

Draft: GDK integration branch for "Remote Development Integration Branches"

Chad Woolley requested to merge remote_dev into main

What does this merge request do and why?

This is the main MR/branch in the gitlab-development-kit project to reflect the architectural spike Category:Remote Development work.

See details in:

Included changes

Changes to GDK config to support Remote Development GA4K module.

Poll period configuration

  1. Allows you to override the agent.gitlab_k8s_agent.remote_dev_poll_period in gitlab-k8s-agent-config.yml via gdk.yml, without it being deleted by gdk reconfigure. Adds gitlab_k8s_agent.remote_dev_poll_period config entry (default 1s), controllable via the following gdk.yml setting.

gdk.yml:

gitlab_k8s_agent:
  remote_dev_poll_period: 2s

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Chad Woolley

Merge request reports

Loading