Skip to content
  1. Jul 22, 2020
  2. Jul 20, 2020
  3. Jul 17, 2020
  4. Jul 16, 2020
  5. Jul 15, 2020
  6. Jul 13, 2020
  7. Jul 10, 2020
  8. Jul 07, 2020
  9. Jul 06, 2020
  10. Jul 04, 2020
  11. Jul 03, 2020
  12. Jul 02, 2020
  13. Jul 01, 2020
  14. Jun 30, 2020
  15. Jun 29, 2020
  16. Jun 26, 2020
    • Kenichi Omichi's avatar
      Add USE_REAL_HOSTNAME to inventory.py (#6293) · 56f389a9
      Kenichi Omichi authored
      inventory_builder creates hosts.yaml file with hostnames like "node1",
      "node2", etc. Even if specifying override_system_hostname=false, the
      output of "kubectl get nodes" shows those hostnames ("node1", etc.)
      without using actual hostnames.
      To solve this issue, this adds an option USE_REAL_HOSTNAME to get
      actual hostnames when creating hosts.yaml file instead of "node1", etc.
      56f389a9