• k8s-merge-robot's avatar
    Merge pull request #28417 from kevensen/awszonefix · a3110dcb
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    AWS: Added experimental option to skip zone check
    
    This pull request resolves #28380.  In the vast majority of cases, it is appropriate to validate the AWS region against a known set of regions.  However, there is the edge case where this is undesirable as Kubernetes may be deployed in an AWS-like environment where the region is not one of the known regions.
    
    By adding the optional **DisableStrictZoneCheck true** to the **[Global]** section in the aws.conf file (e.g. /etc/aws/aws.conf) one can bypass the ragion validation. 
    a3110dcb
Name
Last commit
Last update
..
providers Loading commit data...
OWNERS Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...