Merge pull request #1179 from kubernetes-incubator/missing_defaults
Add missing defaults
This commit is contained in:
commit
6805d0ff2b
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ kube_version: v1.5.3
|
||||||
# Directory where the binaries will be installed
|
# Directory where the binaries will be installed
|
||||||
bin_dir: /usr/local/bin
|
bin_dir: /usr/local/bin
|
||||||
docker_bin_dir: /usr/bin
|
docker_bin_dir: /usr/bin
|
||||||
|
etcd_data_dir: /var/lib/etcd
|
||||||
# Where the binaries will be downloaded.
|
# Where the binaries will be downloaded.
|
||||||
# Note: ensure that you've enough disk space (about 1G)
|
# Note: ensure that you've enough disk space (about 1G)
|
||||||
local_release_dir: "/tmp/releases"
|
local_release_dir: "/tmp/releases"
|
||||||
|
@ -112,3 +112,4 @@ vault_deployment_type: docker
|
||||||
# K8s image pull policy (imagePullPolicy)
|
# K8s image pull policy (imagePullPolicy)
|
||||||
k8s_image_pull_policy: IfNotPresent
|
k8s_image_pull_policy: IfNotPresent
|
||||||
efk_enabled: false
|
efk_enabled: false
|
||||||
|
enable_network_policy: false
|
||||||
|
|
Loading…
Reference in a new issue