Skip to content

Commit

Permalink
Update chart default arp policy to arp_notify
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Jul 9, 2024
1 parent e1706b6 commit 76300d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/rancher-flat-network/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories:
namespace: cattle-flat-network
questions:
- variable: clusterType
description: "Default or K3s"
description: "Change here if using K3s cluster."
default: "Default"
type: enum
label: "Cluster Type"
Expand Down Expand Up @@ -35,14 +35,14 @@ questions:
label: "Pod Networking CIDR"
group: "CNI Plugin"
- variable: arpPolicy
default: "arping"
default: "arp_notify"
description: "The policy of sending Gratuitous ARP"
type: enum
label: "ARP Refresh Policy"
group: "CNI Plugin"
options:
- "arping"
- "arp_notify"
- "arping"
- variable: proxyARP
default: "false"
description: "Enable or disable Proxy ARP on Pod nic"
Expand Down
2 changes: 1 addition & 1 deletion charts/rancher-flat-network/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Macvlan/IPvlan master interface, automatic detection by default.
iface: ""
# ARP refresh policy
arpPolicy: "arping"
arpPolicy: "arp_notify"
# Enable or disable Proxy ARP on Pod nic
proxyARP: false
# Pod CIDR, set to same value of the Kubernetes config.
Expand Down

0 comments on commit 76300d5

Please sign in to comment.