Skip to content

Commit 1b43c44

Browse files
ghostbarmboersma
authored andcommitted
feat(contrib/digitalocean): enable ams2 and sfo1 datacenters
ams2 and sfo1 now do have metadata and private-networking support.
1 parent e04b9fa commit 1b43c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ -z "$DEIS_NUM_INSTANCES" ]; then
4141
DEIS_NUM_INSTANCES=3
4242
fi
4343

44-
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1 ams2 sfo1"
44+
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1"
4545
if listcontains "$regions_without_private_networking_or_metadata" "$REGION_SLUG";
4646
then
4747
echo_red "Invalid region. Please supply a region with private networking & metadata support."

0 commit comments

Comments
 (0)