File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,19 @@ spec:
322
322
enableMulticastSnoop: true
323
323
` ` `
324
324
325
+ # # Subnet MTU Setting
326
+
327
+ Configure the MTU of the Pod under Subnet. After configuration, you need to restart the Pod under Subnet to take effect.
328
+
329
+ ` ` ` yaml
330
+ apiVersion: kubeovn.io/v1
331
+ kind: Subnet
332
+ metadata:
333
+ name: sample1
334
+ spec:
335
+ mtu: 1300
336
+ ` ` `
337
+
325
338
# # Other Advanced Settings
326
339
327
340
- [Configure IPPool](./ippool.en.md)
Original file line number Diff line number Diff line change @@ -309,6 +309,19 @@ spec:
309
309
enableMulticastSnoop: true
310
310
` ` `
311
311
312
+ # # Subnet MTU 配置
313
+
314
+ 配置 Subnet 下 Pod 的 MTU,配置后需要重启 Subnet 下的 Pod 才生效
315
+
316
+ ` ` ` yaml
317
+ apiVersion: kubeovn.io/v1
318
+ kind: Subnet
319
+ metadata:
320
+ name: sample1
321
+ spec:
322
+ mtu: 1300
323
+ ` ` `
324
+
312
325
# # 其他高级设置
313
326
314
327
- [IP 池使用](./ippool.md)
You can’t perform that action at this time.
0 commit comments