From 340c8c9e610f218a2251250bde84e4190e4f3e3a Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 30 Apr 2026 09:20:59 +0000 Subject: [PATCH] Document ipvlan driver and update etcdctl v3 options --- 09_network/9.2_network_types.md | 1 + 15_etcd/15.4_etcdctl.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/09_network/9.2_network_types.md b/09_network/9.2_network_types.md index 642c1a5..048b206 100644 --- a/09_network/9.2_network_types.md +++ b/09_network/9.2_network_types.md @@ -21,6 +21,7 @@ ghi789... none null local | **none** | 禁用网络 | 完全隔离的容器 | | **overlay** | 跨主机网络 | Docker Swarm 集群 | | **macvlan** | 容器拥有独立 MAC 地址 | 需要直接接入物理网络 | +| **ipvlan** | 容器共享父接口 MAC,独享 IP | 同网段大量容器、对 MAC 数量受限的网络 | ### 9.2.2 Bridge 网络:默认 diff --git a/15_etcd/15.4_etcdctl.md b/15_etcd/15.4_etcdctl.md index aa5c286..5149939 100644 --- a/15_etcd/15.4_etcdctl.md +++ b/15_etcd/15.4_etcdctl.md @@ -111,9 +111,11 @@ hello ``` 支持的选项为 -`--sort` 对结果进行排序 +`--sort-by` 指定排序字段(CREATE / KEY / MODIFY / VALUE / VERSION) -`--consistent` 将请求发给主节点,保证获取内容的一致性 +`--order` 指定排序顺序(ASCEND / DESCEND) + +`--consistency` 指定一致性级别(`l` 线性一致,`s` 串行) #### del