Skip to content
  1. Mar 04, 2022
  2. Mar 03, 2022
  3. Mar 02, 2022
  4. Feb 28, 2022
  5. Feb 26, 2022
  6. Feb 25, 2022
  7. Feb 24, 2022
  8. Feb 23, 2022
  9. Feb 22, 2022
  10. Feb 21, 2022
  11. Feb 19, 2022
  12. Feb 18, 2022
    • Sander Klein's avatar
      This fixes the etcd node removal. (#8526) · 9af719bf
      Sander Klein authored
      Since we are already on an etcd node while executing the commands, there 
      is no need to find out an etcd IP because it is on localhost.
      9af719bf
    • Vitaliy D's avatar
      Configure Etcd container_manager explicitly (#8521) · 9e020b25
      Vitaliy D authored
      * Configure Etcd container_manager explicitly
      
      * Add explanation for the Etcd container_manager variable
      
      * Remove redundant space in etcd vars
      9e020b25
    • Kenichi Omichi's avatar
      Fix print_hostnames of inventory.py (#8554) · cc45e365
      Kenichi Omichi authored
      When trying to run print_hostnames of inventory.py, it outputs the following
      error:
      
       $ CONFIG_FILE=./test-hosts.yaml python3 ./inventory.py print_hostnames
       Traceback (most recent call last):
         File "./inventory.py", line 472, in <module>
           sys.exit(main())
         File "./inventory.py", line 467, in main
           KubesprayInventory(argv, CONFIG_FILE)
         File "./inventory.py", line 92, in __init__
           self.parse_command(changed_hosts[0], changed_hosts[1:])
         File "./inventory.py", line 415, in parse_command
           self.print_hostnames()
         File "./inventory.py", line 455, in print_hostnames
           print(' '.join(self.yaml_config['all']['hosts'].keys()))
       KeyError: 'all'
      
      because it is missed to load a hosts config file before printing hostnames.
      This fixes the issue.
      cc45e365
  13. Feb 17, 2022
  14. Feb 16, 2022
  15. Feb 15, 2022
  16. Feb 14, 2022
  17. Feb 09, 2022
Loading