forked from nutanix-cloud-native/opendocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
163 lines (163 loc) · 8.89 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: opendocs.nutanix.com
theme:
name: material
logo: images/nutanix_x_white.png
features:
- navigation.instant
- content.code.annotate
- navigation.tabs
- navigation.top
favicon: images/favicon.png
icon:
admonition:
note: material/note
extra_css:
- stylesheets/extra.css
nav:
- "Solutions":
- "Cloud Native":
- "Overview": "index.md"
- "Cluster API Provider: Nutanix (CAPX)":
- "v1.3.x (Latest)":
- "Getting Started": "capx/v1.3.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.3.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.3.x/types/nutanix_machine_template.md"
- "Certificate Trust": "capx/v1.3.x/pc_certificates.md"
- "Credential Management": "capx/v1.3.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.3.x/tasks/modify_machine_configuration.md"
- "CAPX v1.3.x Upgrade Procedure": "capx/v1.3.x/tasks/capx_v13x_upgrade_procedure.md"
- "Port Requirements": "capx/v1.3.x/port_requirements.md"
- "User Requirements": "capx/v1.3.x/user_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.3.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.3.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.3.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.3.x/experimental/autoscaler.md"
- "OIDC Integration": "capx/v1.3.x/experimental/oidc.md"
- "Flow VPC": "capx/v1.3.x/experimental/vpc.md"
- "Proxy Configuration": "capx/v1.3.x/experimental/proxy.md"
- "Registry Mirror Configuration": "capx/v1.3.x/experimental/registry_mirror.md"
- "Troubleshooting": "capx/v1.3.x/troubleshooting.md"
- "v1.2.x":
- "Getting Started": "capx/v1.2.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.2.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.2.x/types/nutanix_machine_template.md"
- "Certificate Trust": "capx/v1.2.x/pc_certificates.md"
- "Credential Management": "capx/v1.2.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.2.x/tasks/modify_machine_configuration.md"
- "Port Requirements": "capx/v1.2.x/port_requirements.md"
- "User Requirements": "capx/v1.2.x/user_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.2.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.2.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.2.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.2.x/experimental/autoscaler.md"
- "OIDC Integration": "capx/v1.2.x/experimental/oidc.md"
- "Flow VPC": "capx/v1.2.x/experimental/vpc.md"
- "Proxy Configuration": "capx/v1.2.x/experimental/proxy.md"
- "Registry Mirror Configuration": "capx/v1.2.x/experimental/registry_mirror.md"
- "Troubleshooting": "capx/v1.2.x/troubleshooting.md"
- "v1.1.x":
- "Getting Started": "capx/v1.1.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.1.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.1.x/types/nutanix_machine_template.md"
- "Certificate Trust": "capx/v1.1.x/pc_certificates.md"
- "Credential Management": "capx/v1.1.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.1.x/tasks/modify_machine_configuration.md"
- "Port Requirements": "capx/v1.1.x/port_requirements.md"
- "User Requirements": "capx/v1.1.x/user_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.1.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.1.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.1.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.1.x/experimental/autoscaler.md"
- "OIDC Integration": "capx/v1.1.x/experimental/oidc.md"
- "Flow VPC": "capx/v1.1.x/experimental/vpc.md"
- "Proxy Configuration": "capx/v1.1.x/experimental/proxy.md"
- "Registry Mirror Configuration": "capx/v1.1.x/experimental/registry_mirror.md"
- "Troubleshooting": "capx/v1.1.x/troubleshooting.md"
- "v1.0.x":
- "Getting Started": "capx/v1.0.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.0.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.0.x/types/nutanix_machine_template.md"
- "Credential Management": "capx/v1.0.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.0.x/tasks/modify_machine_configuration.md"
- "Port Requirements": "capx/v1.0.x/port_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.0.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.0.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.0.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.0.x/experimental/autoscaler.md"
- "Troubleshooting": "capx/v1.0.x/troubleshooting.md"
- "v0.5.x":
- "Getting Started": "capx/v0.5.x/getting_started.md"
- "Credential Management": "capx/v0.5.x/credential_management.md"
- "Addons":
- "CSI Driver Installation": "capx/v0.5.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v0.5.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v0.5.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v0.5.x/experimental/autoscaler.md"
- "Troubleshooting": "capx/v0.5.x/troubleshooting.md"
- "Nutanix Cloud Controller Manager (CCM)":
- "v0.3.x (Latest)":
- "Overview": "ccm/v0.3.x/overview.md"
- "Requirements": "ccm/v0.3.x/requirements.md"
- "Configuration": "ccm/v0.3.x/ccm_configuration.md"
- "Certificate Trust": "ccm/v0.3.x/pc_certificates.md"
- "Credentials": "ccm/v0.3.x/ccm_credentials.md"
- "Topology Discovery": "ccm/v0.3.x/topology_discovery.md"
- "Custom Labeling": "ccm/v0.3.x/custom_labeling.md"
- "v0.2.0":
- "Overview": "ccm/v0.2.x/overview.md"
- "Requirements": "ccm/v0.2.x/requirements.md"
- "Configuration": "ccm/v0.2.x/ccm_configuration.md"
- "Credentials": "ccm/v0.2.x/ccm_credentials.md"
- "Topology Discovery": "ccm/v0.2.x/topology_discovery.md"
- "Custom Labeling": "ccm/v0.2.x/custom_labeling.md"
- "Red Hat OpenShift":
- "Install":
- "Agnostic": "openshift/install/agnostic/index.md"
- "IPI": "openshift/install/ipi/index.md"
- "Assisted Installer": "openshift/install/assisted_installer/index.md"
- "Post Install": "openshift/post-install/index.md"
- Operators:
- "CSI": "openshift/operators/csi/index.md"
- "Google Anthos":
- "Architecture": "anthos/architecture/index.md"
- "Install":
- "Manual": "anthos/install/manual/index.md"
- "Amazon EKS Anywhere":
- "Install": "eksa/install/index.md"
- "Guides":
- "Cloud Native":
- "Red Hat OpenShift":
- "Install":
- "IPI": "guides/openshift/install/ipi/index.md"
- "Custom Cloud Native Role": "guides/cloud_native_role/index.md"
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- toc:
permalink: true
copyright: Copyright © 2021 - 2023 Nutanix, Inc.
extra:
generator: false
repo_url: https://github.com/nutanix-cloud-native/opendocs
repo_name: nutanix-cloud-native/opendocs
edit_uri: ""