mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
standard config opt names: node monitoring
This commit is contained in:
@@ -37,3 +37,6 @@ for ((i=0; i < NUM_MINIONS; i++)) do
|
||||
MINION_NAMES[$i]="${MINION_IP[$i]}"
|
||||
VAGRANT_MINION_NAMES[$i]="minion-$[$i+1]"
|
||||
done
|
||||
|
||||
# Optional: Install node monitoring.
|
||||
ENABLE_NODE_MONITORING=true
|
||||
|
@@ -82,6 +82,7 @@ mkdir -p /srv/salt-overlay/pillar
|
||||
cat <<EOF >/srv/salt-overlay/pillar/cluster-params.sls
|
||||
portal_net: $PORTAL_NET
|
||||
cert_ip: $MASTER_IP
|
||||
enable_node_monitoring: $ENABLE_NODE_MONITORING
|
||||
EOF
|
||||
|
||||
# Configure the salt-master
|
||||
|
Reference in New Issue
Block a user