mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +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,
|
localZone: zone,
|
||||||
managedZones: managedZones,
|
managedZones: managedZones,
|
||||||
networkURL: networkURL,
|
networkURL: networkURL,
|
||||||
|
nodeTags: nodeTags,
|
||||||
useMetadataServer: useMetadataServer,
|
useMetadataServer: useMetadataServer,
|
||||||
operationPollRateLimiter: operationPollRateLimiter,
|
operationPollRateLimiter: operationPollRateLimiter,
|
||||||
}, nil
|
}, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user