Browse Source

Merge pull request #10612 from faust64/patch-2

Fix master paths check, while using Istio
OpenShift Merge Robot 6 năm trước cách đây
mục cha
commit
aea1a260e4

+ 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',