Skip to content

Update kubernetes vendor to 1.10

Chris Hoffman requested to merge VertivSRE/gitlab-runner:k8s-deps-update into master

What does this MR do?

Update dependency version of kubernetes executor to 1.10

Why was this MR needed?

Capabilities of the Pod resource created by the runner are not available in the older dependency. An example feature is node tolerations.

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

There are conflicts in a couple dependencies shared by kubernetes and gitlab-runner. To get past this I had to set the override to the sha used by kubernetes.

They were

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Alessio Caiazza

Merge request reports