Skip to content
  1. Oct 21, 2022
  2. Oct 19, 2022
  3. Oct 12, 2022
  4. Oct 07, 2022
  5. Sep 24, 2022
  6. Sep 23, 2022
  7. Sep 21, 2022
  8. Sep 13, 2022
  9. Aug 29, 2022
  10. Aug 24, 2022
  11. Aug 23, 2022
    • Pavel Chekin's avatar
      Fix containerd (<1.7) configuration for insecure registries (#9207) · 8f899a11
      Pavel Chekin authored
      For the following configuration
      
      ```
          containerd_insecure_registries:
            docker.io:
              - dockerhubcache.example.com
      ```
      
      the rendered /etc/containerd/config.toml contains
      
      ```
              [plugins."io.containerd.grpc.v1.cri".registry.configs."docker.io".tls]
                insecure_skip_verify = true
      ```
      
      but it needs to be
      
      ```
              [plugins."io.containerd.grpc.v1.cri".registry.configs."dockerhubcache.example.com".tls]
                insecure_skip_verify = true
      ```
      8f899a11
  12. Aug 22, 2022
  13. Aug 15, 2022
  14. Aug 04, 2022
  15. Aug 01, 2022
  16. Jul 19, 2022
    • pil57852's avatar
      9052 crio add dpkg hold (#9075) · 626ea64f
      pil57852 authored
      * Update main.yaml
      
      * remove version in dpkg_selection name
      
      * make lint happy
      
      * Fix typo
      
      * add comment / remove useless contition
      
      * remove dpkg hold in reset tasks
      626ea64f
  17. Jul 05, 2022
  18. Jun 27, 2022
  19. Jun 23, 2022
  20. Jun 17, 2022
  21. Jun 16, 2022
  22. Jun 15, 2022
  23. Jun 14, 2022
  24. Jun 09, 2022
    • Kenichi Omichi's avatar
      Replace callback_whitelist with callbacks_enabled (#8759) · 024a3ee5
      Kenichi Omichi authored
      When running molecule jobs, we saw the folloing warning message:
      
       [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
       to new standard, use callbacks_enabled instead. This feature will be removed
       from ansible-core in version 2.15. Deprecation warnings can be disabled by
       setting deprecation_warnings=False in ansible.cfg.
      
      callbacks_enabled has been added since Ansible 2.11 and Kubespray is using
      Ansible 2.12 at master branch. So we can use callbacks_enabled safely to
      avoid the warning message.
      024a3ee5
  25. May 24, 2022
  26. May 09, 2022
  27. May 04, 2022
  28. Apr 29, 2022
    • Chris Ricker's avatar
      Ensure containerd service unmasking (#8726) · 21fc197e
      Chris Ricker authored
      * Force containerd service unmasking
      
      Force systemd to unmask and start service when adding containerd service
      
      * Eliminate restart and move unmasking step
      
      Switch to start instead of restart
      Move unmasking to restart handler
      
      * Add unmasking to similar container runtimes
      
      * Add missing service names
      21fc197e
  29. Apr 06, 2022
  30. Apr 04, 2022
  31. Apr 01, 2022
  32. Mar 26, 2022
Loading