Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
OpenshiftOneClick
Commits
90b91828
Commit
90b91828
authored
6 years ago
by
xhua
Browse files
Options
Download
Email Patches
Plain Diff
更新 openshift_hosts.j2
parent
33954768
3.11
3.11-beta
v3.11
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/openshift_hosts.j2
+1
-0
templates/openshift_hosts.j2
with
1 addition
and
0 deletions
+1
-0
templates/openshift_hosts.j2
+
1
-
0
View file @
90b91828
...
...
@@ -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']}]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help