Skip to content
  1. Aug 31, 2021
    • Olivier Lemasle's avatar
      Fix Calico's FelixConfiguration when "IP in IP" is disabled (#7926) · 497d2ca3
      Olivier Lemasle authored
      When using Calico with:
      
      - `calico_network_backend: vxlan`,
      - `calico_ipip_mode: "Never"`,
      - `calico_vxlan_mode: "Always"`,
      
      the `FelixConfiguration` object has `ipipEnabled: true`, when it should be false:
      
      This is caused by an error in the `| bool` conversion in the install task:
      when `calico_ipip_mode` is `Never`,
      `{{ calico_ipip_mode != 'Never' | bool }}` evaluates to `true`:
      497d2ca3
  2. Aug 30, 2021
  3. Aug 28, 2021
  4. Aug 25, 2021
  5. Aug 24, 2021
  6. Aug 23, 2021
  7. Aug 21, 2021
  8. Aug 20, 2021
  9. Aug 16, 2021
  10. Aug 12, 2021
  11. Aug 11, 2021
  12. Aug 09, 2021
  13. Jul 30, 2021
  14. Jul 23, 2021
    • AnatomicJC's avatar
      CRI-O: Install libseccomp2 from backports on Debian 10 (#7816) · 627a06e3
      AnatomicJC authored
      * CRI-O: Install libseccomp2 from backports on Debian 10
      
      libseccomp2 is a required dependency of cri-o-runc package
      
      The one provided in Debian 10 repositories is outdated
      
      * 7816: Remove useless when condition
      
      As this condition is handled by block
      627a06e3
  15. Jul 22, 2021
    • Kenichi Omichi's avatar
      Separate gvisor_download_url for runsc and shim (#7760) · 56e23086
      Kenichi Omichi authored
      To download necessary files in advance for offline deployment,
      we can see all file URLs with contrib/offline/generate_list.sh
      Most URLs are downloadable, but gvisor's one is not because the
      URL is a part of full URLs for gvisor.
      To download gvisor's files from the URLs directory, this separates
      into two URLs for runsc and the shim.
      56e23086
  16. Jul 21, 2021
  17. Jul 20, 2021
  18. Jul 17, 2021
  19. Jul 15, 2021
    • Fredrik Liv's avatar
      Add application credentials support for cinder (#7799) · 802fb8b5
      Fredrik Liv authored
      * csi-driver: Added possibility to use application credentials for cinder
      
      * external-cloud-controller: Added env vars for openstack application credentials
      802fb8b5
    • spaced's avatar
      add containerd on fedora CoreOS (#7794) · c2cf0d99
      spaced authored
      * set selinux type t_etc if selinux state is enforcing
      
      * workaround with update repo is no longer needed
      remove comments about failing playbook
      
      * grubby is not available in distros using ostree
      
      * remove docker support because removed in fcos
      update install script example with live rootfs
      
      * do not call grubby on ostree based distro
      
      * update docs enabling containerd on fedora coreos
      c2cf0d99
  20. Jul 13, 2021
Loading