mirror of https://github.com/kubernetes/kops.git
Remove sfo2 region from the list of supported DO regions
This commit is contained in:
parent
47602beb59
commit
f6072832cb
|
|
@ -28,7 +28,7 @@ export S3_SECRET_ACCESS_KEY=<secret-key> # where <secret-key> is the Spaces API
|
|||
## Creating a Single Master Cluster
|
||||
|
||||
In the following examples, `example.com` should be replaced with the DigitalOcean domain you created when going through the [Requirements](#requirements).
|
||||
Note that you kOps will only be able to successfully provision clusters in regions that support block storage (AMS3, BLR1, FRA1, LON1, NYC1, NYC3, SFO2, SFO3, SGP1 and TOR1).
|
||||
Note that you kOps will only be able to successfully provision clusters in regions that support block storage (AMS3, BLR1, FRA1, LON1, NYC1, NYC3, SFO3, SGP1 and TOR1).
|
||||
|
||||
```bash
|
||||
# debian (the default) + flannel overlay cluster in tor1
|
||||
|
|
|
|||
|
|
@ -273,7 +273,6 @@ var doZones = []string{
|
|||
"nyc3",
|
||||
|
||||
"sfo1",
|
||||
"sfo2",
|
||||
"sfo3",
|
||||
|
||||
"ams2",
|
||||
|
|
|
|||
|
|
@ -26,12 +26,10 @@ var allZones = []string{
|
|||
"nyc1",
|
||||
"nyc3",
|
||||
"sfo3",
|
||||
"sfo2",
|
||||
"tor1",
|
||||
"lon1",
|
||||
"sgp1",
|
||||
"blr1",
|
||||
"sfo2",
|
||||
"sfo3",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue