mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 00:33:35 -04:00
add IPv6 to cluster-dns Usage Docs (#11498)
Signed-off-by: rivolity <hamdaouiomar1@gmail.com>
This commit is contained in:
parent
68fbd1a6b5
commit
e64e2fcfd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue