mirror of https://github.com/kubernetes/kops.git
Recognize AWS Availability Zone EU-WEST-2C
This commit is contained in:
parent
c8751e230d
commit
ddd23db32c
|
|
@ -97,6 +97,7 @@ var zonesToCloud = map[string]kops.CloudProviderID{
|
|||
|
||||
"eu-west-2a": kops.CloudProviderAWS,
|
||||
"eu-west-2b": kops.CloudProviderAWS,
|
||||
"eu-west-2c": kops.CloudProviderAWS,
|
||||
|
||||
"eu-central-1a": kops.CloudProviderAWS,
|
||||
"eu-central-1b": kops.CloudProviderAWS,
|
||||
|
|
|
|||
Loading…
Reference in New Issue