mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
standard config opt names: cluster monitoring
This commit is contained in:
@@ -106,14 +106,14 @@ function ensure-temp-dir {
|
||||
}
|
||||
|
||||
function setup-monitoring {
|
||||
if [ ${MONITORING-} ]; then
|
||||
if [[ "${ENABLE_CLUSTER_MONITORING}" == "true" ]]; then
|
||||
# TODO: Implement this.
|
||||
echo "Monitoring not currently supported on AWS"
|
||||
fi
|
||||
}
|
||||
|
||||
function teardown-monitoring {
|
||||
if [ ${MONITORING-} ]; then
|
||||
if [[ "${ENABLE_CLUSTER_MONITORING}" == "true" ]]; then
|
||||
# TODO: Implement this.
|
||||
echo "Monitoring not currently supported on AWS"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user