-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
98 lines (95 loc) · 3.95 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
site_name: Multi Tenant Operator
docs_dir: content
site_url: https://docs.stakater.com/mto/
repo_url: https://github.com/stakater/mto-docs
edit_uri: blob/main/content/
theme:
favicon: assets/images/favicon.svg
strict: true
validation:
links:
anchors: warn
extra:
version:
provider: mike
default: latest
nav:
- index.md
- About:
- about/key-features.md
- about/use-cases.md
- about/benefits.md
- Architecture:
- architecture/architecture.md
- architecture/concepts.md
- architecture/custom-metrics.md
- architecture/logs-metrics.md
- Installation:
- installation/overview.md
- installation/openshift.md
- installation/azure-aks.md
- On EKS:
- Preparation: 'installation/aws-eks/preparation.md'
- Installation: 'installation/aws-eks/installation.md'
- Validation: 'installation/aws-eks/validation.md'
- installation/kubernetes.md
- installation/helm.md
- installation/uninstalling.md
- Navigating Console:
- console/overview.md
- console/dashboard.md
- console/tenants.md
- console/namespaces.md
- console/hibernation.md
- console/showback.md
- console/quotas.md
- console/templates.md
- console/capacity-planning.md
- console/configuration.md
- Kubernetes Resources:
- kubernetes-resources/quota.md
- Tenant:
- kubernetes-resources/tenant/tenant-overview.md
- How-to Guides:
- kubernetes-resources/tenant/how-to-guides/create-tenant.md
- kubernetes-resources/tenant/how-to-guides/create-namespaces.md
- kubernetes-resources/tenant/how-to-guides/create-sandbox.md
- kubernetes-resources/tenant/how-to-guides/assign-metadata.md
- kubernetes-resources/tenant/how-to-guides/hibernate-tenant.md
- kubernetes-resources/tenant/how-to-guides/restrict-nodepool-per-tenant.md
- kubernetes-resources/tenant/how-to-guides/disable-intra-tenant-networking.md
- kubernetes-resources/tenant/how-to-guides/custom-roles.md
- kubernetes-resources/tenant/how-to-guides/extend-default-roles.md
- kubernetes-resources/tenant/how-to-guides/delete-tenant.md
- kubernetes-resources/extensions.md
- Template:
- kubernetes-resources/template/template.md
- kubernetes-resources/template/template-instance.md
- kubernetes-resources/template/template-group-instance.md
- How-to Guides:
- kubernetes-resources/template/how-to-guides/copying-resources.md
- kubernetes-resources/template/how-to-guides/copying-resources-2.md
- kubernetes-resources/template/how-to-guides/distributing-manifests.md
- kubernetes-resources/template/how-to-guides/configuring-multitenant-network-isolation.md
- kubernetes-resources/template/how-to-guides/deploying-templates.md
- kubernetes-resources/template/how-to-guides/resource-sync-by-tgi.md
- kubernetes-resources/template/how-to-guides/distributing-secrets-using-sealed-secret-template.md
- kubernetes-resources/template/how-to-guides/deploying-private-helm-charts.md
- kubernetes-resources/template/how-to-guides/templated-metadata-values.md
- kubernetes-resources/template/how-to-guides/template-default-params.md
- kubernetes-resources/integration-config.md
- kubernetes-resources/resource-supervisor.md
- Integrations:
- integrations/argocd.md
- Vault:
- integrations/vault/vault.md
- integrations/vault/vault-ic.md
- integrations/vault/vault-kc-entraid.md
- integrations/devworkspace.md
- integrations/mattermost.md
- integrations/keycloak.md
- integrations/azure-pricing.md
- pricing.md
- changelog.md
- eula.md
- troubleshooting.md