mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Actually populate nodeTags field in GCE provider struct
This commit is contained in:
parent
d2f70efb90
commit
15874cd717
@ -307,6 +307,7 @@ func CreateGCECloud(projectID, region, zone string, managedZones []string, netwo
|
||||
localZone: zone,
|
||||
managedZones: managedZones,
|
||||
networkURL: networkURL,
|
||||
nodeTags: nodeTags,
|
||||
useMetadataServer: useMetadataServer,
|
||||
operationPollRateLimiter: operationPollRateLimiter,
|
||||
}, nil
|
||||
|
Loading…
Reference in New Issue
Block a user