Skip to content
Snippets Groups Projects
  1. Dec 30, 2022
    • Shelming.Song's avatar
      optimize cgroups settings for node reserved (#9209) · 1c4db613
      Shelming.Song authored
      * optimize cgroups settings for node reserved
      
      * fix
      
      * set cgroup slice for multi container engine
      
      * set cgroup slice for crio
      
      * add reserved cgroups variables to sample files
      
      * Compatible with cgroup path for different container managers
      
      * add cgroups doc
      
      * fix markdown
      1c4db613
  2. Jan 14, 2021
  3. May 13, 2020
  4. Apr 14, 2020
  5. Apr 08, 2020
  6. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
  7. Feb 07, 2020
  8. Apr 29, 2019
  9. Jan 23, 2019
  10. Jan 22, 2019
  11. Dec 27, 2018
  12. Oct 17, 2018
  13. Oct 10, 2018
  14. Apr 26, 2018
  15. Apr 23, 2018
  16. Apr 11, 2018
  17. Mar 12, 2018
  18. Feb 21, 2018
  19. Feb 20, 2018
  20. Dec 19, 2017
  21. Dec 08, 2017
  22. Aug 11, 2017
  23. Aug 10, 2017
  24. Jan 06, 2017
  25. Dec 28, 2016
  26. Dec 09, 2016
  27. Dec 03, 2016
  28. Aug 02, 2016
    • Matthew Mosesohn's avatar
      Move docker systemd unit creation to docker role · e8a1c7a5
      Matthew Mosesohn authored
      Creating the unit using default settings early on
      and then changing it during network_plugin section
      leads to too many docker restarts and duplicated code.
      
      Reversed Wants= dependence on docker.service so it does not
      restart docker when reloading systemd
      
      Consolidated all docker restart handlers.
      e8a1c7a5
    • Bogdan Dobrelya's avatar
      Rework systemd service units · 2af71f31
      Bogdan Dobrelya authored
      
      * Add for docker system units:
          ExecReload=/bin/kill -s HUP $MAINPID
          Delegate=yes
          KillMode=process.
      * Add missed DOCKER_OPTIONS for calico/weave docker systemd unit.
      * Change Requires= to a less strict and non-faily Wants=, add missing
        Wants= for After=.
      * Align wants/after in a wat if Wants=foo, After= has foo as well.
      * Make wants/after docker.service to ask for the docker.socket as well.
      * Move "docker rm -f" commands from ExecStartPre= to ExecStopPost=.
        hooks to ensure non-destructive start attempts issued by Wants=.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      2af71f31
  29. Jun 22, 2016
  30. Feb 09, 2016
  31. Jan 31, 2016
    • Greg Althaus's avatar
      Update docker for CentOS issues in AWS and general · 6163fe16
      Greg Althaus authored
      variables.
      
      1. AWS has issues with ext4 (use xfs instead for CentOS only)
      2. Make sure all the centos config files are include in the systemd config
      3. Make sure that network options are set in the correct file by os family
      
      This allows downstream items like opencontrail and others change variables
      in expected locations.
      6163fe16
  32. Jan 15, 2016
Loading