Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a351bcd

Browse files
author
bgeesaman
authored
Merge pull request #24 from alekhyal/master
Removed the property new_scopes_behavior
2 parents f16f057 + 870922c commit a351bcd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/cluster.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ ROOT=$(dirname "${BASH_SOURCE[0]}")
2323
# shellcheck disable=SC1090
2424
source "${ROOT}"/constants.sh
2525

26-
27-
28-
# This line is just to eliminate a warning that GKE behavior will change in the
29-
# future. If we just set the new behavior now it doesn't warn us
30-
# We are using async again mainly for consistency
31-
gcloud config set container/new_scopes_behavior true > /dev/null
32-
3326
GKE_VERSION=$(gcloud container get-server-config --zone "$CLUSTER_ZONE" \
3427
--format="value(validMasterVersions[0])")
3528

0 commit comments

Comments
 (0)