mirror of https://github.com/kubernetes/kops.git
Merge pull request #3456 from justinsb/gce_forwardingrule_lifecycle
Automatic merge from submit-queue. GCE: Ignore Lifecycle in forwarding rule
This commit is contained in:
commit
ea314784b5
|
|
@ -73,6 +73,9 @@ func (e *ForwardingRule) Find(c *fi.Context) (*ForwardingRule, error) {
|
|||
actual.IPAddress = address
|
||||
}
|
||||
|
||||
// Ignore "system" fields
|
||||
actual.Lifecycle = e.Lifecycle
|
||||
|
||||
return actual, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue