Actually populate nodeTags field in GCE provider struct
This commit is contained in:
@@ -307,6 +307,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
|
||||||
|
Reference in New Issue
Block a user