Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
8875e25f
Commit
8875e25f
authored
7 years ago
by
David Chang
Browse files
Options
Downloads
Patches
Plain Diff
Replace tab with space. Remove redundant spaces
parent
44f97397
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory/sample/group_vars/all.yml
+4
-4
4 additions, 4 deletions
inventory/sample/group_vars/all.yml
with
4 additions
and
4 deletions
inventory/sample/group_vars/all.yml
+
4
−
4
View file @
8875e25f
...
...
@@ -17,7 +17,7 @@ bin_dir: /usr/local/bin
### LOADBALANCING AND ACCESS MODES
## Enable multiaccess to configure etcd clients to access all of the etcd members directly
## as the "http://hostX:port, http://hostY:port, ..." and ignore the proxy loadbalancers.
## This may be the case if clients support and loadbalance multiple etcd servers
natively.
## This may be the case if clients support and loadbalance multiple etcd servers natively.
#etcd_multiaccess: true
### ETCD: disable peer client cert authentication.
...
...
@@ -42,7 +42,7 @@ bin_dir: /usr/local/bin
## for mounting persistent volumes into containers. These may not be loaded by preinstall kubernetes
## processes. For example, ceph and rbd backed volumes. Set to true to allow kubelet to load kernel
## modules.
#
kubelet_load_modules: false
#kubelet_load_modules: false
## Internal network total size. This is the prefix of the
## entire network. Must be unused in your environment.
...
...
@@ -111,7 +111,7 @@ bin_dir: /usr/local/bin
## Default packages to install within the cluster, f.e:
#kpm_packages:
#
- name: kube-system/grafana
# - name: kube-system/grafana
## Certificate Management
## This setting determines whether certs are generated via scripts or whether a
...
...
@@ -129,4 +129,4 @@ bin_dir: /usr/local/bin
#etcd_metrics: basic
# The read-only port for the Kubelet to serve on with no authentication/authorization. Uncomment to enable.
#
kube_read_only_port: 10255
#kube_read_only_port: 10255
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment