Skip to content
  1. May 11, 2022
  2. May 09, 2022
  3. May 06, 2022
  4. May 05, 2022
  5. May 03, 2022
  6. May 02, 2022
  7. Apr 29, 2022
  8. Apr 28, 2022
  9. Apr 18, 2022
  10. Apr 14, 2022
  11. Apr 08, 2022
    • Thomas Eberle's avatar
      Removed quotation of nerdctl_extra_flags. (#8695) · 00a4d2d3
      Thomas Eberle authored
      The quotations in the variable nerdctl_extra_flags are not required for the `nerdctl_image_pull_command` and throw the following error when executing the cluster-playbook with `container_insecure_registries` set:
              unknown flag: --insecure-registry\\\"
      This happens as the complete nerdctl_image_pull_command string variable gets split into an array string for the cmd task. The escaped quotation doesn't get escaped properly and is added to the cmd-string array as part of the command. This leads to a wrong written insecure-registry flag, which throws this error.
      00a4d2d3
    • Samuel Liu's avatar
      [calico] add calico apiserver (#8690) · 424ef3b3
      Samuel Liu authored
      * [calico] add calico apiserver
      
      * fix yamllint
      
      * remove addext argument
      
      * Configure API server with the CA bundle
      
      * add check kdd
      424ef3b3
  12. Apr 07, 2022
  13. Apr 06, 2022
  14. Apr 05, 2022
  15. Apr 04, 2022
  16. Apr 02, 2022
    • Kenichi Omichi's avatar
      Fix quotation of nerdctl_extra_flags (#8668) · 018611f8
      Kenichi Omichi authored
      Due to missing quotation of nerdctl_extra_flags, ansible-playbook was failed:
      
        Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/command.py
        Pipelining is enabled.
          [..]
          File "/usr/lib/python3.8/shlex.py", line 191, in read_token
            raise ValueError("No closing quotation")
      
      This fixes the issue.
      
      T-Eberle investigated the issue and found the solution.
      Thank you T-Eberle!
      018611f8
  17. Mar 28, 2022
  18. Mar 26, 2022
  19. Mar 17, 2022
  20. Mar 08, 2022
  21. Mar 07, 2022
  22. Mar 04, 2022
  23. Mar 03, 2022
    • Cristian Calin's avatar
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with... · bf7a506f
      Cristian Calin authored
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options (#8555)
      
      * [containerd] add checksums for 1.6.0
      
      * [containerd] promote 1.6.0 as the new default
      
      * [runc] promote 1.1.0 as the new default to allow arm deployments out of the box
      
      * [nerdctl] bump to 0.17.0 to align with containerd 1.6.0
      
      * [reset] allow crictl stopp and rmp commands to fail
      bf7a506f
  24. Feb 22, 2022
  25. Feb 21, 2022
Loading