-
- Downloads
Handling docker clean up during docker upgrade and docker config changes. (#3321)
* Added changes to clean up orphan containers and reload docker & kubelet directories. * Added new files for cleaning up orphans and docker & kubelet directories * Added new lines at the end of these files * removed the trailing whitespaces from main.yml and clean-up.yml * Updated as per the review comments * Updated as per the review comments * Removed service_facts and package_facts because they are not supported in ansible 2.4.0 * Corrected yaml syntax errors * Removed the use of json_query filter and utilized selectattr * Removed trailing spaces * Changed the default value of docker_clean_up to false * Added Changes to only include cleanup-docker-orphans.sh * Reverted back changes done inside handler. * Removed trailing spaces and made default value of docker_orphan_clean_up as true * Reverted the default value of docker_orphan_clean_up as false * Made the docker clean up as drop in * Made the docker clean up as drop in * Reverted the value of boolean docker_orphan_clean_up to false
Showing
- roles/container-engine/docker/defaults/main.yml 3 additions, 0 deletionsroles/container-engine/docker/defaults/main.yml
- roles/container-engine/docker/files/cleanup-docker-orphans.sh 38 additions, 0 deletions...s/container-engine/docker/files/cleanup-docker-orphans.sh
- roles/container-engine/docker/tasks/systemd.yml 14 additions, 0 deletionsroles/container-engine/docker/tasks/systemd.yml
- roles/container-engine/docker/templates/docker-orphan-cleanup.conf.j2 2 additions, 0 deletions...ner-engine/docker/templates/docker-orphan-cleanup.conf.j2
Please register or sign in to comment