2022-09-07 14:18:38 +08:00
|
|
|
From 0faebe9d8ff1ddcd3982b7bbd9f8d2078c3e5a29 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: zhangxiaoyu <zhangxiaoyu58@huawei.com>
|
|
|
|
|
Date: Tue, 6 Sep 2022 18:48:28 +0800
|
2022-09-18 19:04:26 -07:00
|
|
|
Subject: [PATCH 4/5] remove unused daemon config args
|
2022-09-07 14:18:38 +08:00
|
|
|
|
|
|
|
|
Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
|
|
|
|
|
---
|
|
|
|
|
src/json/schema/isulad-daemon-configs.json | 6 ------
|
|
|
|
|
1 file changed, 6 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/src/json/schema/isulad-daemon-configs.json b/src/json/schema/isulad-daemon-configs.json
|
|
|
|
|
index 1329ab0..1332a73 100644
|
|
|
|
|
--- a/src/json/schema/isulad-daemon-configs.json
|
|
|
|
|
+++ b/src/json/schema/isulad-daemon-configs.json
|
|
|
|
|
@@ -85,12 +85,6 @@
|
|
|
|
|
"pod-sandbox-image": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
- "image_service": {
|
|
|
|
|
- "type": "boolean"
|
|
|
|
|
- },
|
|
|
|
|
- "rootfsmntdir": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- },
|
|
|
|
|
"network-plugin": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
--
|
|
|
|
|
2.25.1
|
|
|
|
|
|