Commit 3d435b56 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #25225 from a-robinson/fix

Actually populate nodeTags field in GCE provider struct
parents fe4d83dc 15874cd7
...@@ -312,6 +312,7 @@ func CreateGCECloud(projectID, region, zone string, managedZones []string, netwo ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment