Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hostAliases support in Deployment plugin #50

Open
vaslabs opened this issue Jan 15, 2020 · 0 comments
Open

Add hostAliases support in Deployment plugin #50

vaslabs opened this issue Jan 15, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@vaslabs
Copy link
Owner

vaslabs commented Jan 15, 2020

Goes in the template spec

hostAliases:
  - ip: "127.0.0.1"
    hostnames:
    - "foo.local"
    - "bar.local"
  - ip: "10.1.2.3"
    hostnames:
    - "foo.remote"
    - "bar.remote"

which is equivalent to the pod spec
https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/

@vaslabs vaslabs added enhancement New feature or request good first issue Good for newcomers labels Jan 15, 2020
@vaslabs vaslabs added this to the v0.4 milestone Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant