forked from spidernet-io/spiderpool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (110 loc) · 4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: spiderpool
docs_dir: docs
site_dir: site
repo_name: spidernet-io/spiderpool
repo_url: https://github.com/spidernet-io/spiderpool
remote_branch: github_pages
theme:
name: material
custom_dir: docs/overrides
# The maximum depth of the navigation tree in the sidebar
navigation_depth: 2
palette:
scheme: default
features:
- navigation.instant
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- search.share
plugins:
- tags
- search
extra:
version:
provider: mike
markdown_extensions:
- meta
- toc
- tables
- fenced_code
- tables
- attr_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.tabbed:
alternate_style: true
nav:
- README.md
- Quick Start: usage/install/get-started-kind.md
- Index: usage/readme.md
- Installation:
- Underlay Installation:
- Calico: usage/install/underlay/get-started-calico.md
- Weave: usage/install/underlay/get-started-weave.md
- Macvlan: usage/install/underlay/get-started-macvlan.md
- Ovs: usage/install/underlay/get-started-ovs.md
- SR-IOV: usage/install/underlay/get-started-sriov.md
- Overlay Installation:
- Calico: usage/install/overlay/get-started-calico.md
- Cilium: usage/install/overlay/get-started-cilium.md
- Public Cloud Installation:
- Alibaba Cloud: usage/install/cloud/get-started-alibaba.md
- AWS Cloud: usage/install/cloud/get-started-aws.md
- VWware vSphere: usage/install/cloud/get-started-vmware.md
- OpenStack: usage/install/cloud/get-started-openstack.md
- Upgrading: usage/install/upgrade.md
- Concepts:
- Architecture: concepts/arch.md
- IPAM: concepts/ipam-des.md
- IPAM Performance: concepts/ipam-performance.md
- Plugin coordinator: concepts/coordinator.md
- I/O Performance: concepts/io-performance.md
- Blogs: concepts/blog.md
- Usage:
- SpiderMultusConfig: usage/spider-multus-config.md
- IPAM of SpiderIPPool: usage/spider-ippool.md
- IPAM of IPPool Affinity: usage/spider-affinity.md
- IPAM of SpiderSubnet: usage/spider-subnet.md
- IPAM for operator: usage/operator.md
- IPAM for StatefulSet: usage/statefulset.md
- IPAM of Reserved IP: usage/reserved-ip.md
- MultipleInterfaces: usage/multi-interfaces-annotation.md
- Egress Policy: usage/egress.md
- Network Policy Support: usage/cilium-chaining.md
- Route Support: usage/route.md
- Node-based Topology: usage/network-topology.md
- RDMA with RoCE: usage/rdma-roce.md
- RDMA with Infiniband: usage/rdma-ib.md
- Multi-Cluster Networking: usage/submariner.md
- Access Service for Underlay CNI: usage/underlay_cni_service.md
- Kubevirt: usage/kubevirt.md
- FAQ: usage/faq.md
- Reference:
- Annotations: reference/annotation.md
- Configmap: reference/configmap.md
- Metrics: reference/metrics.md
- spiderpool-controller: reference/spiderpool-controller.md
- spiderpool-agent: reference/spiderpool-agent.md
- CRD SpiderSubnet: reference/crd-spidersubnet.md
- CRD SpiderIPPool: reference/crd-spiderippool.md
- CRD Spidermultusconfig: reference/crd-spidermultusconfig.md
- CRD Spidercoordinator: reference/crd-spidercoordinator.md
- CRD SpiderEndpoint: reference/crd-spiderendpoint.md
- CRD SpiderReservedIP: reference/crd-spiderreservedip.md
- Ifacer plugin: reference/plugin-ifacer.md
- IPAM plugin: reference/plugin-ipam.md
- Development:
- Contribution Guide: develop/contributing.md
- Code of Conduct: develop/CODE-OF-CONDUCT.md
- Release workflow: develop/release.md
- Roadmap: develop/roadmap.md
- Swagger OpenAPI: develop/swagger_openapi.md