Skip to content

Commit

Permalink
Merge pull request kubernetes#13692 from hakman/fix_protokube_gossip_…
Browse files Browse the repository at this point in the history
…flag

Fix Protokube gossip flag
  • Loading branch information
k8s-ci-robot authored May 28, 2022
2 parents 690649e + 44fae0a commit c049e0a
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 c049e0a

Please sign in to comment.