mirror of https://github.com/k3s-io/k3s
Merge pull request #25225 from a-robinson/fix
Actually populate nodeTags field in GCE provider structpull/6/head
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