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.05 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
nav:
- README.md
- Installation:
- Installation: usage/install/install.md
- Underlay installation:
- Calico: usage/install/underlay/get-started-calico.md
- Weave: usage/install/underlay/get-started-weave.md
- Macvlan: usage/install/underlay/get-started-kind.md
- Ovs: usage/install/underlay/get-started-ovs.md
- SRIOV: 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
- vmware vsphere: usage/install/cloud/get-started-vmware.md
- openstack: usage/install/cloud/get-started-openstack.md
- Upgrading: usage/install/upgrade.md
- Certificates: usage/install/certificate.md
- Usage:
- SpiderSubnet: usage/spider-subnet.md
- SpiderMultusConfig: usage/spider-multus-config.md
- Default IPPool at namespace: usage/ippool-namespace.md
- Spider Affinity of IPPool: usage/spider-affinity.md
- Multiple interfaces: usage/multi-interfaces-annotation.md
- Backup IPPool: usage/ippool-multi.md
- Namespace affinity of IPPool: usage/ippool-affinity-namespace.md
- Node affinity of IPPool: usage/ippool-affinity-node.md
- Pod affinity of IPPool: usage/ippool-affinity-pod.md
- IPv6 support: usage/ipv6.md
- StatefulSet: usage/statefulset.md
- Reserved IP: usage/reserved-ip.md
- Third-party controllers: usage/third-party-controller.md
- Reclaim IP: usage/gc.md
- Route support: usage/route.md
- Plugin coordinator: usage/coordinator.md
- Plugin ifacer: usage/ifacer.md
- node-based topology: usage/network-topology.md
- RDMA: usage/rdma.md
- FAQ: usage/debug.md
- Concepts:
- Architecture: concepts/arch.md
- IP Allocation: concepts/allocation.md
- Metrics: concepts/metrics.md
- Multus: concepts/multusconfig.md
- Recycle IP: concepts/gc.md
- Underlay and overlay solutions: concepts/solution.md
- IPAM Performance: concepts/performance.md
- Reference:
- Annotations: reference/annotation.md
- Configmap: reference/configmap.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
- Coordinatorr plugin: reference/plugin-coordinator.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