Merge pull request #5422 from rbrtbnfgl/fix-flannel-backend-help

Fixed flannel backend helper text
This commit is contained in:
Roberto Bonafiglia 2022-04-14 09:06:40 +02:00 committed by GitHub
commit dfb779d09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ var ServerFlags = []cli.Flag{
ClusterDomain,
cli.StringFlag{
Name: "flannel-backend",
Usage: "(networking) One of 'none', 'vxlan', 'ipsec', 'host-gw', 'wireguard'(deprecated), or 'wireguard-native' (default: vxlan)",
Usage: "(networking) One of 'none', 'vxlan', 'ipsec', 'host-gw', 'wireguard'(deprecated), or 'wireguard-native'",
Destination: &ServerConfig.FlannelBackend,
Value: "vxlan",
},