|
@@ -58,12 +58,19 @@ deployment_type=openshift-enterprise
|
|
# See: https://docs.openshift.com/enterprise/latest/install_config/aggregate_logging.html
|
|
# See: https://docs.openshift.com/enterprise/latest/install_config/aggregate_logging.html
|
|
#openshift_master_logging_public_url=https://kibana.example.com
|
|
#openshift_master_logging_public_url=https://kibana.example.com
|
|
|
|
|
|
|
|
+# Docker Configuration
|
|
# Add additional, insecure, and blocked registries to global docker configuration
|
|
# Add additional, insecure, and blocked registries to global docker configuration
|
|
# For enterprise deployment types we ensure that registry.access.redhat.com is
|
|
# For enterprise deployment types we ensure that registry.access.redhat.com is
|
|
# included if you do not include it
|
|
# included if you do not include it
|
|
#cli_docker_additional_registries=registry.example.com
|
|
#cli_docker_additional_registries=registry.example.com
|
|
#cli_docker_insecure_registries=registry.example.com
|
|
#cli_docker_insecure_registries=registry.example.com
|
|
#cli_docker_blocked_registries=registry.hacker.com
|
|
#cli_docker_blocked_registries=registry.hacker.com
|
|
|
|
+# Items added, as is, to end of /etc/sysconfig/docker OPTIONS
|
|
|
|
+#openshift_docker_options="-l warn --ipv6=false"
|
|
|
|
+# Deprecated methods to set --log-driver and --log-opts flags, use openshift_docker_options instead
|
|
|
|
+#cli_docker_log_driver=json
|
|
|
|
+#cli_docker_log_options="tag=mailer"
|
|
|
|
+
|
|
|
|
|
|
# Alternate image format string. If you're not modifying the format string and
|
|
# Alternate image format string. If you're not modifying the format string and
|
|
# only need to inject your own registry you may want to consider
|
|
# only need to inject your own registry you may want to consider
|