-
Notifications
You must be signed in to change notification settings - Fork 153
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
Fix hostAliases to support multiple entries #164
Fix hostAliases to support multiple entries #164
Conversation
This is a breaking change and cannot be introduced like this. |
d8b0b16
to
11c303f
Compare
@pierluigilenoci bumped the version and added artifact nodes, also updated readme and added example in default values.yaml file. |
@saravanan30erd, your pipeline is failing. Please take a look. |
@saravanan30erd, can you please rebase your PR? |
@pierluigilenoci Looks like you already rebased it. If there is anything I need to do? |
@saravanan30erd I'm waiting for a second opinion from @desaintmartin because this is a breaking change and must be taken care of. |
Issue:
Current
hostAliases
implementation supports only one alias entry.It doesn't support to add two or more alias entries in /etc/hosts.
Refer: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases
We need flexibility to add multiple alias entries.