Skip to content
  1. Feb 21, 2022
  2. Feb 19, 2022
  3. 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
  4. Feb 17, 2022
  5. Feb 16, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. Feb 09, 2022
  9. Feb 07, 2022
    • Byeonggon Lee's avatar
      5695c892
    • DenisKa's avatar
      Fixed mitogen.yml (#8508) · 696101a9
      DenisKa authored
      Fixed the problem when call ansible-playbook contrib/mitogen/mitogen.yml
      "The error was: 'dict object' has no attribute 'section'"
      
      What type of PR is this?
      
      /kind bug
      
      What this PR does / why we need it:
      
      Which issue(s) this PR fixes:
      
      Fixes #
      
      Special notes for your reviewer:
      
      Does this PR introduce a user-facing change?:
      696101a9
  10. Feb 05, 2022
  11. Feb 04, 2022
  12. Feb 02, 2022
  13. Feb 01, 2022
  14. Jan 31, 2022
Loading