Skip to content

Commit b9fe77f

Browse files
committed
Test wireguard compactability with other features
Signed-off-by: Xu Liu <[email protected]>
1 parent 3d13d1d commit b9fe77f

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

.github/workflows/kind.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ jobs:
245245
--proxy-all \
246246
--node-ipam \
247247
--extra-vlan \
248-
--multicast \
249248
--bgp-policy \
250249
--networkpolicy-evaluation
251250
- name: Tar coverage files

build/charts/antrea/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tunnelPort: 0
3939
tunnelCsum: false
4040
# -- Determines how tunnel traffic is encrypted. Currently encryption only works
4141
# with encap mode. It must be one of "none", "ipsec", "wireGuard".
42-
trafficEncryptionMode: "none"
42+
trafficEncryptionMode: "wireguard"
4343
# -- Enable bridging mode of Pod network on Nodes, in which the Node's transport
4444
# interface is connected to the OVS bridge.
4545
enableBridgingMode: false

build/yamls/antrea-aks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,7 @@ data:
43114311
# the PSK value must be passed to Antrea Agent through an environment
43124312
# variable: ANTREA_IPSEC_PSK.
43134313
# - wireGuard: Enable WireGuard for tunnel traffic encryption.
4314-
trafficEncryptionMode: "none"
4314+
trafficEncryptionMode: "wireguard"
43154315
43164316
# Enable bridging mode of Pod network on Nodes, in which the Node's transport interface is connected
43174317
# to the OVS bridge, and cross-Node/VLAN traffic of AntreaIPAM Pods (Pods whose IP addresses are
@@ -5643,7 +5643,7 @@ spec:
56435643
kubectl.kubernetes.io/default-container: antrea-agent
56445644
# Automatically restart Pods with a RollingUpdate if the ConfigMap changes
56455645
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5646-
checksum/config: 57f02660c27175cf8cec0d665db7e91883d3d241ade3ed77d710ee98f5e3fe40
5646+
checksum/config: ca452c1aa16c928a4e502db52992e236d7f3d88959c15af613c016e35267a9e3
56475647
labels:
56485648
app: antrea
56495649
component: antrea-agent
@@ -5891,7 +5891,7 @@ spec:
58915891
annotations:
58925892
# Automatically restart Pod if the ConfigMap changes
58935893
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5894-
checksum/config: 57f02660c27175cf8cec0d665db7e91883d3d241ade3ed77d710ee98f5e3fe40
5894+
checksum/config: ca452c1aa16c928a4e502db52992e236d7f3d88959c15af613c016e35267a9e3
58955895
labels:
58965896
app: antrea
58975897
component: antrea-controller

build/yamls/antrea-eks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,7 +4307,7 @@ data:
43074307
# the PSK value must be passed to Antrea Agent through an environment
43084308
# variable: ANTREA_IPSEC_PSK.
43094309
# - wireGuard: Enable WireGuard for tunnel traffic encryption.
4310-
trafficEncryptionMode: "none"
4310+
trafficEncryptionMode: "wireguard"
43114311
43124312
# Enable bridging mode of Pod network on Nodes, in which the Node's transport interface is connected
43134313
# to the OVS bridge, and cross-Node/VLAN traffic of AntreaIPAM Pods (Pods whose IP addresses are
@@ -5639,7 +5639,7 @@ spec:
56395639
kubectl.kubernetes.io/default-container: antrea-agent
56405640
# Automatically restart Pods with a RollingUpdate if the ConfigMap changes
56415641
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5642-
checksum/config: 57f02660c27175cf8cec0d665db7e91883d3d241ade3ed77d710ee98f5e3fe40
5642+
checksum/config: ca452c1aa16c928a4e502db52992e236d7f3d88959c15af613c016e35267a9e3
56435643
labels:
56445644
app: antrea
56455645
component: antrea-agent
@@ -5888,7 +5888,7 @@ spec:
58885888
annotations:
58895889
# Automatically restart Pod if the ConfigMap changes
58905890
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5891-
checksum/config: 57f02660c27175cf8cec0d665db7e91883d3d241ade3ed77d710ee98f5e3fe40
5891+
checksum/config: ca452c1aa16c928a4e502db52992e236d7f3d88959c15af613c016e35267a9e3
58925892
labels:
58935893
app: antrea
58945894
component: antrea-controller

