Skip to content

Commit

Permalink
docs: add hostAliases config to configfile documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 5, 2022
1 parent d9c0caa commit 74c574c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/usage/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ registries: # define how registries should be created or used
"my.company.registry":
endpoint:
- http://my.company.registry:5000
hostAliases: # /etc/hosts style entries to be injected into /etc/hosts in the node containers and in the NodeHosts section in CoreDNS
- ip: 1.2.3.4
hostnames:
- my.host.local
- that.other.local
- ip: 1.1.1.1
hostnames:
- cloud.flare.dns
options:
k3d: # k3d runtime settings
wait: true # wait for cluster to be usable before returining; same as `--wait` (default: true)
Expand Down

0 comments on commit 74c574c

Please sign in to comment.