Skip to content

Commit

Permalink
add IPv6 to cluster-dns Usage Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rivolity committed Dec 24, 2024
1 parent 68fbd1a commit 1284f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var (
}
ClusterDNS = &cli.StringSliceFlag{
Name: "cluster-dns",
Usage: "(networking) IPv4 Cluster IP for coredns service. Should be in your service-cidr range (default: 10.43.0.10)",
Usage: "(networking) IPv4/IPv6 Cluster IP for coredns service. Should be in your service-cidr range (default: 10.43.0.10)",
Value: &ServerConfig.ClusterDNS,
}
ClusterDomain = &cli.StringFlag{
Expand Down

0 comments on commit 1284f2b

Please sign in to comment.