Skip to content

Commit

Permalink
Update cmd/hub-net-controller-manager/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiying Lin <[email protected]>
  • Loading branch information
jwtty and zhiying-lin authored Oct 31, 2024
1 parent c3fe3f4 commit 329ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hub-net-controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var (

enableTrafficManagerFeature = flag.Bool("enable-traffic-manager-feature", false, "If set, the traffic manager feature will be enabled.")

cloudConfigFile = flag.String("cloud-config", "/etc/kubernetes/provider/azure.json", "The path to the cloud config file.")
cloudConfigFile = flag.String("cloud-config", "/etc/kubernetes/provider/azure.json", "The path to the cloud config file which will be used to access the Azure resource.")
)

var (
Expand Down

0 comments on commit 329ce60

Please sign in to comment.