summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-22 04:10:01 -0400
committerGitHub <noreply@github.com>2017-06-22 04:10:01 -0400
commitd1e87cea86851e7f2c89889761503cf271075df5 (patch)
treec0acd306752acf4a377a0dc7efb35fb6807dc56e /inventory
parent44dfe8867150d8fed01e08d02bdf4e5692f3b078 (diff)
parentc140a54ed6743e345d38d34e3771def29970ea3d (diff)
downloadopenshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.gz
openshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.bz2
openshift-d1e87cea86851e7f2c89889761503cf271075df5.tar.xz
openshift-d1e87cea86851e7f2c89889761503cf271075df5.zip
Merge pull request #4516 from kwoodson/limit_refs
Merged by openshift-bot
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example3
-rw-r--r--inventory/byo/hosts.ose.example3
2 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index d90edd37d..b38c6e6b6 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -826,6 +826,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Controls validity for etcd CA, peer, server and client certificates.
#
#etcd_ca_default_days=1825
+#
+# ServiceAccountConfig:LimitSecretRefences rejects pods that reference secrets their service accounts do not reference
+# openshift_master_saconfig_limitsecretreferences=false
# Upgrade Control
#
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 130719195..e5e9c7342 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -822,6 +822,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Controls validity for etcd CA, peer, server and client certificates.
#
#etcd_ca_default_days=1825
+#
+# ServiceAccountConfig:LimitSecretRefences rejects pods that reference secrets their service accounts do not reference
+# openshift_master_saconfig_limitsecretreferences=false
# Upgrade Control
#