mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Second attempt at correctly unspecting FLUENTD_GCP
This commit is contained in:
parent
2a30ce65c5
commit
605314ff62
@ -287,7 +287,7 @@ function kube-up {
|
||||
) > "${KUBE_TEMP}/master-start.sh"
|
||||
|
||||
# For logging to GCP we need to enable some minion scopes.
|
||||
if [ -n "$FLUENTD_GCP" ] && [ "$FLUENTD_GCP" = "true" ]; then
|
||||
if [[ "${FLUENTD_GCP-}" == "true" ]]; then
|
||||
MINION_SCOPES="${MINION_SCOPES}, https://www.googleapis.com/auth/logging.write"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user