Add an annotation to ignore non-gce ingresses
This commit is contained in:
parent
cb05e7b18e
commit
8bbf869030
7 changed files with 60 additions and 9 deletions
|
|
@ -101,7 +101,7 @@ func (i *Instances) DeleteInstanceGroup(name string) error {
|
|||
return err
|
||||
}
|
||||
for _, zone := range zones {
|
||||
glog.Infof("deleting instance group %v in zone %v", name, zone)
|
||||
glog.Infof("Deleting instance group %v in zone %v", name, zone)
|
||||
if err := i.cloud.DeleteInstanceGroup(name, zone); err != nil {
|
||||
errs = append(errs, err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue