Browse Source

Merge pull request #984 from rutsky/patch-2

fix typo: "explicetely"
pull/1001/head
Antoine Legrand 7 years ago
committed by GitHub
parent
commit
9c572fe54b
1 changed files with 2 additions and 2 deletions
  1. 4
      inventory/group_vars/all.yml

4
inventory/group_vars/all.yml

@ -44,7 +44,7 @@ kube_cert_group: kube-cert
kube_log_level: 2 kube_log_level: 2
# Kubernetes 1.5 added a new flag to the apiserver to disable anonymous auth. In previos versions, anonymous auth was # Kubernetes 1.5 added a new flag to the apiserver to disable anonymous auth. In previos versions, anonymous auth was
# not implemented. As the new flag defaults to true, we have to explicetely disable it. Change this line if you want the
# not implemented. As the new flag defaults to true, we have to explicitly disable it. Change this line if you want the
# 1.5 default behavior. The flag is actually only added if the used kubernetes version is >= 1.5 # 1.5 default behavior. The flag is actually only added if the used kubernetes version is >= 1.5
kube_api_anonymous_auth: false kube_api_anonymous_auth: false
@ -65,7 +65,7 @@ ndots: 2
# Deploy netchecker app to verify DNS resolve as an HTTP service # Deploy netchecker app to verify DNS resolve as an HTTP service
deploy_netchecker: false deploy_netchecker: false
# For some environments, each node has a pubilcally accessible
# For some environments, each node has a publicly accessible
# address and an address it should bind services to. These are # address and an address it should bind services to. These are
# really inventory level variables, but described here for consistency. # really inventory level variables, but described here for consistency.
# #

Loading…
Cancel
Save