Skip to content

Commit

Permalink
Fix Protokube gossip flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 28, 2022
1 parent 690649e commit 44fae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokube/cmd/protokube/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func run() error {
var dnsUpdateInterval int

flag.BoolVar(&containerized, "containerized", containerized, "Set if we are running containerized")
flag.BoolVar(&master, "gossip", gossip, "Set if we are using gossip dns")
flag.BoolVar(&gossip, "gossip", gossip, "Set if we are using gossip dns")
flag.BoolVar(&master, "master", master, "Whether or not this node is a master")
flag.StringVar(&cloud, "cloud", "aws", "CloudProvider we are using (aws,digitalocean,gce,openstack)")
flag.StringVar(&clusterID, "cluster-id", clusterID, "Cluster ID for internal domain names")
Expand Down

0 comments on commit 44fae0a

Please sign in to comment.