Skip to content

Add service definition in config for Kubernetes executor

What does this MR do?

This MR adds k8s runner level services to the config toml as well as handling them at Pod prepare

Why was this MR needed?

This functionality is missing and was needed to reach parity with the docker executor.

Are there points in the code the reviewer needs to double check?

  • Test case in executor_kubernetes.go on lines 853-907 (not use to the GL golang testing structure)

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#4470 (closed)

Edited by Steve Xuereb

Merge request reports