mirror of https://github.com/kubernetes/kops.git
Add message about expected time for NAT gateway creation
This commit is contained in:
parent
b749173156
commit
76b1e6cc2e
|
|
@ -261,7 +261,7 @@ func (e *NatGateway) waitAvailable(cloud awsup.AWSCloud) error {
|
|||
return fmt.Errorf("NAT Gateway %q did not have ID", e.Name)
|
||||
}
|
||||
|
||||
glog.Infof("Waiting for NAT Gateway %q to be available", id)
|
||||
glog.Infof("Waiting for NAT Gateway %q to be available (this often takes about 5 minutes)", id)
|
||||
params := &ec2.DescribeNatGatewaysInput{
|
||||
NatGatewayIds: []*string{e.ID},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue