mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #25225 from a-robinson/fix
Actually populate nodeTags field in GCE provider struct
This commit is contained in:
commit
3d435b56be
@ -312,6 +312,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