mirror of https://github.com/kubernetes/kops.git
Clarify ignoring AssociatePublicIP message
This commit is contained in:
parent
4b1307f3e4
commit
2ae3e38f95
|
|
@ -122,7 +122,7 @@ func (b *AutoscalingGroupModelBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
// This isn't meaningful - private subnets can't have public ip
|
||||
//associatePublicIP = *ig.Spec.AssociatePublicIP
|
||||
if *ig.Spec.AssociatePublicIP {
|
||||
glog.Warningf("Ignoring private InstanceGroup %q with AssociatePublicIP=true", ig.ObjectMeta.Name)
|
||||
glog.Warningf("Ignoring AssociatePublicIP=true for private InstanceGroup %q", ig.ObjectMeta.Name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue