Commit 90b91828 authored by xhua's avatar xhua
Browse files

更新 openshift_hosts.j2

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -44,6 +44,7 @@ openshift_master_htpasswd_file=/tmp/htpasswd
openshift_docker_options="-l warn --ipv6=false --insecure-registry=0.0.0.0/0 --registry-mirror=https://docker.mirrors.ustc.edu.cn --log-opt max-size=1M --log-opt max-file=3"
openshift_disable_check=memory_availability,disk_availability,package_availability,package_update,docker_image_availability,docker_storage_driver,docker_storage
openshift_master_default_subdomain=apps.{{ HOSTNAME }}
openshift_logging_es_nodeselector='node-role.kubernetes.io/infra=true'
openshift_node_groups=[{'name': 'node-config-all-in-one', 'labels': ['node-role.kubernetes.io/master=true', 'node-role.kubernetes.io/infra=true', 'node-role.kubernetes.io/compute=true']}]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment