Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

host-aliasing.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

Host aliasing

You can specify additional hosts for Waldur containers in the same manner as the /etc/hosts file using host aliasing. To create aliases, a user needs to modify the hostAliases variable in waldur/values.yaml file. Example:

hostAliases:
  - ip: "1.2.3.4"
    hostnames:
      - "my.host.example.com"

This will add a record for my.host.example.com to the /etc/hosts file of all the Waldur containers