瀏覽代碼

Merge pull request #10612 from faust64/patch-2

Fix master paths check, while using Istio
OpenShift Merge Robot 6 年之前
父節點
當前提交
aea1a260e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/lib_utils/action_plugins/master_check_paths_in_config.py

+ 1 - 0
roles/lib_utils/action_plugins/master_check_paths_in_config.py

@@ -29,6 +29,7 @@ ITEMS_TO_POP = (
 MIGRATED_ITEMS = ", ".join([".".join(x) for x in ITEMS_TO_POP])
 
 ALLOWED_DIRS = (
+    '/dev/null',
     '/etc/origin/master/',
     '/var/lib/origin',
     '/etc/origin/cloudprovider',