mirror of https://github.com/kubernetes/kops.git
GCE: Ignore Lifecycle in forwarding rule
This commit is contained in:
parent
991cd8c66a
commit
7166365006
|
@ -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