• Claudiu Belu's avatar
    tests: agnhost image updates · 60e9fe79
    Claudiu Belu authored
    Adds the following subcommands to the agnhost binary:
    
    - dns-server-list: outputs the host's DNS server list with which it was
      configured with. This can be found in /etc/resolv.conf on Linux and
      through some powershell commands on Windows.
    - etc-hosts: outputs the host's hosts file. This can be found in /etc/hosts
      for Linux, and C:/Windows/System32/drivers/etc/hosts for Windows.
    - pause: pauses the binary's execution. This can be used to keep the Pod in
      a Running state for various reasons, including executing additional agnhost
      commands.
    
    Refactors bits of the code to avoid duplication.
    
    Adds a README for the agnhost image.
    60e9fe79
Name
Last commit
Last update
..
BUILD Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
agnhost.go Loading commit data...
common.go Loading commit data...
utils.go Loading commit data...
utils_windows.go Loading commit data...