Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • gitlab-runner gitlab-runner
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 972
    • Issues 972
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar

Do not update/delete: Banner broadcast message test data

Do not update/delete: Notification broadcast message test data

  • GitLab.orgGitLab.org
  • gitlab-runnergitlab-runner
  • Issues
  • #2742
Closed
Open
Issue created Sep 07, 2017 by Alessio Caiazza@nolithMaintainer

Kubernetes executor should expose services via HostAliases

Description

Job services are always exposed on localhost instead of service name (or alias) when running on k8s.

Moving a working job definition form a docker executor to a k8s executor will likely fail if services are involved.

Proposal

If running on k8s >= 1.7 we should create Pods with HostAliases pointing each defined service to 127.0.0.1.

Links to related issues and merge requests / references

Adding entries to Pod /etc/hosts with HostAliases

https://gitlab.com/gitlab-org/gitlab-ce/issues/34419

Assignee
Assign to
Time tracking