Skip to content

Commit

Permalink
Accept pull-secret when we use hack script to create a cluster (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku authored May 10, 2024
1 parent e2b1587 commit f227127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ func (c *Cluster) createCluster(ctx context.Context, vnetResourceGroup, clusterN
ResourceGroupID: fmt.Sprintf("/subscriptions/%s/resourceGroups/%s", c.env.SubscriptionID(), "aro-"+clusterName),
FipsValidatedModules: api.FipsValidatedModulesEnabled,
Version: osClusterVersion,
PullSecret: api.SecureString(os.Getenv("USER_PULL_SECRET")),
},
NetworkProfile: api.NetworkProfile{
PodCIDR: "10.128.0.0/14",
Expand Down

0 comments on commit f227127

Please sign in to comment.