You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by cc...@apache.org on 2022/11/18 16:19:09 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1419] Fix documentation of admission controller default values (#213)

This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bd5fcf52 [YUNIKORN-1419] Fix documentation of admission controller default values (#213)
5bd5fcf52 is described below

commit 5bd5fcf5206cf105f11ada4c7070b34292b1576b
Author: Craig Condit <cc...@apache.org>
AuthorDate: Fri Nov 18 10:18:57 2022 -0600

    [YUNIKORN-1419] Fix documentation of admission controller default values (#213)
    
    Closes: #213
---
 docs/design/config_v2.md          | 2 +-
 docs/user_guide/service_config.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/design/config_v2.md b/docs/design/config_v2.md
index ed4e29c05..ae190bd4b 100644
--- a/docs/design/config_v2.md
+++ b/docs/design/config_v2.md
@@ -188,7 +188,7 @@ specified. Note that these values are subject to change in future releases.
       admissionController.filtering.noLabelNamespaces: ""
       admissionController.accessControl.bypassAuth: "false"
       admissionController.accessControl.trustControllers: "true"
-      admissionController.accessControl.systemUsers: "system:serviceaccount:kube-system:*"
+      admissionController.accessControl.systemUsers: "^system:serviceaccount:kube-system:"
       admissionController.accessControl.externalUsers: ""
       admissionController.accessControl.externalGroups: ""
       queues.yaml: |
diff --git a/docs/user_guide/service_config.md b/docs/user_guide/service_config.md
index 78ca71afd..a072ffc88 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -453,7 +453,7 @@ use the default values listed here:
       admissionController.filtering.noLabelNamespaces: ""
       admissionController.accessControl.bypassAuth: "false"
       admissionController.accessControl.trustControllers: "true"
-      admissionController.accessControl.systemUsers: "system:serviceaccount:kube-system:*"
+      admissionController.accessControl.systemUsers: "^system:serviceaccount:kube-system:"
       admissionController.accessControl.externalUsers: ""
       admissionController.accessControl.externalGroups: ""
       queues.yaml: |