mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-22 00:07:45 -02:30
Merge pull request #1068 from holser/uncomment_all.yml
Uncomment one key/value in all.yml
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
## The access_ip variable is used to define how other nodes should access
|
||||
## the node. This is used in flannel to allow other flannel nodes to see
|
||||
## this node for example. The access_ip is really useful AWS and Google
|
||||
@@ -79,7 +78,6 @@
|
||||
#kpm_packages:
|
||||
# - name: kube-system/grafana
|
||||
|
||||
|
||||
## Certificate Management
|
||||
## This setting determines whether certs are generated via scripts or whether a
|
||||
## cluster of Hashicorp's Vault is started to issue certificates (using etcd
|
||||
@@ -87,4 +85,4 @@
|
||||
#cert_management: script
|
||||
|
||||
## Please specify true if you want to perform a kernel upgrade
|
||||
#kernel_upgrade: false
|
||||
kernel_upgrade: false
|
||||
|
||||
Reference in New Issue
Block a user