From 5fa885b150200537ea0e86aba72913e48d83d9ba Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Thu, 8 Sep 2022 16:06:05 +0900 Subject: [PATCH] Remove unused cri_dockerd_enabled configuration (#9259) Since the commit fad296616c6a1c739703fb13b79899d0b2644e48 cri_dockerd_enabled has not been used. But the packet_ubuntu22-aio-docker.yml still contains the configuration and causes confusions. This removes the configuration for cleanup. --- tests/files/packet_ubuntu22-aio-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/files/packet_ubuntu22-aio-docker.yml b/tests/files/packet_ubuntu22-aio-docker.yml index c72ed7ffc..b78c6b0a4 100644 --- a/tests/files/packet_ubuntu22-aio-docker.yml +++ b/tests/files/packet_ubuntu22-aio-docker.yml @@ -15,4 +15,3 @@ enable_nodelocaldns: False container_manager: docker etcd_deployment_type: docker resolvconf_mode: docker_dns -cri_dockerd_enabled: true