Skip to content
  1. Nov 18, 2022
  2. Nov 16, 2022
  3. Nov 08, 2022
  4. Oct 31, 2022
  5. Oct 21, 2022
  6. Oct 19, 2022
  7. Oct 12, 2022
  8. Oct 07, 2022
  9. Sep 24, 2022
  10. Sep 23, 2022
  11. Sep 21, 2022
  12. Sep 13, 2022
  13. Aug 29, 2022
  14. Aug 24, 2022
  15. 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
  16. Aug 22, 2022
  17. Aug 15, 2022
  18. Aug 04, 2022
  19. Aug 01, 2022
  20. 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
  21. Jul 05, 2022
  22. Jun 27, 2022
  23. Jun 23, 2022
  24. Jun 17, 2022
  25. Jun 16, 2022
  26. Jun 15, 2022
  27. Jun 14, 2022
  28. 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
  29. May 24, 2022
  30. May 09, 2022
  31. May 04, 2022
  32. 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
  33. Apr 06, 2022
Loading