build/yamls/antrea-gke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,7 +4307,7 @@ data:
43074307
# the PSK value must be passed to Antrea Agent through an environment
43084308
# variable: ANTREA_IPSEC_PSK.
43094309
# - wireGuard: Enable WireGuard for tunnel traffic encryption.
4310-
trafficEncryptionMode: "none"
4310+
trafficEncryptionMode: "wireguard"
43114311
43124312
# Enable bridging mode of Pod network on Nodes, in which the Node's transport interface is connected
43134313
# to the OVS bridge, and cross-Node/VLAN traffic of AntreaIPAM Pods (Pods whose IP addresses are
@@ -5630,7 +5630,7 @@ spec:
56305630
kubectl.kubernetes.io/default-container: antrea-agent
56315631
# Automatically restart Pods with a RollingUpdate if the ConfigMap changes
56325632
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5633-
checksum/config: da05c6a135078734144b39bec8201adac80e58264879d2787f22c4c850d0400a
5633+
checksum/config: 9c5fd8e1869da4cfc18aa7868f20bf366ac6c4b794904e2f320892f3fcaea612
56345634
labels:
56355635
app: antrea
56365636
component: antrea-agent
@@ -5876,7 +5876,7 @@ spec:
58765876
annotations:
58775877
# Automatically restart Pod if the ConfigMap changes
58785878
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5879-
checksum/config: da05c6a135078734144b39bec8201adac80e58264879d2787f22c4c850d0400a
5879+
checksum/config: 9c5fd8e1869da4cfc18aa7868f20bf366ac6c4b794904e2f320892f3fcaea612
58805880
labels:
58815881
app: antrea
58825882
component: antrea-controller

build/yamls/antrea.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,7 +4307,7 @@ data:
43074307
# the PSK value must be passed to Antrea Agent through an environment
43084308
# variable: ANTREA_IPSEC_PSK.
43094309
# - wireGuard: Enable WireGuard for tunnel traffic encryption.
4310-
trafficEncryptionMode: "none"
4310+
trafficEncryptionMode: "wireguard"
43114311
43124312
# Enable bridging mode of Pod network on Nodes, in which the Node's transport interface is connected
43134313
# to the OVS bridge, and cross-Node/VLAN traffic of AntreaIPAM Pods (Pods whose IP addresses are
@@ -5630,7 +5630,7 @@ spec:
56305630
kubectl.kubernetes.io/default-container: antrea-agent
56315631
# Automatically restart Pods with a RollingUpdate if the ConfigMap changes
56325632
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5633-
checksum/config: bb8fac5c1560989b411d798cbe1d008b486533e21a967351ad77a1fd7749b85b
5633+
checksum/config: 20c97c347fcf6edbb132a53ea01292323c9e5cac29f8f4d8724e5baeffb4b14c
56345634
labels:
56355635
app: antrea
56365636
component: antrea-agent
@@ -5876,7 +5876,7 @@ spec:
58765876
annotations:
58775877
# Automatically restart Pod if the ConfigMap changes
58785878
# See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5879-
checksum/config: bb8fac5c1560989b411d798cbe1d008b486533e21a967351ad77a1fd7749b85b
5879+
checksum/config: 20c97c347fcf6edbb132a53ea01292323c9e5cac29f8f4d8724e5baeffb4b14c
58805880
labels:
58815881
app: antrea
58825882
component: antrea-controller

0 commit comments

Comments
 (0)