Skip to content
  1. Jan 26, 2022
  2. Jan 25, 2022
  3. Jan 24, 2022
  4. Jan 22, 2022
  5. Jan 20, 2022
  6. Jan 17, 2022
  7. Jan 16, 2022
  8. Jan 14, 2022
  9. Jan 13, 2022
  10. Jan 11, 2022
  11. Jan 10, 2022
  12. Jan 09, 2022
    • Kenichi Omichi's avatar
      Fix risky-file-permissions (#8370) · f80fd24a
      Kenichi Omichi authored
      When running ansible-lint directly, we can see a lot of warning
      message like
      
        risky-file-permissions File permissions unset or incorrect
      
      This fixes the warning messages.
      f80fd24a
    • Kenichi Omichi's avatar
      Move containerd_version to defaults/main.yml (#8379) · 51bd9bee
      Kenichi Omichi authored
      All container image versions were defined in download/defaults/main.yml
      except containerd.
      The inconsistency caused the offline script(generate_list.sh) could not
      output the URL of containerd image.
      This moves the definition into a valid file.
      In addition, this adds host_os to generate_list.sh for downloading
      krew from a valid URL.
      51bd9bee
  13. Jan 08, 2022
  14. Jan 07, 2022
  15. Jan 06, 2022
  16. Jan 05, 2022
    • Bart Sloeserwij's avatar
      Update configuration of registries in cri-o (#7852) · 59f62473
      Bart Sloeserwij authored
      * Update configuration of registries in cri-o
      
      * Update docs to match new registry configuration
      59f62473
    • Choi Yongbeom's avatar
      Update config.toml.j2 (#8340) · dda557ed
      Choi Yongbeom authored
      * Update config.toml.j2
      
      i think this commit code is not completed works
      
      exam registry address : a.com:5000
      
      insecure registry must be http://a.com:5000
      
      but this code add insecure a.com:5000 (without http://)
      
      If there is no http, containerd accesses with https even if insecure_skip_verify = true
      
      solution is code edit
      
      * Update config.toml.j2
      
      * Update containerd.yml
      
      * Update containerd.yml
      
      * Update containerd.yml
      
      * Update config.toml.j2
      dda557ed
    • Max Gautier's avatar
      Use a variable for standardizing kubectl invocation (#8329) · cb54eb40
      Max Gautier authored
      * Add kubectl variable
      
      * Replace kubectl usage by kubectl variable in roles
      
      * Remove redundant --kubeconfig on kubectl usage
      
      * Replace unecessary shell usage with command
      cb54eb40
Loading